summaryrefslogtreecommitdiff
path: root/server/providers/ipa/ipa_common.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-83/+0
Also update BUILD.txt
2010-02-16Add test for number of options in IPA and LDAP backendsJakub Hrozek1-0/+5
2009-11-23Read KDC info from file instead from environmentSumit Bose1-2/+3
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.
2009-11-20Add initial failover support for ldap and ipaSimo Sorce1-0/+10
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.
2009-10-29Tidy up ipa optionsSimo Sorce1-10/+9
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.
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce1-1/+1
The providers are now responsible for determining how long a cached entry is considered valid. The default is the same as before (600s)
2009-10-22update ipa auth options to new option schemeSumit Bose1-0/+7
2009-10-20Start implementing ipa specific options.Simo Sorce1-0/+61
First step generate ldap options from ipa options. Add sssd-ipa man page too.