SSL_CLIENT_S_DN_UID coming back null in httpd-ssl.conf
"Dennis Sinelnikov" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ssl.user |
|---|---|
| Message-ID | <[email protected]> |
All,
I'm having trouble pulling off SSL_CLIENT_S_DN_UID of off the client cert.
I can pull off the full DN or other fields within DN like email and cn, but
no go for UID
So.
CustomLog /usr/local/apache2/logs/ssl_request_log "%{SSL_CLIENT_S_DN}x"
Will log:
/C=USA/O=August Schell Enterprises/CN=Dennis
Sinelnikov/[email protected]/UID=dennis
Has anyone else experienced this problem before? Any suggestions are
welcome!
I'm thinking about using regular expressions and parsing the DN to get UID.
Thanks,
Dennis