Skip to content
Snippets Groups Projects
Verified Commit 10820387 authored by anarcat's avatar anarcat
Browse files

document that you probably cannot talk to ldap directly

parent 27b6a3e9
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,10 @@ This will list all known hosts in LDAP:
ldapsearch -ZZ -vLxW -h db.torproject.org -D "uid=$USER,ou=users,dc=torproject,dc=org" -b "ou=hosts,dc=torproject,dc=org" '(objectclass=*)' | grep ^dn:
Note that this will only work on the LDAP host itself or on
whitelisted hosts which are few right now. This is mostly documented
for TPA members.
Modifying the schema
--------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment