Displaying 1 result from an estimated 1 matches for "136527".
Did you mean:
36527
2008 Oct 13
1
Get an extra_field in login process
Hi.
I have an auth plugin where an extra_field is filled. Somewhere, in login
process I need to log the authentication command and the extra_field, I was
trying to do it in login-common/client-common.c, adding a new variable to
login_log_format_elements and trying to get the fileld from environment,
but, I could not find any way to do it, the getenv returns null everytime.
Anyone can suggest