We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9e5ef6 + 1b79ea9 commit 080e00dCopy full SHA for 080e00d
README.md
@@ -221,7 +221,7 @@ file you can use to connect.
221
```
222
other {
223
com.sun.security.auth.module.LdapLoginModule REQUIRED
224
- userProvider="ldap://localhost/ou=people,dc=planetexpress,dc=com"
+ userProvider="ldap://localhost:10389/ou=people,dc=planetexpress,dc=com"
225
userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))"
226
useSSL=false
227
java.naming.security.principal="cn=admin,dc=planetexpress,dc=com"
0 commit comments