summaryrefslogtreecommitdiff
path: root/src/providers/ldap/ldap_auth.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type: time_tLukas Slebodnik1-1/+1
2013-09-11Fix formating of variables with type: longLukas Slebodnik1-3/+4
2013-08-11ldap, krb5: More descriptive msg on chpass failure.Michal Zidek1-0/+15
2013-07-01ldap: only update shadowLastChange when password change is successfulJim Collins1-1/+2
2013-05-02Display the last grace warning, tooJakub Hrozek1-2/+2
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik1-6/+6
2013-03-19Use common error facility instead of sdap_resultSimo Sorce1-164/+112
2013-01-21Add be_req_get_data() helper funciton.Simo Sorce1-2/+2
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce1-19/+18
2013-01-21Introduce be_req_terminate() helperSimo Sorce1-13/+6
2013-01-21Remove domain from be_req structureSimo Sorce1-1/+1
2013-01-21Remove sysdb as a be context structure memberSimo Sorce1-2/+2
2013-01-15Add domain argument to sysdb_cache_password()Simo Sorce1-0/+1
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce1-3/+4
2013-01-10Change pam data auth tokens.Simo Sorce1-54/+36
2012-12-15let ldap_chpass_uri failover work when using same hostnamePavel Březina1-11/+4
2012-12-02warn user if password is about to expirePavel Březina1-3/+4
2012-09-13FO: Check server validity before setting statusJakub Hrozek1-1/+3
2012-09-05Retry the next server if bind during LDAP auth times outJakub Hrozek1-1/+6
2012-05-04Modify behavior of pam_pwd_expiration_warningJan Zeleny1-12/+30
2012-03-08Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek1-1/+2
2012-03-06Only do one cycle when resolving a serverJakub Hrozek1-2/+3
2012-02-06Update shadowLastChanged attribute during LDAP password changeJan Zeleny1-0/+46
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-2/+1
2011-09-28Multiline macro cleanupJakub Hrozek1-2/+2
2011-09-06Improve error message for LDAP password constraint violationJakub Hrozek1-11/+16
2011-08-25Improve password policy error code and messageSumit Bose1-4/+9
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-2/+1
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-2/+1
2011-06-30Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose1-1/+2
2011-06-16Do not check pwdAttributeSumit Bose1-9/+0
2011-04-08Fix unchecked return values of pam_add_responseJakub Hrozek1-2/+7
2011-02-16Do not attempt to use START_TLS on SSL connectionsStephen Gallagher1-9/+17
2011-01-27Add option to disable TLS for LDAP authStephen Gallagher1-1/+13
2011-01-19Fix return value checkSumit Bose1-2/+2
2010-12-06Add ldap_chpass_uri config optionSumit Bose1-5/+14
2010-12-06Make string_to_shadowpw_days() publicSumit Bose1-33/+0
2010-11-19Fix offline detection for LDAP auth/chpassSumit Bose1-5/+13
2010-10-04Return offline instead of errorStephen Gallagher1-1/+2
2010-08-24Treat a zero-length password as a failureStephen Gallagher1-0/+7
2010-08-04Fix chpass operations with LDAP providerStephen Gallagher1-0/+1
2010-05-07Add more warnings about nearly expired passwordsSumit Bose1-5/+66
2010-05-07Use all available servers in LDAP providerJakub Hrozek1-6/+33
2010-04-26Display a message if a password reset by root failsSumit Bose1-0/+8
2010-04-12sysdb: convert sysdb_get_user_attrSimo Sorce1-134/+69
2010-04-12sysdb: convert sysdb_cache_passwordSimo Sorce1-32/+11
2010-03-25Fix warnings from -Wmissing-field-initializersSumit Bose1-1/+3
2010-03-22Improvements for LDAP Password Policy supportRalf Haferkamp1-2/+50
2010-03-15Fixed authentication check for CHAUTHTOK_PRELIMRalf Haferkamp1-1/+1
2010-02-23Handle expired passwords like other PAM modulesSumit Bose1-1/+1