enough-fish-5682
10/05/2022, 10:18 AMWHZ-Authentication {
com.sun.security.auth.module.LdapLoginModule required
userProvider="ldap://{ldap_host}:{ldap_port}"
authIdentity="cn=${0},ou=members,o=identitymaster"
java.naming.security.authentication="simple"
debug="true"
};
Then there was a problem that I could connect all ID and password I entered.
I want to allow access only to IDs with ldap privileges.
Any help would be appreciated.
Thanksechoing-airport-49548
10/05/2022, 4:05 PMenough-fish-5682
10/05/2022, 5:11 PM