... | ... | @@ -26,4 +26,6 @@ https://coderwall.com/p/c0w6-q/create-ldap-aliases-in-openldap |
|
|
|
|
|
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 |
|
|
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 |
|
|
\ No newline at end of file |