Bugzilla – Attachment 22121 Details for
Bug 10908
Fix broken auth_by_bind LDAP mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED-QA] Bug 10908 - restore docs on principal_name
PASSED-QA-Bug-10908---restore-docs-on-principalnam.patch (text/plain), 1.53 KB, created by
Brendan Gallagher
on 2013-10-20 22:19:12 UTC
(
hide
)
Description:
[PASSED-QA] Bug 10908 - restore docs on principal_name
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2013-10-20 22:19:12 UTC
Size:
1.53 KB
patch
obsolete
>From 9de0b60adf490d8b617865e26618e64a0c1024e8 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Wed, 18 Sep 2013 17:32:14 +1200 >Subject: [PATCH] [PASSED-QA] Bug 10908 - restore docs on principal_name > >Signed-off-by: Ulrich Kleiber <ulrich.kleiber@bsz-bw.de> >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> >--- > C4/Auth_with_ldap.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm >index bf53936..9d174d2 100644 >--- a/C4/Auth_with_ldap.pm >+++ b/C4/Auth_with_ldap.pm >@@ -415,6 +415,12 @@ Example XML stanza for LDAP configuration in KOHA_CONF. > <update>1</update> <!-- update existing users in Koha database --> > <auth_by_bind>0</auth_by_bind> <!-- set to 1 to authenticate by binding instead of > password comparison, e.g., to use Active Directory --> >+ <anonymous_bind>0</anonymous_bind> <!-- set to 1 if users should be searched using >+ an anonymous bind, even when auth_by_bind is on --> >+ <principal_name>%s@my_domain.com</principal_name> >+ <!-- optional, for auth_by_bind: a printf format to make userPrincipalName from koha userid. >+ Not used with anonymous_bind. --> >+ > <mapping> <!-- match koha SQL field names to your LDAP record field names --> > <firstname is="givenname" ></firstname> > <surname is="sn" ></surname> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10908
:
21154
|
21155
|
21652
|
21653
|
22119
|
22121
|
22137
|
22138