summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_auth.c
Commit message (Expand)AuthorAgeFilesLines
* DP: Switch to new interfacePavel Březina2016-06-201-291/+328
* SDAP: Add return code ERR_ACCOUNT_LOCKEDPavel Reichl2016-02-171-0/+4
* FO: Use refcount to keep track of servers returned to callersJakub Hrozek2015-10-231-1/+1
* LDAP: Add sdap_lookup_type enumJakub Hrozek2015-07-151-1/+1
* LDAP: Set sdap handle as explicitly connected in LDAP authJakub Hrozek2015-04-081-0/+12
* ldap: refactor check_pwexpire_kerberos to use util funcPavel Reichl2015-03-231-24/+6
* SDAP: Make password change timeout configurable with ldap_opt_timeoutJakub Hrozek2015-03-231-1/+5
* SDAP: Make simple bind timeout configurableJakub Hrozek2015-03-231-1/+3
* SDAP: enable change phase of pw expire policy checkPavel Reichl2015-03-031-0/+1
* SDAP: refactor pwexpire policyPavel Reichl2015-03-031-32/+44
* LDAP: Do not shortcut on ret != EOK during password expiry checkJakub Hrozek2014-08-221-15/+0
* LDAP: Don't use macro _XOPEN_SOURCE for extra featuresLukas Slebodnik2014-05-261-2/+2
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-48/+69
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-69/+69
* Remove unused parameter from get_user_dnLukas Slebodnik2013-11-271-2/+1
* LDAP: Search for original DN during auth if it's missingJakub Hrozek2013-11-201-16/+194
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-1/+1
* Fix formating of variables with type: time_tLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type: longLukas Slebodnik2013-09-111-3/+4
* ldap, krb5: More descriptive msg on chpass failure.Michal Zidek2013-08-111-0/+15
* ldap: only update shadowLastChange when password change is successfulJim Collins2013-07-011-1/+2
* Display the last grace warning, tooJakub Hrozek2013-05-021-2/+2
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-021-6/+6
* Use common error facility instead of sdap_resultSimo Sorce2013-03-191-164/+112
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-2/+2
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-19/+18
* Introduce be_req_terminate() helperSimo Sorce2013-01-211-13/+6
* Remove domain from be_req structureSimo Sorce2013-01-211-1/+1
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-2/+2
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-151-3/+4
* Change pam data auth tokens.Simo Sorce2013-01-101-54/+36
* let ldap_chpass_uri failover work when using same hostnamePavel Březina2012-12-151-11/+4
* warn user if password is about to expirePavel Březina2012-12-021-3/+4
* FO: Check server validity before setting statusJakub Hrozek2012-09-131-1/+3
* Retry the next server if bind during LDAP auth times outJakub Hrozek2012-09-051-1/+6
* Modify behavior of pam_pwd_expiration_warningJan Zeleny2012-05-041-12/+30
* Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek2012-03-081-1/+2
* Only do one cycle when resolving a serverJakub Hrozek2012-03-061-2/+3
* Update shadowLastChanged attribute during LDAP password changeJan Zeleny2012-02-061-0/+46
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-2/+1
* Multiline macro cleanupJakub Hrozek2011-09-281-2/+2
* Improve error message for LDAP password constraint violationJakub Hrozek2011-09-061-11/+16
* Improve password policy error code and messageSumit Bose2011-08-251-4/+9
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-2/+1
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-2/+1
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-301-1/+2
* Do not check pwdAttributeSumit Bose2011-06-161-9/+0
* Fix unchecked return values of pam_add_responseJakub Hrozek2011-04-081-2/+7