Jump to content

LDAP Import > Users > Organisation:


Recommended Posts

Hi @dconagh

Basically you have to manually create the Organisation structure in Service Manager and the names must match your AD structure. From the wiki:

    "OrgLookup

The name of the Organization in Hornbill must match the value of the Attribute in LDAP.

  • Action - (Both | Update | Create) - When to Associate Organisation On Create, On Update or Both
  • Enabled - Turns on or off the Lookup of Orgnisations
  • Attribute - The LDAP Attribute to use for the name of the Site ,Any value wrapped with [] will be treaded ad an LDAP field
  • Type - The Organisation Type (0=general ,1=team ,2=department ,3=costcenter ,4=division ,5=company)
  • Membership - The Organisation Membership the users will be added with (member,teamLeader,manager)
  • TasksView - If set true, then the user can view tasks assigned to this group
  • TasksAction - If set true, then the user can action tasks assigned to this group. "

in our LDAP import .json file I have it set like this:

"OrgLookup":{
        "Action":"both",
        "Enabled":true,
        "Attribute":"[department]",
        "Type":2,
        "Membership":"member",
        "TasksView":false,
        "TasksAction":false

Just make sure that the attribute selected (department in my case) is also in the LDAPAttributes field further up the .json file.

 

Hope that helps

Dan

 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...