entryDN and UID attribute with special character values

Posted on

I have a user certificate that has a comma in the Subject (i.e LastName, FirstName). When entering the value for each attribute (entryDN and UID), I tried escaping the comma with a backslash \ which did not work (i.e. LastName\, FirstName). And tried escaping the comma with hex equivalent (i.e. LastName\2C FirstName) which did not work. So the question is how do I escape the comma or other special characters?

Red Hat Directory Server 9.1

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.