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 |