summaryrefslogtreecommitdiffstats
path: root/server/providers/ipa/ipa_auth.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-32/+0
| | | | Also update BUILD.txt
* Add ipa_authSumit Bose2009-11-201-0/+32
To support IPA DS to Kerberos password migration a seperate authentication target is added. It calls the Kerberos authentication target and in the case of a 'Preauthentication Error' the LDAP authentication target. On success the Kerberos target is called again to request the TGT.