Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-24 | SELinux related attributes added to config API | Jan Zeleny | 1 | -0/+10 | |
2012-02-24 | IPA hosts refactoring | Jan Zeleny | 1 | -0/+20 | |
2012-02-17 | RESPONDERS: Make the fd_limit setting configurable | Stephen Gallagher | 1 | -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-10 | Add ssh service to sssd.api.conf | Jan Cholasta | 1 | -0/+3 | |
2012-02-07 | AUTOFS: IPA provider | Jakub Hrozek | 2 | -0/+6 | |
2012-02-07 | IPA: Add host info handler | Jan Cholasta | 1 | -0/+1 | |
2012-02-07 | DP: Add host info handler | Jan Cholasta | 1 | -0/+1 | |
2012-02-07 | LDAP: Add support for SSH user public keys | Jan Cholasta | 2 | -0/+2 | |
2012-02-06 | Add session target in data provider | Jan Zeleny | 1 | -0/+1 | |
2012-02-05 | AUTOFS: responder | Jakub Hrozek | 1 | -0/+6 | |
2012-02-04 | ConfigAPI: add sudo to known services | Jakub Hrozek | 1 | -0/+5 | |
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-04 | NSS: Add individual timeouts for entry types | Stephen Gallagher | 1 | -0/+5 | |
https://fedorahosted.org/sssd/ticket/1016 | |||||
2012-01-31 | LDAP: Add new options for service maps | Stephen Gallagher | 2 | -1/+12 | |
Adds the new service map options to the SSSDConfig API and the manpages. | |||||
2012-01-18 | LDAP: Add option to disable paging control | Stephen Gallagher | 2 | -0/+2 | |
Fixes https://fedorahosted.org/sssd/ticket/967 | |||||
2012-01-17 | SUDO Integration - periodical update of rules in data provider | Pavel Březina | 1 | -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-17 | SUDO Integration review issues | Pavel Březina | 2 | -0/+15 | |
2011-12-16 | Use the case sensitivity flag in responders | Jakub Hrozek | 1 | -0/+1 | |
2011-12-13 | Fix typo in IPA SSSDConfig file | Stephen Gallagher | 1 | -1/+1 | |
2011-12-12 | Add sdap_connection_expire_timeout option | Stephen Gallagher | 2 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/1036 | |||||
2011-12-08 | Add ldap_sasl_minssf option | Jan Zeleny | 2 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/1075 | |||||
2011-11-29 | Add ipa_hbac_support_srchost option to IPA provider | Jan Zeleny | 1 | -0/+1 | |
don't fetch all host groups if this option is false https://fedorahosted.org/sssd/ticket/1078 | |||||
2011-11-23 | Added and modified options for IPA netgroups | Jan Zeleny | 1 | -6/+12 | |
2011-11-02 | Support to request canonicalization in LDAP/IPA provider | Jan Zeleny | 2 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/957 | |||||
2011-11-02 | Add support to request canonicalization on krb AS requests | Jan Zeleny | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/957 | |||||
2011-10-31 | Added krb5_fast_principal to SSSDConfig API | Jan Zeleny | 2 | -0/+2 | |
2011-09-20 | Add missing options to sssd.api.conf | Marko Myllynen | 2 | -1/+10 | |
2011-09-08 | DEBUG timestamps offer higher precision - SSSDConfig updated | Pavel Březina | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/956 | |||||
2011-09-02 | Add option to specify the kerberos replay cache dir | Stephen Gallagher | 1 | -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-08-26 | Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANON | Jakub Hrozek | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/978 | |||||
2011-07-08 | Add LDAP access control based on NDS attributes | Sumit Bose | 1 | -0/+3 | |
2011-07-08 | Add ipa_hbac_treat_deny_as option | Stephen Gallagher | 1 | -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-08 | Add ipa_hbac_refresh option | Stephen Gallagher | 1 | -0/+1 | |
This option describes the time between refreshes of the HBAC rules on the IPA server. | |||||
2011-05-20 | Use dereference when processing RFC2307bis nested groups | Jakub Hrozek | 2 | -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-05-20 | Add new options to override shell value | Jakub Hrozek | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/742 | |||||
2011-05-20 | Add a new option to override home directory value | Jakub Hrozek | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/551 | |||||
2011-05-20 | Add a new option to override primary GID number | Jakub Hrozek | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/742 | |||||
2011-04-27 | Add "description" option to SSSDConfig API | Stephen Gallagher | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/850 | |||||
2011-04-27 | Add ldap_page_size configuration option | Stephen Gallagher | 1 | -0/+1 | |
2011-04-25 | Configuration parsing updates | Jan Zeleny | 4 | -7/+7 | |
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-24 | Add host access control support | Pierre Ossman | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/746 | |||||
2011-03-17 | Add support for krb5 access provider to SSSDConfig API | Stephen Gallagher | 1 | -0/+2 | |
2011-01-20 | Add ldap_tls_{cert,key,cipher_suite} config options | Tyson Whitehead | 2 | -0/+6 | |
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
2011-01-19 | Add pam_pwd_expiration_warning config option | Sumit Bose | 1 | -0/+1 | |
2011-01-19 | Add ipa_hbac_search_base config option | Sumit Bose | 1 | -0/+1 | |
2011-01-19 | Add LDAP expire policy base RHDS/IPA attribute | Sumit Bose | 1 | -0/+1 | |
The attribute nsAccountLock is used by RHDS, IPA and other directory servers to indicate that the account is locked. | |||||
2011-01-19 | Add LDAP expire policy based on AD attributes | Sumit Bose | 1 | -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-17 | Do not force a default for debug_level | Stephen Gallagher | 1 | -1/+1 | |
2011-01-17 | Add ldap_search_enumeration_timeout config option | Sumit Bose | 1 | -0/+1 | |
2010-12-22 | Update the ID cache for any PAM request | Stephen Gallagher | 1 | -0/+1 | |
Also adds an option to limit how often we check the ID provider, so that conversations with multiple PAM requests won't update the cache multiple times. https://fedorahosted.org/sssd/ticket/749 | |||||
2010-12-21 | Add authorizedService support | Stephen Gallagher | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/670 |