Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-14 | Remove krb5_changepw_principal option | Jakub Hrozek | 1 | -2/+0 | |
Fixes: #531 | |||||
2010-05-27 | Refactor krb5 SIGTERM handler installation | Sumit Bose | 1 | -0/+3 | |
2010-05-27 | Add callback to remove krb5 info files when going offline | Sumit Bose | 1 | -0/+52 | |
2010-05-27 | Revert "Create kdcinfo and kpasswdinfo file at startup" | Sumit Bose | 1 | -1/+0 | |
This reverts commit f3c31d11bf365eb6a79c4f698667915a4c81eeb7. | |||||
2010-05-26 | Add support for delayed kinit if offline | Sumit Bose | 1 | -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-07 | Use service discovery in backends | Jakub Hrozek | 1 | -2/+2 | |
Integrate the failover improvements with our back ends. The DNS domain used in the SRV query is always the SSSD domain name. Please note that this patch changes the default value of ldap_uri from "ldap://localhost" to "NULL" in order to use service discovery with no server set. | |||||
2010-05-07 | Create kdcinfo and kpasswdinfo file at startup | Sumit Bose | 1 | -0/+1 | |
2010-05-07 | Clean up kdcinfo and kpasswdinfo files when exiting | Stephen Gallagher | 1 | -0/+7 | |
2010-03-12 | Add krb5_kpasswd option | Sumit Bose | 1 | -1/+7 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+72 | |
Also update BUILD.txt |