Bugzilla – Attachment 22138 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.36 KB, created by
Brendan Gallagher
on 2013-10-20 23:36:37 UTC
(
hide
)
Description:
[PASSED-QA] Bug 10908 - restore docs on principal_name
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2013-10-20 23:36:37 UTC
Size:
1.36 KB
patch
obsolete
>From d390907414dd02f18674a0b22ef9eaaf4968c62b 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 | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm >index 47c3056..3b40015 100644 >--- a/C4/Auth_with_ldap.pm >+++ b/C4/Auth_with_ldap.pm >@@ -437,6 +437,10 @@ Example XML stanza for LDAP configuration in KOHA_CONF. > 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