Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-28 | Use realm for basedn instead of IPA domain | Jakub Hrozek | 4 | -48/+50 | |
https://fedorahosted.org/sssd/ticket/807 | |||||
2011-02-22 | Fix uninitialized value error in ipa_get_id_options() | Stephen Gallagher | 1 | -7/+7 | |
Previously, we were only constructing the basedn variable if the ldap_search_base was not specified (which is unlikely to be in use when using the IPA provier). However, if it did happen, constrcuction of the compat search base for netgroups would be using an uninitialized value. Fixes https://fedorahosted.org/sssd/ticket/806 | |||||
2011-02-22 | Add krb5_realm to the basic IPA options | Stephen Gallagher | 2 | -2/+4 | |
Previously, this was only handled by the internal LDAP and Kerberos providers, but this wasn't available early enough to properly handle setting up the krb5_service for failover and creating the krb5info files. | |||||
2011-02-22 | Allow krb5_realm to override ipa_domain | Stephen Gallagher | 3 | -18/+37 | |
It is possible to set up FreeIPA servers where the Kerberos realm differs from the IPA domain name. We need to allow setting the krb5_realm explicitly to handle this. | |||||
2011-02-17 | Point the IPA provider at the compat tree for netgroups | Stephen Gallagher | 1 | -0/+19 | |
We don't yet have support for IPA's internal representation of netgroups, so we need to use its compatibility mode for the time being. | |||||
2011-01-27 | Add option to disable TLS for LDAP auth | Stephen Gallagher | 2 | -2/+6 | |
Option is named to discourage use in production environments and is intentionally not listed in the SSSDConfig API. | |||||
2011-01-20 | Add ldap_tls_{cert,key,cipher_suite} config options | Tyson Whitehead | 2 | -1/+4 | |
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
2011-01-19 | Add ipa_hbac_search_base config option | Sumit Bose | 4 | -54/+43 | |
2011-01-19 | Add LDAP expire policy base RHDS/IPA attribute | Sumit Bose | 1 | -1/+2 | |
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 | -1/+3 | |
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 | Add ldap_search_enumeration_timeout config option | Sumit Bose | 3 | -6/+7 | |
2011-01-17 | Add timeout parameter to sdap_get_generic_send() | Sumit Bose | 2 | -23/+34 | |
2010-12-21 | Add authorizedService support | Stephen Gallagher | 1 | -1/+2 | |
https://fedorahosted.org/sssd/ticket/670 | |||||
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 | |