Home Contact Download

asyd.net

Welcome to Bruno Bonfils's (aka asyd homepage).

Differences

This shows you the differences between the selected revision and the current version of the page.

docs:idm:ldap 2008/12/26 22:39 docs:idm:ldap 2008/12/28 23:50 current
Line 1: Line 1:
======Using LDAP as IDM resources====== ======Using LDAP as IDM resources======
 +
 +=====Schema=====
The default mapping is very small, I add the following mapping: The default mapping is very small, I add the following mapping:
  * email <=> mail   * email <=> mail
 +
 +=====Identity Template=====
 +
 +The identity template is used to compute the DN of users created by IDM in LDAP. Some samples of template :
 +
 +<code>
 +uid=$accountId$,ou=People,dc=asyd,dc=net
 +</code>
 +
 +<code>
 +cn=$fullname$,ou=People,dc=asyd,dc=net
 +</code>
 +