| ... | ... | @@ -12,9 +12,10 @@ It will allow to create alias on objects on other part of the ldap tree to make | 
| 
 | 
 | 
### Problem
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
Applications searching the LDAP will be able to follow aliases if they support that. 
 | 
| 
 | 
 | 
This can be done by setting the LDAP option LDAP_OPT_DEREF to LDAP_DEREF_ALWAYS. ldapsearch supports this with option "-a always".
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
This seems to match LDAP option LDAP_OPT_DEREF ldap_set_option
 | 
| 
 | 
 | 
This can be done by setting the LDAP option **LDAP_OPT_DEREF** to **LDAP_DEREF_ALWAYS**. ldapsearch supports this with option "-a always".
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
This seems to match LDAP option **LDAP_OPT_DEREF** ldap_set_option
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
### Solution
 | 
| 
 | 
 | 
 | 
| ... | ... | @@ -28,6 +29,8 @@ objectClass: top | 
| 
 | 
 | 
objectClass: extensibleObject
 | 
| 
 | 
 | 
```
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
#### example ldif 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
#### Management list 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
We should a a management class in FusionDirectory that manage this kind of objects, and allow to create new aliasedObjectName attributes.
 | 
| ... | ... |  |