diff options
author | Vincent Ambo <mail@tazj.in> | 2020-06-17T02·55+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-06-17T03·03+0000 |
commit | 26959ce09461b67aa2b2f183a22e8d2e9b72f03a (patch) | |
tree | 88313e390a1358f4ad8393521e66272b068da7bd | |
parent | 8f6309fe2206153927338e837be94f25a8039217 (diff) |
docs(REVIEWS): Update account creation note for new user list r/1009
Change-Id: If657f4b49d16260b35f13a4124caa336bbe3124b Reviewed-on: https://cl.tvl.fyi/c/depot/+/449 Reviewed-by: riking <rikingcoding@gmail.com>
-rw-r--r-- | docs/REVIEWS.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/REVIEWS.md b/docs/REVIEWS.md index d455b75bad88..5be81acbef59 100644 --- a/docs/REVIEWS.md +++ b/docs/REVIEWS.md @@ -98,9 +98,9 @@ instructions: 1. Be a member of `##tvl`. 2. Clone the depot locally. -3. Create a user entry in our LDAP server, in [`contents.ldif`][]. You create - your password hash by using `slappasswd`, which ships in the `openldap` - package on most distributions. +3. Create a user entry in our LDAP server in [tvl-slapd/default.nix][tvl-slapd]. + You can create your password hash by using `slappasswd`, which ships in the + `openldap` package on most distributions. On systems with Nix systems you can use `nix-shell -p openldap` to get access to the command. @@ -125,5 +125,5 @@ The email address is a [public group][]. [Gerrit walkthrough]: https://gerrit-review.googlesource.com/Documentation/intro-gerrit-walkthrough.html [OWNERS]: https://cl.tvl.fyi/plugins/owners/Documentation/config.md [guidelines]: ./CONTRIBUTING.md#commit-messages -[`contents.ldif`]: https://code.tvl.fyi/tree/ops/nixos/tvl-slapd/contents.ldif +[tvl-slapd]: https://code.tvl.fyi/tree/ops/nixos/tvl-slapd/default.nix [public group]: https://groups.google.com/a/tazj.in/forum/?hl=en#!forum/depot |