summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv.h
Commit message (Collapse)AuthorAgeFilesLines
* Add vetoed_shells optionsssd-1.5.1-47.el6John Hodrien2011-08-081-0/+1
| | | | | | | | | | | | There may be users in LDAP that have a valid but unwelcome shell set in their account. This adds a blacklist of shells that should always be replaced by the fallback_shell. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> Prevent segfault if vetoed_shells are specified without allowed_shells https://fedorahosted.org/sssd/ticket/954
* Support overriding attribute values locallyJakub Hrozek2011-06-021-0/+5
| | | | | | | | | | | | | | | | | | Add a new option to override primary GID number https://fedorahosted.org/sssd/ticket/742 Add a new option to override home directory value https://fedorahosted.org/sssd/ticket/551 Add new options to override shell value https://fedorahosted.org/sssd/ticket/742 Conflicts: src/conf_macros.m4
* Remove unused enumeration cache timeout checksSumit Bose2011-01-061-2/+0
| | | | | The existence of the getent_ctx is used to track the enumeration cache timeout.
* Add netgroup support to the NSS responderStephen Gallagher2010-10-131-0/+1
|
* Refactor the negative cacheStephen Gallagher2010-06-171-2/+1
| | | | | Rename functions from nss_ncache_* to sss_ncache_* Move negative cache to responder/common and rename as negcache.c/h
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+70
Also update BUILD.txt