summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Collapse)AuthorFilesLines
2012-11-22Fix errors reported by rpmlintJan Cholasta2-3/+1
2012-11-15Add ignore_group_members option.Paul B. Henson3-0/+4
https://fedorahosted.org/sssd/ticket/1376
2012-11-08SSSDConfig: Locate the force_timeout option in the correct sectionsStephen Gallagher2-1/+4
2012-10-30authconfig: allow chpass_provider = proxyPavel Březina2-1/+4
https://fedorahosted.org/sssd/ticket/1611
2012-10-18Allow setting the default_shell option per-domain as wellJakub Hrozek2-0/+3
https://fedorahosted.org/sssd/ticket/1583
2012-10-16Make TTL configurable for dynamic dns updatesJames Hogarth2-0/+2
2012-10-05SSH: Expire hosts in known_hostsJan Cholasta2-0/+2
2012-10-01Document ldap_chpass_update_last_changeJakub Hrozek2-0/+2
Add the option to the manual page and the configAPI https://fedorahosted.org/sssd/ticket/1494
2012-10-01Add new option default_domain_suffixSumit Bose3-0/+6
2012-08-13Add autofs-related options to configAPIJakub Hrozek2-1/+12
https://fedorahosted.org/sssd/ticket/1478
2012-08-05SSSDConfig: Fix nonfunctional SSSDDomain.remove_provider()Stephen Gallagher2-0/+10
Also adds a regression test to the unit test suite. https://fedorahosted.org/sssd/ticket/1388
2012-08-01Primary server support: new option in AD providerJan Zeleny2-0/+2
This patch adds support for new config option ad_backup_server. The description of this option's functionality is included in man page in one of previous patches.
2012-08-01Primary server support: new option in IPA providerJan Zeleny2-0/+2
This patch adds support for new config option ipa_backup_server. The description of this option's functionality is included in man page in one of previous patches.
2012-08-01Primary server support: new options in krb5 providerJan Zeleny5-0/+14
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-08-01Primary server support: new option in ldap providerJan Zeleny4-0/+6
This patch adds support for new config option ldap_backup_uri. The description of this option's functionality is included in man page in previous patch.
2012-07-24Fix SSSDConfigTestJakub Hrozek1-1/+2
2012-07-23add hostid and subdomains sections in sssd-ipa.confPavel Březina1-1/+5
https://fedorahosted.org/sssd/ticket/1368
2012-07-20NSS: Add override_shell optionStephen Gallagher3-0/+5
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 Bose3-2/+11
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 Gallagher3-1/+128
2012-07-06Fix SSSDConfigTest for separate build directoriesSumit Bose1-8/+9
2012-06-29sudo: add host info optionsPavel Březina2-0/+10
Adds some option that allows to manually configure a host filter. ldap_sudo_use_host_filter - if false, we will download all rules regardless their sudoHost attribute ldap_sudo_hostnames - list hostnames and/or fqdn that should be downloaded, separated with spaces ldap_sudo_ip - list of IPv4/6 address and/or network that should be downloaded, separated with spaces ldap_sudo_include_netgroups - include rules that contains netgroup in sudoHost ldap_sudo_include_regexp - include rules that contains regular expression in sudoHost
2012-06-29sudo: clean upPavel Březina2-2/+0
2012-06-29sudo provider: add ldap_sudo_smart_refresh_intervalPavel Březina2-0/+2
2012-06-29sudo provider: remove old timerPavel Březina2-4/+0
2012-06-29sudo provider: add ldap_sudo_full_refresh_intervalPavel Březina2-0/+2
2012-06-29confdb: add entry_cache_sudo_timeout optionPavel Březina3-0/+4
2012-06-21Add support for ID rangesSumit Bose2-0/+2
2012-06-18Make the client idle timeout configurableStephen Gallagher3-1/+4
2012-06-13LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher3-0/+7
2012-06-10Allow fast memcache timeout to be configurableJan Zeleny2-0/+2
https://fedorahosted.org/sssd/ticket/1318
2012-06-10IPA subdomains - ask for information about master domainJan Zeleny2-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.
2012-06-05Fix the default sssd.conf pathJakub Hrozek1-1/+1
2012-05-31SSSDConfig: Make default config and schema file locations configurableStephen Gallagher2-7/+7
https://fedorahosted.org/sssd/ticket/1008
2012-05-31SSSDConfig: Make SSSDConfig a packageStephen Gallagher4-5/+1
We were polluting the primary Python space with several dependencies. We will now install them their own directory/module.
2012-05-14Fix typos in message and man pages.Yuri Chornoivan1-1/+1
2012-05-09NSS: Add default_shell optionStephen Gallagher2-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
2012-05-09NSS: Add fallback_homedir optionStephen Gallagher3-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
2012-05-04SSSDConfigAPI: Fix missing option in testsStephen Gallagher1-0/+2
2012-05-04Modify behavior of pam_pwd_expiration_warningJan Zeleny1-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.
2012-05-03LDAP: Map the user's primaryGroupIDStephen Gallagher3-0/+3
2012-05-03LDAP: Allow setting a default domain for id-mapping slice 0Stephen Gallagher3-0/+6
2012-05-03LDAP: Add autorid compatibility modeStephen Gallagher3-0/+3
2012-05-03LDAP: Add ID mapping range settingsStephen Gallagher3-0/+10
2012-05-03LDAP: Add id-mapping optionStephen Gallagher3-0/+3
2012-05-03LDAP: Add objectSID config optionStephen Gallagher3-0/+6
2012-04-24SSH: Add support for hashed known_hostsJan Cholasta2-0/+4
https://fedorahosted.org/sssd/ticket/1203
2012-04-24IPA: Add get-domains targetSumit Bose1-0/+1
2012-04-24data provider: added subdomainsSumit Bose2-2/+5
2012-04-24Responder part of the subdomain retrieval workJan Zeleny1-0/+2