Skip to content

Commit

Permalink
Merge pull request #35 from rbarbey/docs-login-config
Browse files Browse the repository at this point in the history
Adjusted `userProvider` in example `login.config` file
  • Loading branch information
rroemhild committed Aug 27, 2021
2 parents f9e5ef6 + 1b79ea9 commit 080e00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ file you can use to connect.
```
other {
com.sun.security.auth.module.LdapLoginModule REQUIRED
userProvider="ldap://localhost/ou=people,dc=planetexpress,dc=com"
userProvider="ldap://localhost:10389/ou=people,dc=planetexpress,dc=com"
userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))"
useSSL=false
java.naming.security.principal="cn=admin,dc=planetexpress,dc=com"
Expand Down

0 comments on commit 080e00d

Please sign in to comment.