... | @@ -12,9 +12,10 @@ It will allow to create alias on objects on other part of the ldap tree to make |
... | @@ -12,9 +12,10 @@ It will allow to create alias on objects on other part of the ldap tree to make |
|
### Problem
|
|
### Problem
|
|
|
|
|
|
Applications searching the LDAP will be able to follow aliases if they support that.
|
|
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
|
|
### Solution
|
|
|
|
|
... | @@ -28,6 +29,8 @@ objectClass: top |
... | @@ -28,6 +29,8 @@ objectClass: top |
|
objectClass: extensibleObject
|
|
objectClass: extensibleObject
|
|
```
|
|
```
|
|
|
|
|
|
|
|
#### example ldif
|
|
|
|
|
|
#### Management list
|
|
#### Management list
|
|
|
|
|
|
We should a a management class in FusionDirectory that manage this kind of objects, and allow to create new aliasedObjectName attributes.
|
|
We should a a management class in FusionDirectory that manage this kind of objects, and allow to create new aliasedObjectName attributes.
|
... | | ... | |