Guest User

Untitled

a guest
Feb 29th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <config>
  2. ...
  3. <useldapserver>1</useldapserver>
  4.  
  5. <ldapserver id="ldapserver">
  6. <hostname>IPADDRESS</hostname>
  7. <base>dc=domain,dc=cl</base>
  8. <user>uid=kohaRO,ou=internal,dc=domain,dc=cl</user>
  9. <pass>topsecret</pass>
  10. <replicate>0</replicate>
  11. <update>0</update>
  12. <update_password>0</update_password>
  13. <auth_by_bind>1</auth_by_bind>
  14. <anonymous_bind>0</anonymous_bind> <
  15. <mapping>
  16. <firstname is="givenName"></firstname>
  17. <surname is="sn"></surname>
  18. <userid is="uid"></userid>
  19. <password is="userPassword"></password>
  20. </mapping>
  21. </ldapserver>
Add Comment
Please, Sign In to add comment