| Sets the regular expression which will by used to extract the user name from the certificate's Subject
DN.
It should contain a single group; for example the default expression "CN=(.?)," matches the common
name field. So "CN=Jimi Hendrix, OU=..." will give a user name of "Jimi Hendrix".
The matches are case insensitive. So "emailAddress=(.?)," will match "EMAILADDRESS=jimi@hendrix.org,
CN=..." giving a user name "jimi@hendrix.org"
Parameters: subjectDNRegex - the regular expression to find in the subject |