Hi All,

I am very new to sssd and trying to deploy sssd to our custom embedded platform.

I could able to build sssd and its dependencies such as samba, openldap, pam-nss-ldapd etc.


When I try to run authconfig, my output isĀ 

+ NAME=nslcd
+ CONFIG=/etc/nslcd.conf
+ DAEMON=/usr/sbin/nslcd
+ DESC='LDAP connection daemon'
+ STATEDIR=/var/run/nslcd
+ PIDFILE=/var/run/nslcd/nslcd.pid
+ case "$1" in
+ start
+ '[' -e /var/run/nslcd/nslcd.pid ']'
+ echo -n 'Starting LDAP connection daemon...'
Starting LDAP connection daemon...+ start-stop-daemon --start --oknodo --pidfile /var/run/nslcd/nslcd.pid --startas /usr/sbin/nslcd
+ '[' 0 -eq 0 ']'
+ echo done.
done.
+ exit 0

But I could not able to see any /etc/sssd/sssd.conf

Please help me in getting sssd.conf.

If I run #sssd -f -D
uration] (0x0010): ConfDB initialization has failed [Missing configuration file]
20): Configuration file: /etc/sssd/sssd.conf does not exist.

Also attaching authconfig --test log

Please help me in debugging this problem

Thanks,
Srinivas.