Verified Commit 14683cc5 authored by anarcat's avatar anarcat
Browse files

fix table syntax

parent 18710e62
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ See also: <https://gitlab.torproject.org/tpo/tpa/team/-/issues/33766>
TODO: document those tools.

| tool                      | lang   | ud? | description                                                     |
| ----                      | ------ |     | -----------                                                     |
| ------------------------- | ------ | --- | --------------------------------------------------------------- |
| `ud-arbimport`            | Python |     | possible example of direct   LDAP (write) access from Python    |
| `ud-config`               | Python |     | prints config from `userdir-ldap.conf`, used by ud-replicate    |
| `ud-echelon`              | Python | x   | "Watches for email activity from Debian Developers"             |
@@ -447,12 +447,14 @@ implementation in ud, and gives us a hint on whether it is important
or not.

| libraries               | lang   | description                                  |
| ----------------------- | ------ | -------------------------------------------- |
| `UDLdap.py`             | Python | mainly an Account representation             |
| `userdir_exceptions.py` | Python | exceptions                                   |
| `userdir_gpg.py`        | Python | yet another GnuPG Python wrapper             |
| `userdir_ldap.py`       | Python | various functions to talk with LDAP and more |

| configuration files          | Lang   | description                                                             |
| configuration files          | lang   | description                                                             |
| ---------------------------- | ------ | ----------------------------------------------------------------------- |
| `userdir-ldap.conf`          | Python | LDAP host, admin user, email, logging, keyrings, web, DNS, MX, and more |
| `userdir_ldap.pth`           | ???    | no idea!                                                                |
| `userdir-ldap.schema`        | LDAP   | TPO/Debian-specific LDAP schema additions                               |