Can I add an LDAP attribute name containing a hyphen?

tracyfischer
Mega Contributor

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:  

find_real_file.png

1 ACCEPTED SOLUTION

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.


View solution in original post

6 REPLIES 6

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.


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!