Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-15 | Add ignore_group_members option. | Paul B. Henson | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/1376 | |||||
2012-11-08 | SSSDConfig: Locate the force_timeout option in the correct sections | Stephen Gallagher | 1 | -0/+2 | |
2012-10-30 | authconfig: allow chpass_provider = proxy | Pavel Březina | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1611 | |||||
2012-10-18 | Allow setting the default_shell option per-domain as well | Jakub Hrozek | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/1583 | |||||
2012-10-01 | Add new option default_domain_suffix | Sumit Bose | 1 | -0/+4 | |
2012-08-05 | SSSDConfig: Fix nonfunctional SSSDDomain.remove_provider() | Stephen Gallagher | 1 | -0/+5 | |
Also adds a regression test to the unit test suite. https://fedorahosted.org/sssd/ticket/1388 | |||||
2012-08-01 | Primary server support: new options in krb5 provider | Jan Zeleny | 1 | -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-07-24 | Fix SSSDConfigTest | Jakub Hrozek | 1 | -1/+2 | |
2012-07-20 | NSS: Add override_shell option | Stephen Gallagher | 1 | -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-10 | pac responder: limit access by checking UIDs | Sumit Bose | 1 | -2/+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-06 | AD: Add manpages and SSSDConfig entries | Stephen Gallagher | 1 | -1/+2 | |
2012-07-06 | Fix SSSDConfigTest for separate build directories | Sumit Bose | 1 | -8/+9 | |
2012-06-29 | confdb: add entry_cache_sudo_timeout option | Pavel Březina | 1 | -0/+2 | |
2012-06-18 | Make the client idle timeout configurable | Stephen Gallagher | 1 | -1/+2 | |
2012-05-09 | NSS: Add fallback_homedir option | Stephen Gallagher | 1 | -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-04 | SSSDConfigAPI: Fix missing option in tests | Stephen Gallagher | 1 | -0/+2 | |
2012-04-24 | data provider: added subdomains | Sumit Bose | 1 | -2/+4 | |
2012-04-20 | Make the monitor SIGKILL time configurable | Jakub Hrozek | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/1119 | |||||
2012-02-24 | SELinux related attributes added to config API | Jan Zeleny | 1 | -1/+1 | |
2012-02-17 | RESPONDERS: Make the fd_limit setting configurable | Stephen Gallagher | 1 | -1/+2 | |
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 | -2/+4 | |
2012-02-10 | Add methods for activating and deactivating services to SSSDConfig | Jan Cholasta | 1 | -0/+123 | |
2012-02-07 | AUTOFS: IPA provider | Jakub Hrozek | 1 | -2/+2 | |
2012-02-07 | DP: Add host info handler | Jan Cholasta | 1 | -2/+4 | |
2012-02-06 | Add session target in data provider | Jan Zeleny | 1 | -2/+4 | |
2012-02-05 | AUTOFS: responder | Jakub Hrozek | 1 | -4/+10 | |
2012-02-04 | ConfigAPI: add sudo to known services | Jakub Hrozek | 1 | -2/+4 | |
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/+8 | |
https://fedorahosted.org/sssd/ticket/1016 | |||||
2012-01-17 | SUDO Integration review issues | Pavel Březina | 1 | -3/+5 | |
2011-12-16 | Use the case sensitivity flag in responders | Jakub Hrozek | 1 | -0/+2 | |
2011-11-02 | Add support to request canonicalization on krb AS requests | Jan Zeleny | 1 | -3/+6 | |
https://fedorahosted.org/sssd/ticket/957 | |||||
2011-10-31 | Added krb5_fast_principal to SSSDConfig API | Jan Zeleny | 1 | -3/+6 | |
2011-09-20 | Add missing options to sssd.api.conf | Marko Myllynen | 1 | -2/+16 | |
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-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/+2 | |
https://fedorahosted.org/sssd/ticket/742 | |||||
2011-04-27 | Add "description" option to SSSDConfig API | Stephen Gallagher | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/850 | |||||
2011-04-25 | Configuration parsing updates | Jan Zeleny | 1 | -32/+1 | |
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-17 | Add support for krb5 access provider to SSSDConfig API | Stephen Gallagher | 1 | -1/+1 | |
2011-01-17 | Do not force a default for debug_level | Stephen Gallagher | 1 | -3/+0 | |
2010-12-07 | Add support for FAST in krb5 provider | Sumit Bose | 1 | -3/+6 | |
2010-12-03 | Add support for automatic Kerberos ticket renewal | Sumit Bose | 1 | -3/+6 | |
2010-12-03 | Add krb5_lifetime option | Sumit Bose | 1 | -3/+6 | |
2010-12-03 | Add krb5_renewable_lifetime option | Sumit Bose | 1 | -3/+6 | |
2010-10-19 | Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip. | Jan Zeleny | 1 | -2/+6 | |
For the time being, if krb5_server is not found, still falls back to krb5_kdcip with a warning. If both options are present in config file, krb5_server has a higher priority. Fixes: #543 | |||||
2010-08-19 | Rewrite toplevel Makefile | Stephen Gallagher | 1 | -1/+1 | |
There is no longer a need to have nested Makefiles and configure scripts. This patch combines the src/ Makefile and configure.ac into the root. | |||||
2010-06-30 | Add dns_discovery_domain option | Jakub Hrozek | 1 | -0/+2 | |
The service discovery used to use the SSSD domain name to perform DNS queries. This is not an optimal solution, for example from the point of view of authconfig. This patch introduces a new option "dns_discovery_domain" that allows to set the domain part of a DNS SRV query. If this option is not set, the default behavior is to use the domain part of the machine's hostname. Fixes: #479 | |||||
2010-06-16 | Remove references to the DP service from the SSSDConfig API tests | Stephen Gallagher | 1 | -2/+0 | |
2010-06-16 | Handle (ignore) unknown options in get_domain() and get_service() | Stephen Gallagher | 1 | -2/+27 | |
We will now eliminate any unknown options and providers to guarantee that the domain is safe for use. |