summaryrefslogtreecommitdiffstats
path: root/server/nss/nss_ldb.h
Commit message (Collapse)AuthorAgeFilesLines
* Regroup database rleated functions under db andSimo Sorce2009-01-121-45/+0
| | | | rename everything with the sysdb suffix.
* Use a unified base (temp. dc=sssd), for all domain including LOCAL.Simo Sorce2009-01-111-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.
* Add caching behavior to nsssrv_cmd.c check cache first andSimo Sorce2009-01-111-4/+6
| | | | dispatch to backends only if we have a cache miss.
* fix typoSimo Sorce2009-01-061-1/+1
|
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-1/+1
| | | | Changing the default SBUS locations to be configure script parameters
* Move definition into the header fileSimo Sorce2008-11-191-0/+2
|
* Add configuration database functions.Simo Sorce2008-10-201-18/+31
| | | | Convert nss responder to use the confdb
* add code for initgroups callsSimo Sorce2008-10-141-0/+4
|
* Fix error in parsing multiple groupsSimo Sorce2008-10-141-1/+1
| | | | | Revert to use 'cn' for group names Implement getgrent()
* Implement getgrgid()Simo Sorce2008-10-131-1/+1
|
* Implement getgrnam()Simo Sorce2008-10-121-0/+8
|
* First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce2008-10-081-0/+14