|
docs:idm:ldap 2008/12/26 22:39 |
docs:idm:ldap 2008/12/28 23:50 current |
| | ======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> |