| | 155 | |
|---|
| | 156 | <!-- handle the public (enterprise) people address book hierarchy --> |
|---|
| | 157 | <public-people-dirHandler classname="org.bedework.carddav.util.LdapDirHandlerConfig" > |
|---|
| | 158 | <pathPrefix>/public/people</pathPrefix> |
|---|
| | 159 | |
|---|
| | 160 | <className>org.bedework.carddav.server.dirHandlers.ldap.LdapAddrBookDirHandler</className> |
|---|
| | 161 | |
|---|
| | 162 | <!-- manufacture an owner for public entities --> |
|---|
| | 163 | <ownerHref>/principals/users/admin</ownerHref> |
|---|
| | 164 | <initialContextFactory>com.sun.jndi.ldap.LdapCtxFactory</initialContextFactory> |
|---|
| | 165 | <providerUrl>ldap://localhost:10389/</providerUrl> |
|---|
| | 166 | <baseDn>ou=people,ou=public,dc=bedework,dc=org</baseDn> |
|---|
| | 167 | <queryLimit>1000</queryLimit> |
|---|
| | 168 | |
|---|
| | 169 | <attrIds></attrIds> |
|---|
| | 170 | |
|---|
| | 171 | <folderObjectClass>organizationalUnit</folderObjectClass> |
|---|
| | 172 | <addressbookObjectClass>organizationalUnit</addressbookObjectClass> |
|---|
| | 173 | <addressbookEntryObjectClass>inetOrgPerson</addressbookEntryObjectClass> |
|---|
| | 174 | <folderIdAttr>ou</folderIdAttr> |
|---|
| | 175 | <addressbookIdAttr>ou</addressbookIdAttr> |
|---|
| | 176 | <addressbookEntryIdAttr>cn</addressbookEntryIdAttr> |
|---|
| | 177 | |
|---|
| | 178 | <authDn>uid=admin,ou=system</authDn> |
|---|
| | 179 | <authPw>secret</authPw> |
|---|
| | 180 | <debug>true</debug> |
|---|
| | 181 | </public-people-dirHandler> |
|---|
| | 182 | |
|---|