| ... | ... | @@ -21,3 +21,9 @@ users in that OU. | 
| 
 | 
 | 
 | 
| 
 | 
 | 
We search if it's possible in openldap and we find that :
 | 
| 
 | 
 | 
https://coderwall.com/p/c0w6-q/create-ldap-aliases-in-openldap
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
# Alias plugin
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
We can create an alias plugin in FD which allows to create/manage object of objectClass alias with only one field to enter the dn it should be an alias to.
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
Applications searching the LDAP will be able to follow aliases if they support that. (ldapsearch supports this with option "-a always") | 
 | 
 | 
\ No newline at end of file |