summaryrefslogtreecommitdiff
path: root/src/config/SSSDConfigTest.py
AgeCommit message (Collapse)AuthorFilesLines
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
2011-04-25Configuration parsing updatesJan Zeleny1-32/+1
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.
2011-03-17Add support for krb5 access provider to SSSDConfig APIStephen Gallagher1-1/+1
2011-01-17Do not force a default for debug_levelStephen Gallagher1-3/+0
2010-12-07Add support for FAST in krb5 providerSumit Bose1-3/+6
2010-12-03Add support for automatic Kerberos ticket renewalSumit Bose1-3/+6
2010-12-03Add krb5_lifetime optionSumit Bose1-3/+6
2010-12-03Add krb5_renewable_lifetime optionSumit Bose1-3/+6
2010-10-19Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip.Jan Zeleny1-2/+6
For the time being, if krb5_server is not found, still falls back to krb5_kdcip with a warning. If both options are present in config file, krb5_server has a higher priority. Fixes: #543
2010-08-19Rewrite toplevel MakefileStephen Gallagher1-1/+1
There is no longer a need to have nested Makefiles and configure scripts. This patch combines the src/ Makefile and configure.ac into the root.
2010-06-30Add dns_discovery_domain optionJakub Hrozek1-0/+2
The service discovery used to use the SSSD domain name to perform DNS queries. This is not an optimal solution, for example from the point of view of authconfig. This patch introduces a new option "dns_discovery_domain" that allows to set the domain part of a DNS SRV query. If this option is not set, the default behavior is to use the domain part of the machine's hostname. Fixes: #479
2010-06-16Remove references to the DP service from the SSSDConfig API testsStephen Gallagher1-2/+0
2010-06-16Handle (ignore) unknown options in get_domain() and get_service()Stephen Gallagher1-2/+27
We will now eliminate any unknown options and providers to guarantee that the domain is safe for use.
2010-06-14Remove krb5_changepw_principal optionJakub Hrozek1-2/+1
Fixes: #531
2010-06-09Change default min_id to 1Stephen Gallagher1-4/+3
Also update manpage for min_id/max_id to be more clear about how it relates to primary GID.
2010-05-27Add ldap_access_filter optionStephen Gallagher1-1/+1
This option (applicable to access_provider=ldap) allows the admin to set an additional LDAP search filter that must match in order for a user to be granted access to the system. Common examples for this would be limiting access to users by in a particular group, for example: ldap_access_filter = memberOf=cn=access_group,ou=Groups,dc=example,dc=com
2010-05-26Add support for delayed kinit if offlineSumit Bose1-0/+3
If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used.
2010-05-16SSSDConfigAPI fixesJakub Hrozek1-3/+1
* add forgotten ldap_dns_service option * sync IPA and LDAP options (ldap_pwd_policy and ldap_tls_cacertdir) * ldap_uri is no longer mandatory for LDAP provider - the default is to use service discovery with no address set now. Ditto for krb5_kdcip and ipa_server
2010-05-07Make krb5_kpasswd available for any krb5 providerStephen Gallagher1-0/+3
Previously, the option krb5_kpasswd was only available if 'chpass_provider = krb5' was specified explicitly. Now it will be available also if 'auth_provider = krb5'. This option was also missing from the IPA options, so I have added it there as well
2010-04-30Add dns_resolver_timeout optionStephen Gallagher1-0/+2
We had a hard-coded timeout of five seconds for DNS lookups in the async resolver. This patch adds an option 'dns_resolver_timeout' to specify this value (Default: 5)