Dec 06 16:35:04 localhost systemd[1]: Started OpenSSH per-connection server daemon (x.x.x.x:60759).
Dec 06 16:35:04 localhost sshd[1637]: PAM unable to dlopen(/lib64/security/pam_ldap.so): /lib64/security/pam_ldap.so: cannot open shared object file: No such file or directorycat /etc/sssd/sssd.conf
[sssd]
config_file_version = 2
reconnection_retries = 3
sbus_timeout = 30
services = nss, pam, ssh
domains = LDAP
[pam]
reconnection_retries = 3
offline_credentials_expiration = 2
offline_failed_login_attempts = 3
offline_failed_login_delay = 5
[nss]
[domain/LDAP]
debug_level = 5
id_provider = ldap
auth_provider = ldap
ldap_schema = ipa
ldap_search_base = dc=mydomain,dc=co,dc=il
ldap_uri = ldap://ldap21v.mydomain.co.il
case_sensitive = falsecat /etc/pam.d/sshd auth sufficient pam_unix.soauth sufficient pam_ldap.so minimum_uid=1000 use_first_passauth required pam_deny.so
account required pam_unix.soaccount sufficient pam_ldap.so minimum_uid=1000account required pam_permit.so
session required pam_unix.sosession optional pam_ldap.so minimum_uid=1000
password sufficient pam_unix.so nullok md5 shadow use_authtokpassword sufficient pam_ldap.so minimum_uid=1000 try_first_passpassword required pam_deny.so--
You received this message because you are subscribed to the Google Groups "CoreOS User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coreos-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
journalctl -f
Dec 11 09:56:17 localhost systemd[1]: Started OpenSSH per-connection server daemon (x.x.x.x:64704).
Dec 11 09:56:32 localhost sshd[1180]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=x.x.x.x user=myuser
Dec 11 09:56:34 localhost sshd[1178]: PAM: Authentication failure for myuser from x.x.x.xcat /etc/pam.d/sshd
auth sufficient pam_unix.so
auth required pam_deny.so
account required pam_unix.so
account required pam_permit.so
session required pam_unix.so
password sufficient pam_unix.so nullok md5 shadow use_authtok
password required pam_deny.soDec 12 09:33:07 localhost sshd[3298]: pam_sss(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=x.x.x.x user=myuser
Dec 12 09:33:07 localhost sshd[3298]: pam_sss(sshd:auth): received for user myuser: 7 (Authentication failure)
Dec 12 09:33:11 localhost sshd[3298]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=x.x.x.x user=myuser
Dec 12 09:33:14 localhost sshd[3296]: PAM: Authentication failure for myuser from x.x.x.xTo unsubscribe from this group and stop receiving emails from it, send an email to coreos-user+unsubscribe@googlegroups.com.