Jump to content

Recommended Posts

Posted

We are trying to switch over from Azure sync to LDAP syncing.  The sync  is working for our test user for most the basic fields, but it is not working for either the AD [manager] field or the [Office] field.  Nothing is being populated in either of those fields.  I found another field [physicalDeliveryOfficeName] that also contains the string value of "Kentwood", which is one of our valid sites.  I am showing part of my configuration below, and the test loading of the missing data Custom Attributes (with results)

image.thumb.png.57ba2dab553d5217fe35c7d8186b2fea.png

image.png.2236de35ac0bbf9189473a94b133c039.png

image.png.e0018cdd20747d1416db0b45c47c073f.png

Any thoughts on what I've done wrong in configuring this?  

Posted

Another item to mention is that the fields are case-sensitive, so "Manager" and "manager" are not the same fields, and I am pretty sure the AD fieldnames start lower-case.

[and I am not entirely sure "office" is a ootb AD field, but not sure]

  • Like 1
Posted

Thanks everyone who responded to my request for assistance.  With the corrections suggested, we were able to get the Location working!  I continue to have trouble with the manager, I changed the case as suggested, but still not working.  I went thru and changed everything I can think of (one at a time), I do get the manager when I have it put in a custom Attribute field, but not in the actual manager field in Hornbill as I showed in my first post.

Anyone have any additional thoughts on what I'm doing wrong?

Posted

What format are your User IDs in, and what format is the Name (Handle) of your Users?

Have you used a Regex string to extract part of the DN, or are you using the whole string?

Posted

Steve:

Our User ID's are our email address.

Started off using no Regex string, then have switched to CN=(.^?)(?::,[A-Z]+=|$) , and then to ([A-Z][a-z]+\s[A-Z][a-z]+)

Still not getting anything.

Posted

Glad you found the answer.
I'm slightly puzzled as to why the default did not work as it appears to return the same match as the one you're using, but as long as you're picking up the Manager I'd stick with what you have.

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...