- 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 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
04-03-2017 10:37 AM
Thank you Jim - I guess I let the formatting of the edit box concern me unnecessarily.. I appreciate your quick advice. New attribute imported successfully!