summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* LDAP: Map the user's primaryGroupIDStephen Gallagher2012-05-031-0/+1
|
* LDAP: Allow setting a default domain for id-mapping slice 0Stephen Gallagher2012-05-031-0/+2
|
* LDAP: Add autorid compatibility modeStephen Gallagher2012-05-031-0/+1
|
* LDAP: Add ID mapping range settingsStephen Gallagher2012-05-031-0/+4
|
* LDAP: Add id-mapping optionStephen Gallagher2012-05-031-0/+1
|
* LDAP: Add objectSID config optionStephen Gallagher2012-05-031-0/+2
|
* SSH: Add support for hashed known_hostsJan Cholasta2012-04-241-0/+3
| | | | https://fedorahosted.org/sssd/ticket/1203
* Make the monitor SIGKILL time configurableJakub Hrozek2012-04-201-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1119
* proxy: new option proxy_fast_aliasJakub Hrozek2012-04-201-0/+1
|
* 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
|
* RESPONDERS: Make the fd_limit setting configurableStephen Gallagher2012-02-171-0/+1
| | | | | | | | | | 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 methods for activating and deactivating services to SSSDConfigJan Cholasta2012-02-101-0/+142
|
* AUTOFS: IPA providerJakub Hrozek2012-02-071-0/+1
|
* DP: Add host info handlerJan Cholasta2012-02-071-0/+1
|
* LDAP: Add support for SSH user public keysJan Cholasta2012-02-071-0/+1
|
* Add session target in data providerJan Zeleny2012-02-061-0/+1
|
* AUTOFS: LDAP providerJakub Hrozek2012-02-051-0/+8
|
* AUTOFS: responderJakub Hrozek2012-02-051-0/+4
|
* AUTOFS: Data Provider requestJakub Hrozek2012-02-051-0/+1
|
* ConfigAPI: add sudo to known servicesJakub Hrozek2012-02-041-0/+5
| | | | | | | 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-041-0/+4
| | | | https://fedorahosted.org/sssd/ticket/1016
* LDAP: Add new options for service mapsStephen Gallagher2012-01-311-0/+7
| | | | | 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-181-0/+2
| | | | Fixes https://fedorahosted.org/sssd/ticket/967
* SUDO Integration - periodical update of rules in data providerPavel Březina2012-01-171-0/+2
| | | | | | | | 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-171-0/+14
|
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-161-0/+1
|
* Add sdap_connection_expire_timeout optionStephen Gallagher2011-12-121-0/+2
| | | | https://fedorahosted.org/sssd/ticket/1036
* Add ldap_sasl_minssf optionJan Zeleny2011-12-081-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1075
* Add ipa_hbac_support_srchost option to IPA providerJan Zeleny2011-11-291-0/+1
| | | | | don't fetch all host groups if this option is false https://fedorahosted.org/sssd/ticket/1078
* configAPI: Fix removing in old domain when saving a new domainJakub Hrozek2011-11-101-2/+2
|
* Add support to request canonicalization on krb AS requestsJan Zeleny2011-11-021-0/+1
| | | | https://fedorahosted.org/sssd/ticket/957
* Added krb5_fast_principal to SSSDConfig APIJan Zeleny2011-10-311-0/+1
|
* SSSDConfig: Handle integer parsing more lenientlyStephen Gallagher2011-10-251-0/+3
| | | | | | Allow the base to be auto-detected rather than limited to base 10 Add hexadecimal integer test
* DEBUG timestamps offer higher precision - SSSDConfig updatedPavel Březina2011-09-081-0/+1
| | | | https://fedorahosted.org/sssd/ticket/956
* Add option to specify the kerberos replay cache dirStephen Gallagher2011-09-021-0/+1
| | | | | | | Adds a configure option to set the distribution default as well as an sssd.conf option to override it. https://fedorahosted.org/sssd/ticket/980
* Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek2011-08-261-0/+1
| | | | https://fedorahosted.org/sssd/ticket/978
* 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 LDAP access control based on NDS attributesSumit Bose2011-07-081-0/+3
|
* Add ipa_hbac_treat_deny_as optionStephen Gallagher2011-07-081-0/+1
| | | | | | By default, we will treat the presence of any DENY rule as denying all users. This option will allow the admin to explicitly ignore DENY rules during a transitional period.
* Add ipa_hbac_refresh optionStephen Gallagher2011-07-081-0/+1
| | | | | This option describes the time between refreshes of the HBAC rules on the IPA server.
* Use dereference when processing RFC2307bis nested groupsJakub Hrozek2011-05-201-0/+1
| | | | | | | | Instead of issuing N LDAP requests when processing a group with N users, utilize the dereference functionality to pull down all the members in a single LDAP request. https://fedorahosted.org/sssd/ticket/799
* Add new options to override shell valueJakub Hrozek2011-05-201-0/+2
| | | | https://fedorahosted.org/sssd/ticket/742
* Add a new option to override home directory valueJakub Hrozek2011-05-201-0/+1
| | | | https://fedorahosted.org/sssd/ticket/551
* Add a new option to override primary GID numberJakub Hrozek2011-05-201-0/+1
| | | | https://fedorahosted.org/sssd/ticket/742
* Add ldap_page_size configuration optionStephen Gallagher2011-04-271-0/+1
|
* Modify principal selection for keytab authenticationJan Zeleny2011-04-251-0/+1
| | | | | | | | | | | | | | | | Currently we construct the principal as host/fqdn@REALM. The problem with this is that this principal doesn't have to be in the keytab. In that case the provider fails to start. It is better to scan the keytab and find the most suitable principal to use. Only in case no suitable principal is found the backend should fail to start. The second issue solved by this patch is that the realm we are authenticating the machine to can be in general different from the realm our users are part of (in case of cross Kerberos trust). The patch adds new configuration option SDAP_SASL_REALM. https://fedorahosted.org/sssd/ticket/781