For what I understood /var/lib/sss/cache_default.ldb is autogenerated by SSSD itself for your section [domain/default] and this file seems to not be generated because SSSD can't load membeof.so file.


First I would check on your system if memberof.so exists. You could run the following command to check that:
as root: "updatedb"
then as any user: "locate -i memberof.so"

If the second command shows you some file path it is where your memberof.so is.

Then you'll have to add this path to you ld.so.conf file or in some dedicated file in /etc/ld.so.conf.d/

Perhaps telling what kind of system you are using would help us to help you ;)

cheers,

mathias


2015-07-17 12:13 GMT+02:00 Srinivasa Rao Ragolu <sragolu@mvista.com>:
Hi All,

I am new to sssd. I have ported sssd for my embedded environment. Using authconfig, I could create sssd.conf as well.

Followed Link: https://onemoretech.wordpress.com/2014/02/23/sssd-for-ldap-auth-on-linux/

Problem:

When I run #service sssd start, Output in /var/log/sssd/sssd.log looks like below

(Fri Jul 17 09:43:45 2015) [sssd] [ldb] (0x0010): WARNING: Module [memberof] not found - do you need to set LDB_MODULES_PATH?
(Fri Jul 17 09:43:45 2015) [sssd] [ldb] (0x0010): Unable to load modules for /var/lib/sss/db/cache_default.ldb: (null)

Could you please help me in resolving this issue. Please find "authconfig --test" log and  sssd.conf as attachemnt



_______________________________________________
sssd-users mailing list
sssd-users@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-users