summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig
Commit message (Collapse)AuthorAgeFilesLines
* AD: Add manpages and SSSDConfig entriesStephen Gallagher2012-07-061-0/+5
|
* sudo: add host info optionsPavel Březina2012-06-291-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
* sudo: clean upPavel Březina2012-06-291-1/+0
|
* sudo provider: add ldap_sudo_smart_refresh_intervalPavel Březina2012-06-291-0/+1
|
* sudo provider: remove old timerPavel Březina2012-06-291-2/+0
|
* sudo provider: add ldap_sudo_full_refresh_intervalPavel Březina2012-06-291-0/+1
|
* confdb: add entry_cache_sudo_timeout optionPavel Březina2012-06-291-0/+1
|
* Add support for ID rangesSumit Bose2012-06-211-0/+1
|
* Make the client idle timeout configurableStephen Gallagher2012-06-181-0/+1
|
* LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher2012-06-131-0/+3
|
* Allow fast memcache timeout to be configurableJan Zeleny2012-06-101-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1318
* IPA subdomains - ask for information about master domainJan Zeleny2012-06-101-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.
* Fix the default sssd.conf pathJakub Hrozek2012-06-051-1/+1
|
* SSSDConfig: Make default config and schema file locations configurableStephen Gallagher2012-05-311-6/+6
| | | | https://fedorahosted.org/sssd/ticket/1008
* SSSDConfig: Make SSSDConfig a packageStephen Gallagher2012-05-313-0/+3022
We were polluting the primary Python space with several dependencies. We will now install them their own directory/module.