Step 9: Authentication with LDAP

Edit the standalone.xml as follows

/{WILDFLY_HOME}/standalone/configuration/standalone.xml

Before you configure you should have informed LDAP for configuration authentication with Wildfly Refer to section LDAP Integration

Example:

Name
Value

IP

192.168.0.183

Port LDAP

389

Domain name

avalant.co.th

Username admin

xxxxxxxx

Password admin

xxxxxxxx

Group

users

Add: <login-module> tag

Edit: value ldap setting

Last updated