18 Sep
2013
18 Sep
'13
11:34 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10908 --- Comment #4 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- So, going back to the ldap methods described in bug 7973 and bug 10842, the new set of methods including your patch would be? Method 1: 1) Bind with a service account 2) Search for user entered 3) Bind as user if found Method 2: 1) Bind with an Anonymous user 2) Search for user entered 3) Bind as user if found. Method 3 (The original): 1) Bind directly to the user, no search takes place. Just trying to clarify for myself and others. Is that correct Robin? -- You are receiving this mail because: You are watching all bug changes.