Marius Mitrofan

Results 6 comments of Marius Mitrofan

This is my `/etc/ssh/sshd_config` file btw: ``` HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_ecdsa_key HostKey /etc/ssh/ssh_host_ed25519_key SyslogFacility AUTHPRIV PermitRootLogin forced-commands-only AuthorizedKeysFile /dev/null AuthorizedKeysCommand /usr/bin/ssh-ldap-pubkey-wrapper AuthorizedKeysCommandUser nobody PasswordAuthentication no ChallengeResponseAuthentication no UsePAM yes X11Forwarding...

I was able to fix this on my own, but do appreciate taking your time to look into this. Resolution: Use a sshwrapper script and ensure that the "authconfig" commands...

Packages installed: ``` - gcc - python27-devel - openldap-devel - python27-pip - openldap-clients - nss-pam-ldapd ``` Commands ran: ``` - pip install python-ldap - authconfig --enableldap --enableldapauth --ldapserver=${LdapHostname} --ldapbasedn="ou=People,dc=${Domain},dc=com" --update...

@mystix got the same issue. adding a CSP header helped. Thank you !