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

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

Return to bug 10908