LDAP overhaul
authorJoe Atzberger <joe.atzberger@liblime.com>
Tue, 30 Jun 2009 14:14:50 +0000 (09:14 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 15 Jul 2009 01:28:16 +0000 (21:28 -0400)
commit7c2e7ad410e59d6f0c21d76859656b8aa8838ecb
treef1e768f6c898178e825548e5401152322f6b2233
parentaf1fb6f0b44d9ba67c2b6149b4b68e611c53bdeb
LDAP overhaul

Allow replicate and update to be zero.
Break out logic into separate subs.
Do only one bind attempt depending on setting, instead of
necessarily failing first before trying auth_by_bind.

POD added for active directory and to document permutations of
behavior given different conditions.  Fixed mistaken debug lines
that called "print STDERR printf ...", i.e. printed the line to output
and "1" to the error log.  Added principal_name feature for generating
bind user from Koha userid.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Auth_with_ldap.pm