summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap_be.c
Commit message (Collapse)AuthorAgeFilesLines
* Move ldap_be.c into ldap/ldap_auth.cSimo Sorce2009-05-181-773/+0
|
* enable offline handling for native LDAP backendSumit Bose2009-04-281-4/+48
|
* handle pam acct_mgmt, setcred and open/close_session before user bind in ↵Sumit Bose2009-04-271-0/+17
| | | | ldap backend
* Split modules types in Identity and AuthenticatorSimo Sorce2009-04-071-5/+5
| | | | | | | | | | | | | | The same module may implement both types, but initializatrion will be nonetheless performed separately, once for the identity module and once for the authenticator module. Also change the proxy module to retireve the pam target name from the domain configuration so that it is possibile to create per-domain pam stacks. With this modification it is actually possibile to use normal nss and pam modules to perform a successful authentication (tested only with sudo so far) Update exmples.
* Do not use the ldap libraries ldap_ prefixSimo Sorce2009-04-021-76/+76
| | | | | | | The ldap_ prefix should be considered reserved namespace for ldap librraies Renaming all ldap_* internal stuff to sdap_, in some cases also move from ldap_be_ to sdap_ as the reason for _be_ was just clearly a name space conflict (ldap_be_init, etc..)
* Enable autoreconnection of Data Provider Backends to the Data ProviderStephen Gallagher2009-03-201-1/+8
|
* use pam_data as main data structure for dbus communicationSumit Bose2009-03-191-13/+11
|
* minor fixes for the build processSumit Bose2009-03-061-0/+7
| | | | enable --without-tests
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-10/+10
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* added more ldap backend options and an example configurationSumit Bose2009-02-251-68/+92
| | | | Signed-off-by: Simo Sorce <ssorce@redhat.com>
* Add PAM responderSumit Bose2009-02-241-0/+676
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>