Kevin Kennedy Posted September 11 Share Posted September 11 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) Any thoughts on what I've done wrong in configuring this? Link to comment Share on other sites More sharing options...
Steve Giller Posted September 12 Share Posted September 12 The documentation for this is available in the User Options section of the LDAP Data Import Guide, at first glance the absence of a Manager Regex value would be my initial check. If you have additional questions after reviewing the docs, please post back here and someone will be able to answer. 1 Link to comment Share on other sites More sharing options...
SamS Posted September 12 Share Posted September 12 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] 1 Link to comment Share on other sites More sharing options...
Steve Giller Posted September 12 Share Posted September 12 49 minutes ago, SamS said: [and I am not entirely sure "office" is a ootb AD field, but not sure] "physicalDeliveryOfficeName" springs to mind, for some reason! 1 Link to comment Share on other sites More sharing options...
Giuseppe Iannacone Posted September 12 Share Posted September 12 @Kevin Kennedy we are using with success this configuration: so as @Steve Giller said pay attention to the case, the field you need to use are: manager physicalDeliveryOfficeName 1 Link to comment Share on other sites More sharing options...
Kevin Kennedy Posted September 17 Author Share Posted September 17 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? Link to comment Share on other sites More sharing options...
Steve Giller Posted September 18 Share Posted September 18 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? Link to comment Share on other sites More sharing options...
Kevin Kennedy Posted September 18 Author Share Posted September 18 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. Link to comment Share on other sites More sharing options...
Giuseppe Iannacone Posted September 18 Share Posted September 18 @Kevin Kennedy have you tried with my setting? I have no issue.... and from what you said so far, we have the same settings. Link to comment Share on other sites More sharing options...
Steve Giller Posted September 18 Share Posted September 18 You're not going to get an email from the DN as far as I can tell. I'd try "Reverse" off, "Match against DN" and "Search for Manager ID" on next. Link to comment Share on other sites More sharing options...
Kevin Kennedy Posted September 23 Author Share Posted September 23 Steve et al: I figured this out, it was the Regex field for the manager that was the key. Link to comment Share on other sites More sharing options...
Steve Giller Posted September 25 Share Posted September 25 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. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now