Bug 10908: restore docs on principal_name LDAP option
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 18 Sep 2013 05:32:14 +0000 (17:32 +1200)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 21 Oct 2013 15:28:11 +0000 (15:28 +0000)
Signed-off-by: Ulrich Kleiber <ulrich.kleiber@bsz-bw.de>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Auth_with_ldap.pm

index 47c3056..3b40015 100644 (file)
@@ -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>