diff options
| author | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-10-22 16:40:46 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-10-22 16:40:46 -0700 |
| commit | 051b5bd85a8acd1a6b63a8678dfe9b032b14edd0 (patch) | |
| tree | 481006d85eca8c3a9f6465409d9808819d77b211 /docs/ldap.md | |
| parent | 6dbe70dc2debd429b57b5b1f426227da5b8e4cd7 (diff) | |
documentation improvements
Change-Id: Iddb80b7d6ff1f747d961962623b7352e252b584f
Diffstat (limited to 'docs/ldap.md')
| -rw-r--r-- | docs/ldap.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/ldap.md b/docs/ldap.md index ed305fc..12c6d01 100644 --- a/docs/ldap.md +++ b/docs/ldap.md @@ -1,4 +1,4 @@ -Works: +## Works ldapsearch -x -H ldap://127.0.0.1 -D "cn=admin,dc=internetsafetylabs,dc=org" -w secret -b "dc=internetsafetylabs,dc=org" @@ -20,3 +20,11 @@ ldapmodify -x -D "cn=admin,dc=internetsafetylabs,dc=org" -w secret -f modtest.l modifying entry "ou=Groups,dc=internetsafetylabs,dc=org" modifying rdn of entry "ou=Groups,dc=internetsafetylabs,dc=org" + + +## Bootstrapping your user by hand + +ldappasswd -W -D uid=root,dc=internetsafetylabs,dc=org -S uid=irenes,ou=staff,ou=people,dc=internetsafetylabs,dc=org + +replace with your own user's distinguished name + |