Verified Commit 56c5e103 authored by anarcat's avatar anarcat
Browse files

move howto entry in the right place

parent 42da6221
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -18,6 +18,18 @@ setup.

# How-to

## Connecting to LDAP

LDAP is not accessible to the outside world, so you need to get behind
the firewall. Most operations are done directly on the LDAP server, by
logging in as a regular user on `db.torproject.org` (currently
`alberti`).

Once that's resolved, you can use [ldapvi(1)](https://manpages.debian.org/ldapvi.1.en.html) or [ldapsearch(1)](https://manpages.debian.org/ldapsearch.1.en.html)
to inspect the database. User documentation on that process is in
[doc/accounts](doc/accounts) and <https://db.torproject.org>. See also the rest
of this documentation.

## Troubleshooting changes@ failures

A common user question is that they are unable to change their SSH
@@ -280,10 +292,6 @@ upload](howto/build_and_upload_debs) `userdir-ldap` as a Debian package instead.



LDAP is not accessible to the outside world, so you need to get behind
the firewall. Once that's resolved, you can use [ldapvi(1)](https://manpages.debian.org/ldapvi.1.en.html) or
[ldapsearch(1)](https://manpages.debian.org/ldapsearch.1.en.html) to inspect the database. User documentation on that
process is in [doc/accounts](doc/accounts).

## Design