Skip to content

Commit 1b79ea9

Browse files
committed
Adjusted userProvider in example login.config file
- in the `docker` given to start the container there is a port mapping for `10389` which is now reflected in the example `login.config` file for ease of use
1 parent f9e5ef6 commit 1b79ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ file you can use to connect.
221221
```
222222
other {
223223
com.sun.security.auth.module.LdapLoginModule REQUIRED
224-
userProvider="ldap://localhost/ou=people,dc=planetexpress,dc=com"
224+
userProvider="ldap://localhost:10389/ou=people,dc=planetexpress,dc=com"
225225
userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))"
226226
useSSL=false
227227
java.naming.security.principal="cn=admin,dc=planetexpress,dc=com"

0 commit comments

Comments
 (0)