summaryrefslogtreecommitdiff
path: root/src/config/SSSDConfigTest.py
AgeCommit message (Collapse)AuthorFilesLines
2013-08-28Add a new option to control subdomain enumerationJakub Hrozek1-0/+2
2013-06-10A new option krb5_use_kdcinfoJakub Hrozek1-3/+6
https://fedorahosted.org/sssd/ticket/1883 The patch introduces a new Kerberos provider option called krb5_use_kdcinfo. The option is true by default in all providers. When set to false, the SSSD will not create krb5 info files that the locator plugin consumes and the user would have to set up the Kerberos options manually in krb5.conf
2013-06-10back end: add refresh expired records periodic taskPavel Březina1-0/+2
https://fedorahosted.org/sssd/ticket/1713 Add new option refresh_expired_interval.
2013-05-23Add a domain config attribute for realmdStef Walter1-2/+4
realmd needs to be able to tag various domains with basic info when it configures a domain.
2013-05-23Add 'description' attribute to SSSDConfig APIStephen Gallagher1-1/+2
It was mentioned in the manpages, but not accepted by the API
2013-05-03dyndns: new option dyndns_authJakub Hrozek1-0/+2
This options is mostly provided for future expansion. Currently it is undocumented and both IPA and AD dynamic DNS updates default to GSS-TSIG. Allowed values are GSS-TSIG and none.
2013-05-03dyndns: new option dyndns_force_tcpJakub Hrozek1-0/+2
https://fedorahosted.org/sssd/ticket/1831 Adds a new option that can be used to force nsupdate to only use TCP to communicate with the DNS server.
2013-05-03dyndns: New option dyndns_update_ptrJakub Hrozek1-0/+2
https://fedorahosted.org/sssd/ticket/1832 While some servers, such as FreeIPA allow the PTR record to be synchronized when the forward record is updated, other servers, including Active Directory, require that the PTR record is synchronized manually. This patch adds a new option, dyndns_update_ptr that automatically generates appropriate DNS update message for updating the reverse zone. This option is off by default in the IPA provider. Also renames be_nsupdate_create_msg to be_nsupdate_create_fwd_msg
2013-05-03dyndns: new option dyndns_refresh_intervalJakub Hrozek1-0/+2
This new options adds the possibility of updating the DNS entries periodically regardless if they have changed or not. This feature will be useful mainly in AD environments where the Windows clients periodically update their DNS records.
2013-05-03Convert IPA-specific options to be back-end agnosticJakub Hrozek1-0/+6
This patch introduces new options for dynamic DNS updates that are not specific to any back end. The current ipa dyndns options are still usable, just with a deprecation warning.
2013-05-03SUDO: IPA providerLukas Slebodnik1-2/+2
This patch added auto configuration SUDO with ipa provider and compat tree. https://fedorahosted.org/sssd/ticket/1733
2013-04-22Allow usage of enterprise principalsSumit Bose1-3/+6
Enterprise principals are currently most useful for the AD provider and hence enabled here by default while for the other Kerberos based authentication providers they are disabled by default. If additional UPN suffixes are configured for the AD domain the user principal stored in the AD LDAP server might not contain the real Kerberos realm of the AD domain but one of the additional suffixes which might be completely randomly chooses, e.g. are not related to any existing DNS domain. This make it hard for a client to figure out the right KDC to send requests to. To get around this enterprise principals (see http://tools.ietf.org/html/rfc6806 for details) were introduced. Basically a default realm is added to the principal so that the Kerberos client libraries at least know where to send the request to. It is not in the responsibility of the KDC to either handle the request itself, return a client referral if he thinks a different KDC can handle the request or return and error. This feature is also use to allow authentication in AD environments with cross forest trusts. Fixes https://fedorahosted.org/sssd/ticket/1842
2012-11-15Add ignore_group_members option.Paul B. Henson1-0/+2
https://fedorahosted.org/sssd/ticket/1376
2012-11-08SSSDConfig: Locate the force_timeout option in the correct sectionsStephen Gallagher1-0/+2
2012-10-30authconfig: allow chpass_provider = proxyPavel Březina1-1/+1
https://fedorahosted.org/sssd/ticket/1611
2012-10-18Allow setting the default_shell option per-domain as wellJakub Hrozek1-0/+2
https://fedorahosted.org/sssd/ticket/1583
2012-10-01Add new option default_domain_suffixSumit Bose1-0/+4
2012-08-05SSSDConfig: Fix nonfunctional SSSDDomain.remove_provider()Stephen Gallagher1-0/+5
Also adds a regression test to the unit test suite. https://fedorahosted.org/sssd/ticket/1388
2012-08-01Primary server support: new options in krb5 providerJan Zeleny1-0/+6
This patch adds support for new config options krb5_backup_server and krb5_backup_kpasswd. The description of this option's functionality is included in man page in one of previous patches.
2012-07-24Fix SSSDConfigTestJakub Hrozek1-1/+2
2012-07-20NSS: Add override_shell optionStephen Gallagher1-0/+2
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-07-10pac responder: limit access by checking UIDsSumit Bose1-2/+4
A check for allowed UIDs is added in the common responder code directly after accept(). If the platform does not support reading the UID of the peer but allowed UIDs are configured, access is denied. Currently only the PAC responder sets the allowed UIDs for a socket. The default is that only root is allowed to access the socket of the PAC responder. Fixes: https://fedorahosted.org/sssd/ticket/1382
2012-07-06AD: Add manpages and SSSDConfig entriesStephen Gallagher1-1/+2
2012-07-06Fix SSSDConfigTest for separate build directoriesSumit Bose1-8/+9
2012-06-29confdb: add entry_cache_sudo_timeout optionPavel Březina1-0/+2
2012-06-18Make the client idle timeout configurableStephen Gallagher1-1/+2
2012-05-09NSS: Add fallback_homedir optionStephen Gallagher1-0/+2
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-04-24data provider: added subdomainsSumit Bose1-2/+4
2012-04-20Make the monitor SIGKILL time configurableJakub Hrozek1-0/+1
https://fedorahosted.org/sssd/ticket/1119
2012-02-24SELinux related attributes added to config APIJan Zeleny1-1/+1
2012-02-17RESPONDERS: Make the fd_limit setting configurableStephen Gallagher1-1/+2
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 Cholasta1-2/+4
2012-02-10Add methods for activating and deactivating services to SSSDConfigJan Cholasta1-0/+123
2012-02-07AUTOFS: IPA providerJakub Hrozek1-2/+2
2012-02-07DP: Add host info handlerJan Cholasta1-2/+4
2012-02-06Add session target in data providerJan Zeleny1-2/+4
2012-02-05AUTOFS: responderJakub Hrozek1-4/+10
2012-02-04ConfigAPI: add sudo to known servicesJakub Hrozek1-2/+4
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 Gallagher1-0/+8
https://fedorahosted.org/sssd/ticket/1016
2012-01-17SUDO Integration review issuesPavel Březina1-3/+5
2011-12-16Use the case sensitivity flag in respondersJakub Hrozek1-0/+2
2011-11-02Add support to request canonicalization on krb AS requestsJan Zeleny1-3/+6
https://fedorahosted.org/sssd/ticket/957
2011-10-31Added krb5_fast_principal to SSSDConfig APIJan Zeleny1-3/+6
2011-09-20Add missing options to sssd.api.confMarko Myllynen1-2/+16
2011-09-08DEBUG timestamps offer higher precision - SSSDConfig updatedPavel Březina1-0/+1
https://fedorahosted.org/sssd/ticket/956
2011-09-02Add option to specify the kerberos replay cache dirStephen Gallagher1-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
2011-05-20Add a new option to override home directory valueJakub Hrozek1-0/+2
https://fedorahosted.org/sssd/ticket/551
2011-05-20Add a new option to override primary GID numberJakub Hrozek1-0/+2
https://fedorahosted.org/sssd/ticket/742
2011-04-27Add "description" option to SSSDConfig APIStephen Gallagher1-0/+2
https://fedorahosted.org/sssd/ticket/850