- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2017 12:00 PM
I need to add an attribute to our LDAP integration but when I try and add it the hyphen in the name is causing the rest of the attributes to the next line? Is there some trick to using attributes named like this?
the attribute I need is called msRTCSIP-PrimaryUserAddress:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2017 01:23 PM
It should just be an issue during the display of the string because the edit box is formatting the text based on normal word-wrapping rules. Same thing would probably happen if you tried a space instead of the hyphen. The LDAP commands would use the whole string without any word-wrapping.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2017 12:15 PM
I don't think that's the actual (schema) name of the attribute.
You could remove ALL the attributes listed, pull a test batch (20), and see if that column gets created for you.
Or, ask your AD guys what the specific db/schema attribute name is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2017 01:04 PM
I queried it specifically by name, this is my data
userPrincipalName: tracy.fischer@franklintempleton.com
mail: tracy.fischer@franklintempleton.com
manager: CN=rpineda,OU=Users,OU=MAD,DC=euro,DC=corp,DC=frk,DC=com
msRTCSIP-PrimaryUserAddress: sip:tfischer@frk.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2017 01:47 PM
Also: I'm assuming you wouldn't be posting if just adding "msrtcsip-primaryuseraddress" to the properties list worked, right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2017 01:09 PM
But your suggestion to remove them all and just test it out is a good one. I'll give that a try. Thank you!