<?xml version="1.0" encoding="utf-8"?>
<ldap>

<!-- Server connection settings: -->
<!-- if the <server> tag is commented out, ldap will not be used -->
<!-- <server>ldap://ldap.upb.de</server> -->
<cacheTime>1</cacheTime>
<user>admin</user>
<objectName>inetOrgPerson</objectName>
<root_dn></root_dn>
<base_dc>o=bidowl,dc=upb,dc=de</base_dc>
<!-- <groupdn>ou=Group</groupdn> -->
<!-- <userdn>ou=People</userdn> -->
<password>?</password>

<!-- User settings: -->
<userAttr>uid</userAttr>
<userClass>lernstattuser</userClass>
<userId>uidNumber</userId>
<passwordAttr>userPassword</passwordAttr>
<emailAttr>mail</emailAttr>
<iconAttr>userIcon</iconAttr>
<fullnameAttr>sn</fullnameAttr>
<nameAttr>givenName</nameAttr>

<!-- Group settings: -->
<groupAttr>cn</groupAttr>
<groupClass>lernstattgroup</groupClass>
<groupId>gidNumber</groupId>
<memberAttr>memberUid</memberAttr>

<!-- Common settings: -->
<descriptionAttr>description</descriptionAttr>

<!-- Syncronization settings: -->
<!-- <notfound>create</notfound> -->
<notfound>ignore</notfound>
<sync>false</sync>
<authorize>ldap</authorize>

<requiredAttr>cn</requiredAttr>
<requiredAttr>sn</requiredAttr>
<requiredAttr>userPassword</requiredAttr>

<!-- adminAccount is the sTeam account that gets mails about ldap problems -->
<adminAccount>root</adminAccount>

<!-- Your LDAP server might user iso-8859-1 (latin1) instead of utf-8 -->
<charset>utf-8</charset>

</ldap>
