summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv.h
Commit message (Collapse)AuthorAgeFilesLines
* NSS: Add override_shell optionStephen Gallagher2012-07-201-0/+1
| | | | | | | | | If override_shell is specified in the [nss] section, all users managed by SSSD will have their shell set to this value. If it is specified in the [domain/DOMAINNAME] section, it will apply to only that domain (and override the [nss] value, if any). https://fedorahosted.org/sssd/ticket/1087
* NSS: Add default_shell optionStephen Gallagher2012-05-091-0/+1
| | | | | | | This option will allow administrators to set a default shell to be used if a user does not have one set in the identity provider. https://fedorahosted.org/sssd/ticket/1289
* NSS: Add fallback_homedir optionStephen Gallagher2012-05-091-0/+1
| | | | | | | | This option is similar to override_homedir, except that it will take effect only for users that do not have an explicit home directory specified in LDAP. https://fedorahosted.org/sssd/ticket/1250
* nsssrv: add handling of memory cache group mapSimo Sorce2012-03-191-0/+1
|
* nsssrv: shared memory cache server initializationSimo Sorce2012-03-191-0/+3
|
* NSS: Add service enumeration support to NSS providerStephen Gallagher2012-01-271-0/+1
|
* Move sized_string declaration to utilsStephen Gallagher2012-01-231-8/+0
|
* nsssrv: add string manipulation helperSimo Sorce2012-01-091-0/+8
| | | | | the sized_string structure makes it easier to keep track of string lengths and makes passing around data more compat and readable.
* Add vetoed_shells optionJohn Hodrien2011-07-291-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>
* Add new options to override shell valueJakub Hrozek2011-05-201-0/+3
| | | | https://fedorahosted.org/sssd/ticket/742
* Add a new option to override home directory valueJakub Hrozek2011-05-201-0/+2
| | | | https://fedorahosted.org/sssd/ticket/551
* 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