Skip to content

Commit

Permalink
Add README Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Nov 7, 2024
1 parent e382a43 commit de5700e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@ ldapmodify -D 'cn=admin,dc=cotak,dc=gov' -H ldap://localhost:3389 -w admin -f <I
```
ldapsearch -v -x -D 'uid=ldapsvcaccount,dc=cotak,dc=gov' -b 'dc=cotak,dc=gov' -H ldap://localhost:3389 -w service
```

4. Ensure the admin account can list users

```
ldapsearch -x -H ldap://localhost:3389 -b dc=cotak,dc=gov -D "cn=admin,dc=cotak,dc=gov" -w admin
```

0 comments on commit de5700e

Please sign in to comment.