summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Collapse)AuthorFilesLines
2012-06-13LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher3-0/+7
2012-06-10Allow fast memcache timeout to be configurableJan Zeleny2-0/+2
https://fedorahosted.org/sssd/ticket/1318
2012-06-10IPA subdomains - ask for information about master domainJan Zeleny2-0/+2
The query is performed only if there is missing information in the cache. That means this should be done only once after restart when cache doesn't exist. All subsequent requests for subdomains won't include the request for master domain.
2012-06-05Fix the default sssd.conf pathJakub Hrozek1-1/+1
2012-05-31SSSDConfig: Make default config and schema file locations configurableStephen Gallagher2-7/+7
https://fedorahosted.org/sssd/ticket/1008
2012-05-31SSSDConfig: Make SSSDConfig a packageStephen Gallagher4-5/+1
We were polluting the primary Python space with several dependencies. We will now install them their own directory/module.
2012-05-14Fix typos in message and man pages.Yuri Chornoivan1-1/+1
2012-05-09NSS: Add default_shell optionStephen Gallagher2-0/+2
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 Gallagher3-0/+5
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-05-04SSSDConfigAPI: Fix missing option in testsStephen Gallagher1-0/+2
2012-05-04Modify behavior of pam_pwd_expiration_warningJan Zeleny1-0/+1
New option pwd_expiration_warning is introduced which can be set per domain and can override the value specified by the original pam_pwd_expiration_warning. If the value of expiration warning is set to zero, the filter isn't apllied at all - if backend server returns the warning, it will be automatically displayed. Default value for Kerberos: 7 days Default value for LDAP: don't apply the filter Technical note: default value when creating the domain is -1. This is important so we can distinguish between "no value set" and 0. Without this possibility it would be impossible to set different values for LDAP and Kerberos provider.
2012-05-03LDAP: Map the user's primaryGroupIDStephen Gallagher3-0/+3
2012-05-03LDAP: Allow setting a default domain for id-mapping slice 0Stephen Gallagher3-0/+6
2012-05-03LDAP: Add autorid compatibility modeStephen Gallagher3-0/+3
2012-05-03LDAP: Add ID mapping range settingsStephen Gallagher3-0/+10
2012-05-03LDAP: Add id-mapping optionStephen Gallagher3-0/+3
2012-05-03LDAP: Add objectSID config optionStephen Gallagher3-0/+6
2012-04-24SSH: Add support for hashed known_hostsJan Cholasta2-0/+4
https://fedorahosted.org/sssd/ticket/1203
2012-04-24IPA: Add get-domains targetSumit Bose1-0/+1
2012-04-24data provider: added subdomainsSumit Bose2-2/+5
2012-04-24Responder part of the subdomain retrieval workJan Zeleny1-0/+2
2012-04-20Make the monitor SIGKILL time configurableJakub Hrozek3-0/+3
https://fedorahosted.org/sssd/ticket/1119
2012-04-20proxy: new option proxy_fast_aliasJakub Hrozek2-0/+2
2012-04-05Fix regression in SSSDConfig.pyJakub Hrozek1-1/+1
https://fedorahosted.org/sssd/ticket/1291
2012-02-28Fix typo in autofs option descriptionStephen Gallagher1-1/+1
2012-02-24SELinux related attributes added to config APIJan Zeleny2-1/+11
2012-02-24IPA hosts refactoringJan Zeleny1-0/+20
2012-02-17RESPONDERS: Make the fd_limit setting configurableStephen Gallagher3-1/+4
This code will now attempt first to see if it has privilege to set the value as specified, and if not it will fall back to the previous behavior. So on systems with the CAP_SYS_RESOURCE capability granted to SSSD, it will be able to ignore the limits.conf hard limit. https://fedorahosted.org/sssd/ticket/1197
2012-02-10Add ssh service to sssd.api.confJan Cholasta2-2/+7
2012-02-10Add methods for activating and deactivating services to SSSDConfigJan Cholasta3-0/+268
2012-02-07AUTOFS: IPA providerJakub Hrozek4-2/+9
2012-02-07IPA: Add host info handlerJan Cholasta1-0/+1
2012-02-07DP: Add host info handlerJan Cholasta3-2/+6
2012-02-07LDAP: Add support for SSH user public keysJan Cholasta3-0/+3
2012-02-06Add session target in data providerJan Zeleny3-2/+6
2012-02-05AUTOFS: LDAP providerJakub Hrozek1-0/+8
2012-02-05AUTOFS: responderJakub Hrozek3-4/+20
2012-02-05AUTOFS: Data Provider requestJakub Hrozek1-0/+1
2012-02-04ConfigAPI: add sudo to known servicesJakub Hrozek3-2/+14
https://fedorahosted.org/sssd/ticket/1144 Squashed patch from Jan Zeleny: Add SUDO provider to the list of available providers in SSSDConfig.py
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher3-0/+17
https://fedorahosted.org/sssd/ticket/1016
2012-01-31LDAP: Add new options for service mapsStephen Gallagher3-1/+19
Adds the new service map options to the SSSDConfig API and the manpages.
2012-01-30SSSDConfigAPI: Move sssd.api.* to /usr/share/sssdStephen Gallagher1-4/+4
https://fedorahosted.org/sssd/ticket/1158
2012-01-18LDAP: Add option to disable paging controlStephen Gallagher3-0/+4
Fixes https://fedorahosted.org/sssd/ticket/967
2012-01-17SUDO Integration - periodical update of rules in data providerPavel Březina2-0/+4
https://fedorahosted.org/sssd/ticket/1110 Adds new configuration options: - ldap_sudo_refresh_enabled - enable/disable periodical updates - ldap_sudo_refresh_timeout - rules timeout (refresh period)
2012-01-17SUDO Integration review issuesPavel Březina4-3/+34
2011-12-16Use the case sensitivity flag in respondersJakub Hrozek3-0/+4
2011-12-13Fix typo in IPA SSSDConfig fileStephen Gallagher1-1/+1
2011-12-12Add sdap_connection_expire_timeout optionStephen Gallagher3-0/+4
https://fedorahosted.org/sssd/ticket/1036
2011-12-08Add ldap_sasl_minssf optionJan Zeleny3-0/+3
https://fedorahosted.org/sssd/ticket/1075
2011-11-29Add ipa_hbac_support_srchost option to IPA providerJan Zeleny2-0/+2
don't fetch all host groups if this option is false https://fedorahosted.org/sssd/ticket/1078