Lines 415-420
Example XML stanza for LDAP configuration in KOHA_CONF.
Link Here
|
415 |
<update>1</update> <!-- update existing users in Koha database --> |
415 |
<update>1</update> <!-- update existing users in Koha database --> |
416 |
<auth_by_bind>0</auth_by_bind> <!-- set to 1 to authenticate by binding instead of |
416 |
<auth_by_bind>0</auth_by_bind> <!-- set to 1 to authenticate by binding instead of |
417 |
password comparison, e.g., to use Active Directory --> |
417 |
password comparison, e.g., to use Active Directory --> |
|
|
418 |
<anonymous_bind>0</anonymous_bind> <!-- set to 1 if users should be searched using |
419 |
an anonymous bind, even when auth_by_bind is on --> |
420 |
<principal_name>%s@my_domain.com</principal_name> |
421 |
<!-- optional, for auth_by_bind: a printf format to make userPrincipalName from koha userid. |
422 |
Not used with anonymous_bind. --> |
423 |
|
418 |
<mapping> <!-- match koha SQL field names to your LDAP record field names --> |
424 |
<mapping> <!-- match koha SQL field names to your LDAP record field names --> |
419 |
<firstname is="givenname" ></firstname> |
425 |
<firstname is="givenname" ></firstname> |
420 |
<surname is="sn" ></surname> |
426 |
<surname is="sn" ></surname> |
421 |
- |
|
|