breezy-shoe-41523
09/12/2022, 3:58 PMWHZ-Authentication {
com.sun.security.auth.module.LdapLoginModule sufficient
java.naming.security.authentication="simple"
userProvider="<ldap://ldap-server.mycompany.com>"
authIdentity="cn={USERNAME},OU={GROUP1},OU=user,OU=COMPANY,DC=mycompanyname,DC=com"
useSSL=false
debug=true;
};
and i need to add another group like
cn={USERNAME},OU={GROUP2},OU=user,OU=COMPANY,DC=mycompanyname,DC=com
is there any method to this?? please helpbig-carpet-38439
09/12/2022, 7:06 PMbreezy-shoe-41523
09/13/2022, 12:44 AMWHZ-Authentication {
com.sun.security.auth.module.LdapLoginModule sufficient
java.naming.security.authentication="simple"
userProvider="<ldap://ldap-server.mycompany.com>"
authIdentity="cn={USERNAME},OU={GROUP1},OU=user,OU=COMPANY,DC=mycompanyname,DC=com"
useSSL=false
debug=true;
com.sun.security.auth.module.LdapLoginModule sufficient
java.naming.security.authentication="simple"
userProvider="<ldap://ldap-server.mycompany.com>"
authIdentity="cn={USERNAME},OU={GROUP2},OU=user,OU=COMPANY,DC=mycompanyname,DC=com"
useSSL=false
debug=true;
};
numerous-carpet-60258
08/03/2023, 1:57 PMboundless-secretary-91315
11/13/2023, 4:59 PM