Create a user with special characters in the DN in VDS via POSTMAN

In order to create a user in VDS via Postman with special characters such as the '+' symbol, you need to escape the character with double backslashes as follows:

{ "params" :{

"dn" : "uid=test\\+user,o=enterprise",

"attributes" : { "objectclass" : [ "top",

"person",

"organizationalPerson",

"inetOrgPerson" ],

"cn" : "tsst1",

"userPassword" : "secret" } }

}

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.

Articles in this section