uCosminexus Application Server, Security Management Guide
WebPasswordLDAPLoginModule is the login module that uses the LDAP directory server's authentication function.
It tries to bind to the LDAP directory server by using the entered user ID and password. When the attempt succeeds, authentication is successful. The following figure shows an overview of WebPasswordLDAPLoginModule.
Figure 5-14 Overview of WebPasswordLDAPLoginModule
To use this module, specify the definition to connect to the LDAP directory server and the attribute names used to retrieve entries in ua.conf (the integrated user management configuration file).
WebPasswordLDAPLoginModule reads this file and obtains the user ID from HttpServletRequest to find the user entry DN. It then tries to bind to the LDAP directory server by using this DN and the password obtained from HttpServletRequest. When the attempt succeeds, it returns the user attributes.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd