summaryrefslogtreecommitdiffstats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Add ldap_sasl_minssf optionJan Zeleny2011-12-083-0/+3
| | | | https://fedorahosted.org/sssd/ticket/1075
* Add ipa_hbac_support_srchost option to IPA providerJan Zeleny2011-11-292-0/+2
| | | | | don't fetch all host groups if this option is false https://fedorahosted.org/sssd/ticket/1078
* Added and modified options for IPA netgroupsJan Zeleny2011-11-231-6/+12
|
* configAPI: Fix removing in old domain when saving a new domainJakub Hrozek2011-11-101-2/+2
|
* Support to request canonicalization in LDAP/IPA providerJan Zeleny2011-11-022-0/+2
| | | | https://fedorahosted.org/sssd/ticket/957
* Add support to request canonicalization on krb AS requestsJan Zeleny2011-11-023-3/+8
| | | | https://fedorahosted.org/sssd/ticket/957
* Added krb5_fast_principal to SSSDConfig APIJan Zeleny2011-10-314-3/+9
|
* SSSDConfig: Handle integer parsing more lenientlyStephen Gallagher2011-10-252-1/+4
| | | | | | Allow the base to be auto-detected rather than limited to base 10 Add hexadecimal integer test
* Add missing options to sssd.api.confMarko Myllynen2011-09-203-3/+26
|
* DEBUG timestamps offer higher precision - SSSDConfig updatedPavel Březina2011-09-083-0/+3
| | | | https://fedorahosted.org/sssd/ticket/956
* Add option to specify the kerberos replay cache dirStephen Gallagher2011-09-023-0/+3
| | | | | | | 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-262-0/+2
| | | | 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-082-0/+6
|
* Add ipa_hbac_treat_deny_as optionStephen Gallagher2011-07-082-0/+2
| | | | | | 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-082-0/+2
| | | | | This option describes the time between refreshes of the HBAC rules on the IPA server.
* Use dereference when processing RFC2307bis nested groupsJakub Hrozek2011-05-203-0/+4
| | | | | | | | 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-202-0/+4
| | | | https://fedorahosted.org/sssd/ticket/742
* Add a new option to override home directory valueJakub Hrozek2011-05-203-0/+5
| | | | https://fedorahosted.org/sssd/ticket/551
* Add a new option to override primary GID numberJakub Hrozek2011-05-203-0/+4
| | | | https://fedorahosted.org/sssd/ticket/742
* Add "description" option to SSSDConfig APIStephen Gallagher2011-04-272-0/+3
| | | | https://fedorahosted.org/sssd/ticket/850
* Add ldap_page_size configuration optionStephen Gallagher2011-04-272-0/+2
|
* 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
* Configuration parsing updatesJan Zeleny2011-04-256-53/+19
| | | | | | | | | | | | These changes are all related to following ticket: https://fedorahosted.org/sssd/ticket/763 Changes in SSSDConfig.py merge old and new domain record instead of just deleting the old and inserting the new one. The old approach let to loss of some information like comments and blank lines in the config file. Changes in API config were performed so our Python scripts (like sss_obfuscate) don't add extra config options to the config file.
* Add host access control supportPierre Ossman2011-03-242-0/+2
| | | | https://fedorahosted.org/sssd/ticket/746
* Add support for krb5 access provider to SSSDConfig APIStephen Gallagher2011-03-172-1/+3
|
* Add ldap_tls_{cert,key,cipher_suite} config optionsTyson Whitehead2011-01-203-0/+9
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Add pam_pwd_expiration_warning config optionSumit Bose2011-01-192-0/+2
|
* Add ipa_hbac_search_base config optionSumit Bose2011-01-192-0/+2
|
* Add LDAP expire policy base RHDS/IPA attributeSumit Bose2011-01-192-0/+2
| | | | | The attribute nsAccountLock is used by RHDS, IPA and other directory servers to indicate that the account is locked.
* Add LDAP expire policy based on AD attributesSumit Bose2011-01-192-0/+4
| | | | | | The second bit of userAccountControl is used to determine if the account is enabled or disabled. accountExpires is checked to see if the account is expired.
* Do not force a default for debug_levelStephen Gallagher2011-01-172-4/+1
|