summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_auth.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-1/+0
The patch also updates code using modified functions. Tests have also been adjusted.
2011-02-28Use realm for basedn instead of IPA domainJakub Hrozek1-6/+6
https://fedorahosted.org/sssd/ticket/807
2011-01-17Add timeout parameter to sdap_get_generic_send()Sumit Bose1-1/+3
2010-12-07ldap: add checks to determine if USN features are available.Simo Sorce1-1/+1
2010-09-15Store rootdse supported features in sdap_handlerSumit Bose1-2/+2
2010-09-07Cleaned some dead assignmentsJan Zeleny1-1/+1
Two needless assignments were deleted, two were complemented with code checking function results. Ticket: #582
2010-06-10Avoid potential NULL dereferenceStephen Gallagher1-3/+5
https://fedorahosted.org/sssd/ticket/506
2010-05-16New version of IPA auth and password migrationSumit Bose1-176/+328
The current version modified some global structures to be able to use Kerberos and LDAP authentication during the IPA password migration. This new version only uses tevent requests. Additionally the ipaMigrationEnabled attribute is read from the IPA server to see if password migration is allowed or not.
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+313
Also update BUILD.txt