Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-17 | Fix uninitialized value error in set_local_and_remote_host_info | Stephen Gallagher | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/725 | |||||
2010-12-17 | Fix unsafe return condition in ipa_access_handler | Stephen Gallagher | 1 | -1/+6 | |
https://fedorahosted.org/sssd/ticket/718 | |||||
2010-12-08 | Remove IPA_ACCESS_TIME define | Stephen Gallagher | 1 | -13/+11 | |
2010-12-08 | Bye, bye, ipa_timerules | Sumit Bose | 2 | -1243/+0 | |
It was decided that IPA HBAC will move to a different format to specify time ranges in access control rules. The evaluation based on the old format is not needed anymore. | |||||
2010-12-08 | Remove check_access_time() from IPA access provider | Sumit Bose | 2 | -70/+0 | |
It is planned to release IPA 2.0 without time range specifications in the access control rules. To avoid confusion the evaluation is removed from sssd, too. | |||||
2010-12-07 | Replace krb5_kdcip by krb5_server in LDAP provider | Sumit Bose | 1 | -2/+2 | |
2010-12-07 | ldap: Use USN entries if available. | Simo Sorce | 1 | -1/+3 | |
Otherwise fallback to the default modifyTimestamp indicator | |||||
2010-12-07 | ldap: add checks to determine if USN features are available. | Simo Sorce | 1 | -1/+1 | |
2010-12-07 | Pass sdap_id_ctx in sdap_id_op functions. | Simo Sorce | 1 | -3/+1 | |
2010-12-07 | Add support for FAST in krb5 provider | Sumit Bose | 3 | -3/+5 | |
2010-12-06 | Add ldap_chpass_uri config option | Sumit Bose | 2 | -2/+4 | |
2010-12-06 | Add new account expired rule to LDAP access provider | Sumit Bose | 2 | -2/+4 | |
Two new options are added to the LDAP access provider to allow a broader range of access control rules to be evaluated. 'ldap_access_order' makes it possible to run more than one rule. To keep compatibility with older versions the default is 'filter'. This patch adds a new rule 'expire'. 'ldap_account_expire_policy' specifies which LDAP attribute should be used to determine if an account is expired or not. Currently only 'shadow' is supported which evaluates the ldap_user_shadow_expire attribute. | |||||
2010-12-03 | Add support for automatic Kerberos ticket renewal | Sumit Bose | 2 | -2/+3 | |
2010-12-03 | Add krb5_lifetime option | Sumit Bose | 2 | -2/+3 | |
2010-12-03 | Add krb5_renewable_lifetime option | Sumit Bose | 2 | -2/+3 | |
2010-12-01 | Add check_online method to LDAP ID provider | Sumit Bose | 1 | -1/+2 | |
2010-12-01 | Allow protocol fallback for SRV queries | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/691 | |||||
2010-11-19 | Use a more efficient host search filter | Sumit Bose | 1 | -5/+6 | |
2010-11-15 | Sanitize sysdb search filters in the IPA provider | Stephen Gallagher | 1 | -2/+17 | |
2010-10-22 | Download only enabled IPA HBAC rules | Sumit Bose | 1 | -1/+3 | |
2010-10-22 | Add ldap_deref option | Sumit Bose | 2 | -2/+13 | |
2010-10-19 | Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip. | Jan Zeleny | 1 | -1/+9 | |
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-10-18 | Add option to limit nested groups | Simo Sorce | 2 | -2/+3 | |
2010-10-13 | Add infrastructure to LDAP provider for netgroup support | Sumit Bose | 2 | -2/+35 | |
2010-10-13 | Initialize kerberos service for GSSAPI | Jakub Hrozek | 1 | -0/+1 | |
2010-10-13 | Add KDC to the list of LDAP options | Jakub Hrozek | 2 | -1/+2 | |
2010-10-13 | Rename index to idx | Sumit Bose | 1 | -4/+4 | |
This patch suppresses a 'shadows a global declaration' warning. | |||||
2010-09-23 | Save all data to sysdb in one transaction | Sumit Bose | 1 | -222/+131 | |
2010-09-23 | Handle host objects like other objects | Sumit Bose | 2 | -129/+183 | |
2010-09-15 | Store rootdse supported features in sdap_handler | Sumit Bose | 1 | -2/+2 | |
2010-09-07 | Cleaned some dead assignments | Jan Zeleny | 2 | -15/+13 | |
Two needless assignments were deleted, two were complemented with code checking function results. Ticket: #582 | |||||
2010-09-02 | Fix wrong return value in HBAC time rules evaluation | Jakub Hrozek | 1 | -0/+1 | |
Fixes: #584 | |||||
2010-08-03 | Fix check_time_rule() return value on failure | Jakub Hrozek | 1 | -1/+1 | |
The value returned in the 'done:' label was always EOK which is wrong as any parsing errors are not returned to the caller. Fixes: #583 | |||||
2010-07-23 | Fix IPA access backend handling of obsolete and missing HBAC entries: | eindenbom | 1 | -9/+68 | |
- Ticket #567: Fix removal of obsolete HBAC host, rules and service records from sysdb. - Ticket #565: When no HBAC host record is found return PAM_PERM_DENIED instead of PAM_SYSTEM_ERROR. | |||||
2010-07-23 | Do not treat missing HBAC rules as an error | Sumit Bose | 1 | -0/+5 | |
2010-07-09 | Use new LDAP connection framework in IPA dynamic DNS forwarder. | eindenbom | 1 | -38/+122 | |
2010-07-09 | Use new LDAP connection framework in IPA access backend. | eindenbom | 3 | -308/+308 | |
2010-06-30 | Add dns_discovery_domain option | Jakub Hrozek | 1 | -1/+1 | |
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-14 | Remove krb5_changepw_principal option | Jakub Hrozek | 2 | -2/+1 | |
Fixes: #531 | |||||
2010-06-10 | Avoid potential NULL dereference | Stephen Gallagher | 1 | -3/+5 | |
https://fedorahosted.org/sssd/ticket/506 | |||||
2010-06-02 | Unify sdap and sysdb data handling | Sumit Bose | 1 | -85/+104 | |
2010-06-02 | Compare full service name | Sumit Bose | 1 | -1/+2 | |
2010-06-02 | Remove service groups | Sumit Bose | 2 | -193/+7 | |
Because the memberOf attribute is now set for the service objects we do not need to fetch the service groups separately anymore. | |||||
2010-06-02 | Use new schema for HBAC service checks | Sumit Bose | 2 | -21/+641 | |
2010-06-02 | Use sysdb_attrs_get_string_array() instead of sysdb_attrs_get_el() | Sumit Bose | 1 | -23/+12 | |
sysdb_attrs_get_el() creates an empty element in the sysdb_attrs structure if the requested element does not exist. Recent versions of libldb do not accept empty elements when writing new objects to disk. sysdb_attrs_get_string_array() does not create an empty element but returns ENOENT. | |||||
2010-05-27 | Check ipaEnabledFlag | Sumit Bose | 1 | -5/+23 | |
2010-05-27 | Remove signal event if child was terminated by a signal | Sumit Bose | 1 | -1/+8 | |
2010-05-27 | Add ldap_access_filter option | Stephen Gallagher | 2 | -2/+3 | |
This option (applicable to access_provider=ldap) allows the admin to set an additional LDAP search filter that must match in order for a user to be granted access to the system. Common examples for this would be limiting access to users by in a particular group, for example: ldap_access_filter = memberOf=cn=access_group,ou=Groups,dc=example,dc=com | |||||
2010-05-27 | Add offline callback to disconnect global SDAP handle | Sumit Bose | 1 | -0/+7 | |
2010-05-27 | Add krb5 SIGTERM handler to ipa auth provider | Sumit Bose | 1 | -0/+6 | |