summaryrefslogtreecommitdiff
path: root/src/config/etc/sssd.api.d/sssd-krb5.conf
AgeCommit message (Collapse)AuthorFilesLines
2011-11-02Add support to request canonicalization on krb AS requestsJan Zeleny1-0/+1
https://fedorahosted.org/sssd/ticket/957
2011-10-31Added krb5_fast_principal to SSSDConfig APIJan Zeleny1-0/+1
2011-03-17Add support for krb5 access provider to SSSDConfig APIStephen Gallagher1-0/+2
2010-12-07Add support for FAST in krb5 providerSumit Bose1-0/+1
2010-12-03Add support for automatic Kerberos ticket renewalSumit Bose1-0/+1
2010-12-03Add krb5_lifetime optionSumit Bose1-0/+1
2010-12-03Add krb5_renewable_lifetime optionSumit Bose1-0/+1
2010-10-19Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip.Jan Zeleny1-0/+1
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-06-14Remove krb5_changepw_principal optionJakub Hrozek1-1/+1
Fixes: #531
2010-05-26Add support for delayed kinit if offlineSumit Bose1-0/+1
If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used.
2010-05-16SSSDConfigAPI fixesJakub Hrozek1-1/+1
* add forgotten ldap_dns_service option * sync IPA and LDAP options (ldap_pwd_policy and ldap_tls_cacertdir) * ldap_uri is no longer mandatory for LDAP provider - the default is to use service discovery with no address set now. Ditto for krb5_kdcip and ipa_server
2010-05-07Make krb5_kpasswd available for any krb5 providerStephen Gallagher1-1/+1
Previously, the option krb5_kpasswd was only available if 'chpass_provider = krb5' was specified explicitly. Now it will be available also if 'auth_provider = krb5'. This option was also missing from the IPA options, so I have added it there as well
2010-03-12Add krb5_kpasswd optionSumit Bose1-0/+1
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+13
Also update BUILD.txt