summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_auth.c
Commit message (Collapse)AuthorAgeFilesLines
* Basic support for subdomains in auth providerJan Zeleny2012-04-241-0/+6
|
* Make password migration code use the IPA config retrieval codeJan Zeleny2012-02-061-57/+14
|
* IPA migration fixesJakub Hrozek2011-11-291-97/+131
| | | | | | | * use the id connection for looking up the migration flag * force TLS on the password based authentication connection https://fedorahosted.org/sssd/ticket/924
* Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connectionsJakub Hrozek2011-11-291-1/+1
|
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-1/+0
| | | | | The patch also updates code using modified functions. Tests have also been adjusted.
* Use realm for basedn instead of IPA domainJakub Hrozek2011-02-281-6/+6
| | | | https://fedorahosted.org/sssd/ticket/807
* Add timeout parameter to sdap_get_generic_send()Sumit Bose2011-01-171-1/+3
|
* ldap: add checks to determine if USN features are available.Simo Sorce2010-12-071-1/+1
|
* Store rootdse supported features in sdap_handlerSumit Bose2010-09-151-2/+2
|
* Cleaned some dead assignmentsJan Zeleny2010-09-071-1/+1
| | | | | | Two needless assignments were deleted, two were complemented with code checking function results. Ticket: #582
* Avoid potential NULL dereferenceStephen Gallagher2010-06-101-3/+5
| | | | https://fedorahosted.org/sssd/ticket/506
* New version of IPA auth and password migrationSumit Bose2010-05-161-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.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+313
Also update BUILD.txt