summaryrefslogtreecommitdiff
path: root/src/config/etc/sssd.api.d
AgeCommit message (Collapse)AuthorFilesLines
2012-07-23add hostid and subdomains sections in sssd-ipa.confPavel Březina1-1/+5
https://fedorahosted.org/sssd/ticket/1368
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 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-21Add support for ID rangesSumit Bose1-0/+1
2012-06-13LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher2-0/+4
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-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-24IPA: Add get-domains targetSumit Bose1-0/+1
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-07AUTOFS: IPA providerJakub Hrozek2-0/+6
2012-02-07IPA: Add host info handlerJan Cholasta1-0/+1
2012-02-07LDAP: Add support for SSH user public keysJan Cholasta2-0/+2
2012-01-31LDAP: Add new options for service mapsStephen Gallagher2-1/+12
Adds the new service map options to the SSSDConfig API and the manpages.
2012-01-18LDAP: Add option to disable paging controlStephen Gallagher2-0/+2
Fixes https://fedorahosted.org/sssd/ticket/967
2012-01-17SUDO Integration - periodical update of rules in data providerPavel Březina1-0/+2
https://fedorahosted.org/sssd/ticket/1110 Adds new configuration options: - ldap_sudo_refresh_enabled - enable/disable periodical updates - ldap_sudo_refresh_timeout - rules timeout (refresh period)
2012-01-17SUDO Integration review issuesPavel Březina1-0/+14
2011-12-13Fix typo in IPA SSSDConfig fileStephen Gallagher1-1/+1
2011-12-12Add sdap_connection_expire_timeout optionStephen Gallagher2-0/+2
https://fedorahosted.org/sssd/ticket/1036
2011-12-08Add ldap_sasl_minssf optionJan Zeleny2-0/+2
https://fedorahosted.org/sssd/ticket/1075
2011-11-29Add ipa_hbac_support_srchost option to IPA providerJan Zeleny1-0/+1
don't fetch all host groups if this option is false https://fedorahosted.org/sssd/ticket/1078
2011-11-23Added and modified options for IPA netgroupsJan Zeleny1-6/+12
2011-11-02Support to request canonicalization in LDAP/IPA providerJan Zeleny2-0/+2
https://fedorahosted.org/sssd/ticket/957
2011-11-02Add support to request canonicalization on krb AS requestsJan Zeleny1-0/+1
https://fedorahosted.org/sssd/ticket/957
2011-10-31Added krb5_fast_principal to SSSDConfig APIJan Zeleny2-0/+2
2011-09-20Add missing options to sssd.api.confMarko Myllynen1-0/+6
2011-08-26Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek1-0/+1
https://fedorahosted.org/sssd/ticket/978
2011-07-08Add LDAP access control based on NDS attributesSumit Bose1-0/+3
2011-07-08Add ipa_hbac_treat_deny_as optionStephen Gallagher1-0/+1
By default, we will treat the presence of any DENY rule as denying all users. This option will allow the admin to explicitly ignore DENY rules during a transitional period.
2011-07-08Add ipa_hbac_refresh optionStephen Gallagher1-0/+1
This option describes the time between refreshes of the HBAC rules on the IPA server.
2011-05-20Use dereference when processing RFC2307bis nested groupsJakub Hrozek2-0/+3
Instead of issuing N LDAP requests when processing a group with N users, utilize the dereference functionality to pull down all the members in a single LDAP request. https://fedorahosted.org/sssd/ticket/799
2011-04-27Add ldap_page_size configuration optionStephen Gallagher1-0/+1
2011-04-25Configuration parsing updatesJan Zeleny3-5/+5
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-24Add host access control supportPierre Ossman1-0/+1
https://fedorahosted.org/sssd/ticket/746
2011-03-17Add support for krb5 access provider to SSSDConfig APIStephen Gallagher1-0/+2
2011-01-20Add ldap_tls_{cert,key,cipher_suite} config optionsTyson Whitehead2-0/+6
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2011-01-19Add ipa_hbac_search_base config optionSumit Bose1-0/+1
2011-01-19Add LDAP expire policy base RHDS/IPA attributeSumit Bose1-0/+1
The attribute nsAccountLock is used by RHDS, IPA and other directory servers to indicate that the account is locked.
2011-01-19Add LDAP expire policy based on AD attributesSumit Bose1-0/+2
The second bit of userAccountControl is used to determine if the account is enabled or disabled. accountExpires is checked to see if the account is expired.
2011-01-17Add ldap_search_enumeration_timeout config optionSumit Bose1-0/+1
2010-12-21Add authorizedService supportStephen Gallagher1-0/+1
https://fedorahosted.org/sssd/ticket/670