Bug 12831: Local Only logins with LDAP
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 24 Nov 2014 16:07:58 +0000 (16:07 +0000)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 27 Nov 2014 17:46:27 +0000 (14:46 -0300)
commit4c1f0dcecb67ba4a5bcaaf85f1d3d766cca0771f
tree544ed481b03f121742779be3f5af4a82765f387d
parent22d3ebdb27515b2fa48c3323b006287fc4edbc3c
Bug 12831: Local Only logins with LDAP

Local only logins should continue to function when LDAP is enabled.
This was not the case after bug 8148 [LDAP Auth should FAIL when ldap
contains a NEW password].  For this case, we need to diferentiate
between local accounts and ldap accounts.  This is somewhat challenging
and thus this patch is only part of the story.

The other half can be achieved with bug 9165

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Auth_with_ldap.pm