24 Mar 18:18
SSL_CLIENT_S_DN_UID coming back null in httpd-ssl.conf
From: Dennis Sinelnikov <dennis.sinelnikov <at> augustschell.com>
Subject: SSL_CLIENT_S_DN_UID coming back null in httpd-ssl.conf
Newsgroups: gmane.comp.apache.mod-ssl.user
Date: 2006-03-24 17:22:05 GMT
Subject: SSL_CLIENT_S_DN_UID coming back null in httpd-ssl.conf
Newsgroups: gmane.comp.apache.mod-ssl.user
Date: 2006-03-24 17:22:05 GMT
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/emailAddress=dennis.sinelnikov <at> augustschell.com/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
RSS Feed