summaryrefslogtreecommitdiff
path: root/src/responder/nss/nsssrv.h
AgeCommit message (Collapse)AuthorFilesLines
2013-05-02Add idmap context to nss contextSumit Bose1-0/+3
This allows the nss responder to use libsss_idmap to convert between different SID representations.
2013-03-04Remove unused functionsJakub Hrozek1-2/+0
2012-12-18RESPONDERS: Create a common file with service names and versionsJakub Hrozek1-3/+0
The monitor sends calls different sbus methods to different responders. Instead of including headers of the particular responders directly in monitor, which breaks layering a little, create a common header file that will be included from src/responder/common/
2012-07-20NSS: Add override_shell optionStephen Gallagher1-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
2012-05-09NSS: Add default_shell optionStephen Gallagher1-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
2012-05-09NSS: Add fallback_homedir optionStephen Gallagher1-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
2012-03-19nsssrv: add handling of memory cache group mapSimo Sorce1-0/+1
2012-03-19nsssrv: shared memory cache server initializationSimo Sorce1-0/+3
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