summaryrefslogtreecommitdiff
path: root/src/responder/nss/nsssrv.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-27NSS: Add service enumeration support to NSS providerStephen Gallagher1-0/+1
2012-01-23Move sized_string declaration to utilsStephen Gallagher1-8/+0
2012-01-09nsssrv: add string manipulation helperSimo Sorce1-0/+8
the sized_string structure makes it easier to keep track of string lengths and makes passing around data more compat and readable.
2011-07-29Add vetoed_shells optionJohn Hodrien1-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>
2011-05-20Add new options to override shell valueJakub Hrozek1-0/+3
https://fedorahosted.org/sssd/ticket/742
2011-05-20Add a new option to override home directory valueJakub Hrozek1-0/+2
https://fedorahosted.org/sssd/ticket/551
2011-01-06Remove unused enumeration cache timeout checksSumit Bose1-2/+0
The existence of the getent_ctx is used to track the enumeration cache timeout.
2010-10-13Add netgroup support to the NSS responderStephen Gallagher1-0/+1
2010-06-17Refactor the negative cacheStephen Gallagher1-2/+1
Rename functions from nss_ncache_* to sss_ncache_* Move negative cache to responder/common and rename as negcache.c/h
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+70
Also update BUILD.txt