summaryrefslogtreecommitdiffstats
path: root/server/providers/ipa
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate code for splitting strings by separatorJakub Hrozek2009-12-101-3/+2
| | | | | | | | There were two functions for parsing strings by a separator. This patch consolidates on the one previously used in confdb. This also allows stripping the tokens of whitespace. Fixes: #319
* Add offline support for ipa_accessSumit Bose2009-12-072-17/+134
|
* 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.
* In IPA, the realm is always the domain uppercased.Simo Sorce2009-11-251-2/+7
|
* Fix internal options numbers testSimo Sorce2009-11-251-12/+24
| | | | | | Unfortunately since we changed the defines to an enum the preprocessor test stopped working. Turn tests into runtime tests that will abort the process.
* Read KDC info from file instead from environmentSumit Bose2009-11-233-14/+34
| | | | | | 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-204-48/+183
| | | | | | | 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.
* Enhance check for remote hostsSumit Bose2009-11-202-55/+97
|
* Add ipa_authSumit Bose2009-11-203-1/+347
| | | | | | | | 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.
* Validate Kerberos credentials with local keytabSumit Bose2009-11-201-0/+2
|
* Fix option name krb5_changepw_principalSumit Bose2009-11-131-1/+1
|
* Fix inconsistent use of krb5_ccname_templateSumit Bose2009-11-121-1/+1
|
* Add support for host, source host and user categorySumit Bose2009-11-121-8/+54
| | | | | | | This patch add support for the host, source host and user category 'all'. All other category values are ignored so far. With the patch the interpretation of an empty memberUser and empty sourceHost and externalHost is changed to 'not applicable'.
* Add cleanup taskSimo Sorce2009-11-101-1/+2
|
* Add check for access-time rules to ipa_access.Sumit Bose2009-11-103-0/+73
|
* Fix tevent_req error checking.Simo Sorce2009-11-091-18/+3
| | | | When possible using a macro that correctly deals with tstate
* IPA time rules parsing routinesJakub Hrozek2009-11-092-0/+1242
|
* Fix buildSimo Sorce2009-11-071-4/+8
|
* added access module of IPA providerSumit Bose2009-11-073-2/+1681
|
* Rename sdap_id_map to sdap_attr_mapSimo Sorce2009-11-031-2/+15
| | | | | | Also start adding some infrastructure to use the USN counter when available. In particular add a place to add generic attrs mapping, ie attributes that are neither user nor group specific.
* set ipa_hostname if not given in config fileSumit Bose2009-11-021-0/+20
|
* Tidy up ipa optionsSimo Sorce2009-10-293-149/+169
| | | | | | | | | | | | | | 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.
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-272-5/+5
| | | | | The providers are now responsible for determining how long a cached entry is considered valid. The default is the same as before (600s)
* Copy option overrides.Simo Sorce2009-10-261-0/+26
| | | | | We were not copying IPA named options to the ldap id options list. So the ldap_id provider was always using just the default settings.
* Fix setting the schema in the ipa providerSimo Sorce2009-10-221-0/+3
|
* update ipa auth options to new option schemeSumit Bose2009-10-223-110/+133
|
* Start implementing ipa specific options.Simo Sorce2009-10-203-5/+398
| | | | | First step generate ldap options from ipa options. Add sssd-ipa man page too.
* Add first basic IPA providerSimo Sorce2009-10-161-0/+233