2011/3/1 Ted Zlatanov <[email protected]>: > Sorry if this has been discussed before. I couldn't find past mentions > after searching the archives. If there's a better way than what I'm > suggesting, please let me know. > > In addition to the user name I need the LDAP DN of the user in the > custom log. That's available in mod_auth_ldap but not exposed. I > propose to modify modules/ldap/util_ldap.c:uldap_cache_comparedn() to > (optionally?) store the DN in a "LDAP_DN" environment variable which can > then be shown in the custom log and used in other ways.
can you just add 'dn' to the end of AUTHLDAPURL and log AUTHENTICATE_DN? http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#exposed
