summaryrefslogtreecommitdiff
path: root/src/config/etc
AgeCommit message (Collapse)AuthorFilesLines
2012-11-15Add ignore_group_members option.Paul B. Henson1-0/+1
https://fedorahosted.org/sssd/ticket/1376
2012-11-08SSSDConfig: Locate the force_timeout option in the correct sectionsStephen Gallagher1-1/+2
2012-10-30authconfig: allow chpass_provider = proxyPavel Březina1-0/+3
https://fedorahosted.org/sssd/ticket/1611
2012-10-18Allow setting the default_shell option per-domain as wellJakub Hrozek1-0/+1
https://fedorahosted.org/sssd/ticket/1583
2012-10-16Make TTL configurable for dynamic dns updatesJames Hogarth1-0/+1
2012-10-05SSH: Expire hosts in known_hostsJan Cholasta1-0/+1
2012-10-01Document ldap_chpass_update_last_changeJakub Hrozek1-0/+1
Add the option to the manual page and the configAPI https://fedorahosted.org/sssd/ticket/1494
2012-10-01Add new option default_domain_suffixSumit Bose1-0/+1
2012-08-13Add autofs-related options to configAPIJakub Hrozek2-1/+12
https://fedorahosted.org/sssd/ticket/1478
2012-08-01Primary server support: new option in AD providerJan Zeleny1-0/+1
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 Zeleny1-0/+1
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 Zeleny3-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-08-01Primary server support: new option in ldap providerJan Zeleny3-0/+4
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-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 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-0/+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-0/+121
2012-06-29sudo: add host info optionsPavel Březina1-0/+5
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řezina1-1/+0
2012-06-29sudo provider: add ldap_sudo_smart_refresh_intervalPavel Březina1-0/+1
2012-06-29sudo provider: remove old timerPavel Březina1-2/+0
2012-06-29sudo provider: add ldap_sudo_full_refresh_intervalPavel Březina1-0/+1
2012-06-29confdb: add entry_cache_sudo_timeout optionPavel Březina1-0/+1
2012-06-21Add support for ID rangesSumit Bose1-0/+1
2012-06-18Make the client idle timeout configurableStephen Gallagher1-0/+1
2012-06-13LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher2-0/+4
2012-06-10Allow fast memcache timeout to be configurableJan Zeleny1-0/+1
https://fedorahosted.org/sssd/ticket/1318
2012-06-10IPA subdomains - ask for information about master domainJan Zeleny1-0/+1
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-05-09NSS: Add default_shell optionStephen Gallagher1-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
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-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 Gallagher2-0/+2
2012-05-03LDAP: Allow setting a default domain for id-mapping slice 0Stephen Gallagher2-0/+4
2012-05-03LDAP: Add autorid compatibility modeStephen Gallagher2-0/+2
2012-05-03LDAP: Add ID mapping range settingsStephen Gallagher2-0/+6
2012-05-03LDAP: Add id-mapping optionStephen Gallagher2-0/+2
2012-05-03LDAP: Add objectSID config optionStephen Gallagher2-0/+4
2012-04-24SSH: Add support for hashed known_hostsJan Cholasta1-0/+1
https://fedorahosted.org/sssd/ticket/1203
2012-04-24IPA: Add get-domains targetSumit Bose1-0/+1
2012-04-24data provider: added subdomainsSumit Bose1-0/+1
2012-04-24Responder part of the subdomain retrieval workJan Zeleny1-0/+2
2012-04-20Make the monitor SIGKILL time configurableJakub Hrozek1-0/+1
https://fedorahosted.org/sssd/ticket/1119
2012-04-20proxy: new option proxy_fast_aliasJakub Hrozek1-0/+1
2012-02-24SELinux related attributes added to config APIJan Zeleny1-0/+10
2012-02-24IPA hosts refactoringJan Zeleny1-0/+20
2012-02-17RESPONDERS: Make the fd_limit setting configurableStephen Gallagher1-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
2012-02-10Add ssh service to sssd.api.confJan Cholasta1-0/+3
2012-02-07AUTOFS: IPA providerJakub Hrozek2-0/+6
2012-02-07IPA: Add host info handlerJan Cholasta1-0/+1
2012-02-07DP: Add host info handlerJan Cholasta1-0/+1