Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory-plugins fusiondirectory-plugins
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 55
    • Issues 55
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectory-pluginsfusiondirectory-plugins
  • Wiki
  • LdapAlias

LdapAlias · Changes

Page history
Update LdapAlias authored Nov 09, 2017 by bmortier's avatar bmortier
Hide whitespace changes
Inline Side-by-side
LdapAlias.md
View page @ eb86fb09
...@@ -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.
......
Clone repository
  • FusiondirectoryIPAM
  • LSC
  • LdapAlias
  • Modifying group member types
  • RestWebservice
    • addUpdateUser
    • addUpdateUserMultivaluated
    • createUser
    • deleteUser
  • SupannSupport
  • UserReminder
  • deployment features
  • fd lsc backend
  • fd lsc zimbra
  • filters acl
View All Pages