summaryrefslogtreecommitdiff
path: root/server/nss/nss_ldb.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-11Use a unified base (temp. dc=sssd), for all domain including LOCAL.Simo Sorce1-36/+38
It makes no sense to have internal attribute names user configurable, remove that option and use macros internally. Also now always pass the domain name to all nss_ldb_* calls.
2009-01-11Add caching behavior to nsssrv_cmd.c check cache first andSimo Sorce1-4/+6
dispatch to backends only if we have a cache miss.
2009-01-06fix typoSimo Sorce1-1/+1
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-1/+1
Changing the default SBUS locations to be configure script parameters
2008-11-19Move definition into the header fileSimo Sorce1-0/+2
2008-10-20Add configuration database functions.Simo Sorce1-18/+31
Convert nss responder to use the confdb
2008-10-14 add code for initgroups callsSimo Sorce1-0/+4
2008-10-14Fix error in parsing multiple groupsSimo Sorce1-1/+1
Revert to use 'cn' for group names Implement getgrent()
2008-10-13Implement getgrgid()Simo Sorce1-1/+1
2008-10-12Implement getgrnam()Simo Sorce1-0/+8
2008-10-08First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce1-0/+14