View | Details | Raw Unified | Return to bug 10908
Collapse All | Expand All

(-)a/C4/Auth_with_ldap.pm (-1 / +4 lines)
Lines 437-442 Example XML stanza for LDAP configuration in KOHA_CONF. Link Here
437
                                        password comparison, e.g., to use Active Directory -->
437
                                        password comparison, e.g., to use Active Directory -->
438
    <anonymous_bind>0</anonymous_bind> <!-- set to 1 if users should be searched using
438
    <anonymous_bind>0</anonymous_bind> <!-- set to 1 if users should be searched using
439
                                            an anonymous bind, even when auth_by_bind is on -->
439
                                            an anonymous bind, even when auth_by_bind is on -->
440
    <principal_name>%s@my_domain.com</principal_name>
441
                                   <!-- optional, for auth_by_bind: a printf format to make userPrincipalName from koha userid.
442
                                        Not used with anonymous_bind. -->
443
440
    <mapping>                  <!-- match koha SQL field names to your LDAP record field names -->
444
    <mapping>                  <!-- match koha SQL field names to your LDAP record field names -->
441
      <firstname    is="givenname"      ></firstname>
445
      <firstname    is="givenname"      ></firstname>
442
      <surname      is="sn"             ></surname>
446
      <surname      is="sn"             ></surname>
443
- 

Return to bug 10908