summaryrefslogtreecommitdiffstats
path: root/server/providers/ipa/ipa_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-293/+0
| | | | Also update BUILD.txt
* Setup ldap child logging from IPA backendJakub Hrozek2009-12-031-0/+7
| | | | Fixes: #296
* Split helpers for child processesJakub Hrozek2009-11-251-1/+2
| | | | | Moves several functions out of providers/krb5 hierarchy into a separate module so it can be shared by the ldap child.
* Read KDC info from file instead from environmentSumit Bose2009-11-231-3/+10
| | | | | | Then name or IP adress of the KDC is written into the pubconf directory into a file named kdcinfo.REALM. The locator plugin will then read this file and pass the data to the kerberos libraries.
* Add initial failover support for ldap and ipaSimo Sorce2009-11-201-12/+38
| | | | | | | The retun values are still not directly used with ldap libraries that still do their own name resolution, but this patch introduces a very basic framework to have a multiple providers in one domain use and share a single failover service if they want to.
* Add ipa_authSumit Bose2009-11-201-1/+2
| | | | | | | | 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.
* Add check for access-time rules to ipa_access.Sumit Bose2009-11-101-0/+7
|
* added access module of IPA providerSumit Bose2009-11-071-2/+54
|
* Tidy up ipa optionsSimo Sorce2009-10-291-10/+19
| | | | | | | | | | | | | | Do not replicate every and each option we may want to set in ipa. Just read out ldap and krb provider options (added reference in the manual too, and removed mention of ipa specific timeout values, use ldap options for that) Avoid calling auth module initialization twice, just pass the auth context to the chpass module too. Add a new ldap option SDAP_SEARCH_BASE, so that a single searching base can be used for both users and groups. the user and group search bases can still be set separately if necessary but they are now optional and set to be identical to SDAP_SEARCH_BASE if not explicitly specified in the configuration.
* update ipa auth options to new option schemeSumit Bose2009-10-221-110/+47
|
* Start implementing ipa specific options.Simo Sorce2009-10-201-5/+18
| | | | | First step generate ldap options from ipa options. Add sssd-ipa man page too.
* Add first basic IPA providerSimo Sorce2009-10-161-0/+233