Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-11 | Use a unified base (temp. dc=sssd), for all domain including LOCAL. | Simo Sorce | 1 | -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-11 | Add caching behavior to nsssrv_cmd.c check cache first and | Simo Sorce | 1 | -4/+6 | |
dispatch to backends only if we have a cache miss. | |||||
2009-01-06 | fix typo | Simo Sorce | 1 | -1/+1 | |
2008-11-24 | Replacing hard-coded paths with configure script substitutions. | Stephen Gallagher | 1 | -1/+1 | |
Changing the default SBUS locations to be configure script parameters | |||||
2008-11-19 | Move definition into the header file | Simo Sorce | 1 | -0/+2 | |
2008-10-20 | Add configuration database functions. | Simo Sorce | 1 | -18/+31 | |
Convert nss responder to use the confdb | |||||
2008-10-14 | add code for initgroups calls | Simo Sorce | 1 | -0/+4 | |
2008-10-14 | Fix error in parsing multiple groups | Simo Sorce | 1 | -1/+1 | |
Revert to use 'cn' for group names Implement getgrent() | |||||
2008-10-13 | Implement getgrgid() | Simo Sorce | 1 | -1/+1 | |
2008-10-12 | Implement getgrnam() | Simo Sorce | 1 | -0/+8 | |
2008-10-08 | First retrieval of a user (getpwnam only) from an actual ldb file | Simo Sorce | 1 | -0/+14 | |