Given the following standard workflow:
- A user supplies a username and password to an application (ie, webmail).
- The application authenticates the user against LDAP or AD.
- LDAP or AD log the authentication attempt, including the source of the request, which appears as the application IP.
Is it possible to include the IP of the user in an LDAP or AD request, in such a fashion it ends up in the LDAP or AD authentication log entries? Either: appending the information, or, replacing the application IP?