summaryrefslogtreecommitdiffstats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* Add support for ID rangesSumit Bose2012-06-212-0/+2
|
* Make the client idle timeout configurableStephen Gallagher2012-06-183-1/+4
|
* LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher2012-06-133-0/+7
|
* Allow fast memcache timeout to be configurableJan Zeleny2012-06-102-0/+2
| | | | https://fedorahosted.org/sssd/ticket/1318
* IPA subdomains - ask for information about master domainJan Zeleny2012-06-102-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.
* Fix the default sssd.conf pathJakub Hrozek2012-06-051-1/+1
|
* SSSDConfig: Make default config and schema file locations configurableStephen Gallagher2012-05-312-7/+7
| | | | https://fedorahosted.org/sssd/ticket/1008
* SSSDConfig: Make SSSDConfig a packageStephen Gallagher2012-05-314-5/+1
| | | | | We were polluting the primary Python space with several dependencies. We will now install them their own directory/module.
* Fix typos in message and man pages.Yuri Chornoivan2012-05-141-1/+1
|
* NSS: Add default_shell optionStephen Gallagher2012-05-092-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
* NSS: Add fallback_homedir optionStephen Gallagher2012-05-093-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
* SSSDConfigAPI: Fix missing option in testsStephen Gallagher2012-05-041-0/+2
|
* Modify behavior of pam_pwd_expiration_warningJan Zeleny2012-05-041-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.
* LDAP: Map the user's primaryGroupIDStephen Gallagher2012-05-033-0/+3
|
* LDAP: Allow setting a default domain for id-mapping slice 0Stephen Gallagher2012-05-033-0/+6
|
* LDAP: Add autorid compatibility modeStephen Gallagher2012-05-033-0/+3
|
* LDAP: Add ID mapping range settingsStephen Gallagher2012-05-033-0/+10
|
* LDAP: Add id-mapping optionStephen Gallagher2012-05-033-0/+3
|
* LDAP: Add objectSID config optionStephen Gallagher2012-05-033-0/+6
|
* SSH: Add support for hashed known_hostsJan Cholasta2012-04-242-0/+4
| | | | https://fedorahosted.org/sssd/ticket/1203
* IPA: Add get-domains targetSumit Bose2012-04-241-0/+1
|
* data provider: added subdomainsSumit Bose2012-04-242-2/+5
|
* Responder part of the subdomain retrieval workJan Zeleny2012-04-241-0/+2
|
* Make the monitor SIGKILL time configurableJakub Hrozek2012-04-203-0/+3
| | | | https://fedorahosted.org/sssd/ticket/1119
* proxy: new option proxy_fast_aliasJakub Hrozek2012-04-202-0/+2
|
* Fix regression in SSSDConfig.pyJakub Hrozek2012-04-051-1/+1
| | | | https://fedorahosted.org/sssd/ticket/1291
* Fix typo in autofs option descriptionStephen Gallagher2012-02-281-1/+1
|
* SELinux related attributes added to config APIJan Zeleny2012-02-242-1/+11
|
* IPA hosts refactoringJan Zeleny2012-02-241-0/+20
|
* RESPONDERS: Make the fd_limit setting configurableStephen Gallagher2012-02-173-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
* Add ssh service to sssd.api.confJan Cholasta2012-02-102-2/+7
|
* Add methods for activating and deactivating services to SSSDConfigJan Cholasta2012-02-103-0/+268
|
* AUTOFS: IPA providerJakub Hrozek2012-02-074-2/+9
|
* IPA: Add host info handlerJan Cholasta2012-02-071-0/+1
|
* DP: Add host info handlerJan Cholasta2012-02-073-2/+6
|
* LDAP: Add support for SSH user public keysJan Cholasta2012-02-073-0/+3
|
* Add session target in data providerJan Zeleny2012-02-063-2/+6
|
* AUTOFS: LDAP providerJakub Hrozek2012-02-051-0/+8
|
* AUTOFS: responderJakub Hrozek2012-02-053-4/+20
|
* AUTOFS: Data Provider requestJakub Hrozek2012-02-051-0/+1
|
* ConfigAPI: add sudo to known servicesJakub Hrozek2012-02-043-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
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-043-0/+17
| | | | https://fedorahosted.org/sssd/ticket/1016
* LDAP: Add new options for service mapsStephen Gallagher2012-01-313-1/+19
| | | | | Adds the new service map options to the SSSDConfig API and the manpages.
* SSSDConfigAPI: Move sssd.api.* to /usr/share/sssdStephen Gallagher2012-01-301-4/+4
| | | | https://fedorahosted.org/sssd/ticket/1158
* LDAP: Add option to disable paging controlStephen Gallagher2012-01-183-0/+4
| | | | Fixes https://fedorahosted.org/sssd/ticket/967
* SUDO Integration - periodical update of rules in data providerPavel Březina2012-01-172-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)
* SUDO Integration review issuesPavel Březina2012-01-174-3/+34
|
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-163-0/+4
|
* Fix typo in IPA SSSDConfig fileStephen Gallagher2011-12-131-1/+1
|
* Add sdap_connection_expire_timeout optionStephen Gallagher2011-12-123-0/+4
| | | | https://fedorahosted.org/sssd/ticket/1036