Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-09 | NSS: Add fallback_homedir option | Stephen Gallagher | 3 | -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-04 | SSSDConfigAPI: Fix missing option in tests | Stephen Gallagher | 1 | -0/+2 | |
2012-05-04 | Modify behavior of pam_pwd_expiration_warning | Jan Zeleny | 1 | -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-03 | LDAP: Map the user's primaryGroupID | Stephen Gallagher | 3 | -0/+3 | |
2012-05-03 | LDAP: Allow setting a default domain for id-mapping slice 0 | Stephen Gallagher | 3 | -0/+6 | |
2012-05-03 | LDAP: Add autorid compatibility mode | Stephen Gallagher | 3 | -0/+3 | |
2012-05-03 | LDAP: Add ID mapping range settings | Stephen Gallagher | 3 | -0/+10 | |
2012-05-03 | LDAP: Add id-mapping option | Stephen Gallagher | 3 | -0/+3 | |
2012-05-03 | LDAP: Add objectSID config option | Stephen Gallagher | 3 | -0/+6 | |
2012-04-24 | SSH: Add support for hashed known_hosts | Jan Cholasta | 2 | -0/+4 | |
https://fedorahosted.org/sssd/ticket/1203 | |||||
2012-04-24 | IPA: Add get-domains target | Sumit Bose | 1 | -0/+1 | |
2012-04-24 | data provider: added subdomains | Sumit Bose | 2 | -2/+5 | |
2012-04-24 | Responder part of the subdomain retrieval work | Jan Zeleny | 1 | -0/+2 | |
2012-04-20 | Make the monitor SIGKILL time configurable | Jakub Hrozek | 3 | -0/+3 | |
https://fedorahosted.org/sssd/ticket/1119 | |||||
2012-04-20 | proxy: new option proxy_fast_alias | Jakub Hrozek | 2 | -0/+2 | |
2012-04-05 | Fix regression in SSSDConfig.py | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1291 | |||||
2012-02-28 | Fix typo in autofs option description | Stephen Gallagher | 1 | -1/+1 | |
2012-02-24 | SELinux related attributes added to config API | Jan Zeleny | 2 | -1/+11 | |
2012-02-24 | IPA hosts refactoring | Jan Zeleny | 1 | -0/+20 | |
2012-02-17 | RESPONDERS: Make the fd_limit setting configurable | Stephen Gallagher | 3 | -1/+4 | |
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 | 2 | -2/+7 | |
2012-02-10 | Add methods for activating and deactivating services to SSSDConfig | Jan Cholasta | 3 | -0/+268 | |
2012-02-07 | AUTOFS: IPA provider | Jakub Hrozek | 4 | -2/+9 | |
2012-02-07 | IPA: Add host info handler | Jan Cholasta | 1 | -0/+1 | |
2012-02-07 | DP: Add host info handler | Jan Cholasta | 3 | -2/+6 | |
2012-02-07 | LDAP: Add support for SSH user public keys | Jan Cholasta | 3 | -0/+3 | |
2012-02-06 | Add session target in data provider | Jan Zeleny | 3 | -2/+6 | |
2012-02-05 | AUTOFS: LDAP provider | Jakub Hrozek | 1 | -0/+8 | |
2012-02-05 | AUTOFS: responder | Jakub Hrozek | 3 | -4/+20 | |
2012-02-05 | AUTOFS: Data Provider request | Jakub Hrozek | 1 | -0/+1 | |
2012-02-04 | ConfigAPI: add sudo to known services | Jakub Hrozek | 3 | -2/+14 | |
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 | 3 | -0/+17 | |
https://fedorahosted.org/sssd/ticket/1016 | |||||
2012-01-31 | LDAP: Add new options for service maps | Stephen Gallagher | 3 | -1/+19 | |
Adds the new service map options to the SSSDConfig API and the manpages. | |||||
2012-01-30 | SSSDConfigAPI: Move sssd.api.* to /usr/share/sssd | Stephen Gallagher | 1 | -4/+4 | |
https://fedorahosted.org/sssd/ticket/1158 | |||||
2012-01-18 | LDAP: Add option to disable paging control | Stephen Gallagher | 3 | -0/+4 | |
Fixes https://fedorahosted.org/sssd/ticket/967 | |||||
2012-01-17 | SUDO Integration - periodical update of rules in data provider | Pavel Březina | 2 | -0/+4 | |
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 | 4 | -3/+34 | |
2011-12-16 | Use the case sensitivity flag in responders | Jakub Hrozek | 3 | -0/+4 | |
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 | 3 | -0/+4 | |
https://fedorahosted.org/sssd/ticket/1036 | |||||
2011-12-08 | Add ldap_sasl_minssf option | Jan Zeleny | 3 | -0/+3 | |
https://fedorahosted.org/sssd/ticket/1075 | |||||
2011-11-29 | Add ipa_hbac_support_srchost option to IPA provider | Jan Zeleny | 2 | -0/+2 | |
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-10 | configAPI: Fix removing in old domain when saving a new domain | Jakub Hrozek | 1 | -2/+2 | |
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 | 3 | -3/+8 | |
https://fedorahosted.org/sssd/ticket/957 | |||||
2011-10-31 | Added krb5_fast_principal to SSSDConfig API | Jan Zeleny | 4 | -3/+9 | |
2011-10-25 | SSSDConfig: Handle integer parsing more leniently | Stephen Gallagher | 2 | -1/+4 | |
Allow the base to be auto-detected rather than limited to base 10 Add hexadecimal integer test | |||||
2011-09-20 | Add missing options to sssd.api.conf | Marko Myllynen | 3 | -3/+26 | |
2011-09-08 | DEBUG timestamps offer higher precision - SSSDConfig updated | Pavel Březina | 3 | -0/+3 | |
https://fedorahosted.org/sssd/ticket/956 |