Dennis Sinelnikov | 24 Mar 18:18

SSL_CLIENT_S_DN_UID coming back null in httpd-ssl.conf

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

 

 


Gmane