I have a CoreOS server, which i want to connect to my LDAP server (389).
Here is my configuration file:
cat /etc/sssd/sssd.conf
config_file_version = 2
services = nss
domains = LDAP
[nss]
[domain/LDAP]
debug_level = 9
id_provider = ldap
auth_provider = ldap
ldap_schema = ipa
ldap_search_base = cn=admin-serv-ldap389_1,cn=ldap389_1.mydomain.co.il,ou=mydomain.co.il,o=NetscapeRoot
ldap_uri = ldap://ldap389_1.mydomain.co.il:389/o=NetscapeRoot
Here is the error i get after trying to start SSSD service.
systemctl status sssd.service
● sssd.service - System Security Services Daemon
Loaded: loaded (/usr/lib64/systemd/system/sssd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2016-11-08 14:59:30 UTC; 11s ago
Process: 14806 ExecStart=/usr/sbin/sssd -D -f (code=exited, status=4)
Nov 08 14:59:30 localhost systemd[1]: Starting System Security Services Daemon...
Nov 08 14:59:30 localhost systemd[1]: sssd.service: Control process exited, code=exited status=4
Nov 08 14:59:30 localhost systemd[1]: Failed to start System Security Services Daemon.
Nov 08 14:59:30 localhost systemd[1]: sssd.service: Unit entered failed state.
Nov 08 14:59:30 localhost systemd[1]: sssd.service: Failed with result 'exit-code'.
What could be the issue?
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Nov 09 07:41:34 localhost systemd[1]: Starting System Security Services Daemon...Nov 09 07:41:35 localhost sssd[777]: SSSD couldn't load the configuration database [22]: Invalid argument.Nov 09 07:41:35 localhost systemd[1]: sssd.service: Control process exited, code=exited status=4Nov 09 07:41:35 localhost systemd[1]: Failed to start System Security Services Daemon.Nov 09 07:41:35 localhost systemd[1]: sssd.service: Unit entered failed state.Nov 09 07:41:35 localhost systemd[1]: sssd.service: Failed with result 'exit-code'.To unsubscribe from this group and stop receiving emails from it, send an email to coreos-user...@googlegroups.com.
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
tail -f /var/log/sssd/sssd_LDAP.log
(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [be_get_account_info] (0x0200): Got request for [0x3][BE_REQ_INITGROUPS][1][name=my_user](Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [sdap_initgr_nested_send] (0x0100): User entry lacks original memberof ?(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [acctinfo_callback] (0x0100): Request processed. Returned 0,0,Success (Success)(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [be_pam_handler] (0x0100): Got request with the following data(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): command: SSS_PAM_AUTHENTICATE(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): domain: LDAP(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): user: my_user(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): service: sshd(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): tty: ssh(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): ruser: (Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): rhost: 192.118.68.5(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): authtok type: 0(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): newauthtok type: 0(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): priv: 1(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): cli_pid: 19113(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [pam_print_data] (0x0100): logon name: not set(Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [be_pam_handler_callback] (0x0100): Backend returned: (0, 7, <NULL>) [Success (Authentication failure)](Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [be_pam_handler_callback] (0x0100): Sending result [7][LDAP](Sun Nov 20 13:17:23 2016) [sssd[be[LDAP]]] [be_pam_handler_callback] (0x0100): Sent result [7][LDAP][sssd]config_file_version = 2reconnection_retries = 3services = nss, pam, sshdomains = LDAP[pam][nss][domain/LDAP]debug_level = 5id_provider = ldapauth_provider = ldapldap_schema = ipa