summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_auth.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove krb5_changepw_principal optionJakub Hrozek2010-06-141-1/+0
| | | | Fixes: #531
* Add callback to remove krb5 info files when going offlineSumit Bose2010-05-271-40/+0
|
* Fix handling of ccache file when going offlineSumit Bose2010-05-261-0/+1
| | | | | | | The ccache file was removed too early if system is offline but the backend was not already marked offline. Now we remove the ccache file only if the successfully got a new one and it is not the same as the old one.
* Add support for delayed kinit if offlineSumit Bose2010-05-261-0/+10
| | | | | | | 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.
* Make Kerberos authentication a tevent_reqSumit Bose2010-05-161-1/+6
| | | | | To allow other providers to include Kerberos authentication the main part is put into a tevent request.
* Add krb5_kpasswd optionSumit Bose2010-03-121-0/+2
|
* Add expandable sequences to krb5_ccachedirSumit Bose2010-03-111-0/+6
| | | | | | | As with krb5_ccname_template sequences like %u can be used in the krb5_ccachedir parameter which are expanded at runtime. If the directory does not exist, it will be created. Depending on the used sequences it is created as a public or private directory.
* Remove unneeded items from struct pam_dataSumit Bose2010-02-191-0/+3
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+91
Also update BUILD.txt