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

clarify what happens on lock vs email

I tested this by locking `aguestuser`'s account (tpo/tpa/team#40772),
and running ud-generate on alberti. The user was still present on
alberti in: `/var/cache/userdir-ldap/hosts/forward-alias`.
parent 51762dec
No related branches found
No related tags found
No related merge requests found
...@@ -34,9 +34,8 @@ Note that this only keeps the user from accessing servers, it does ...@@ -34,9 +34,8 @@ Note that this only keeps the user from accessing servers, it does
the `passwd` database on servers. This is because the user might still the `passwd` database on servers. This is because the user might still
own files and we do not want to have files un-owned. own files and we do not want to have files un-owned.
Note that it's unclear if we should add an email alias in the It also does *not* remove the email alias (the `emailForward` field in
`virtual` file when the account expires, see [ticket #32558](https://bugs.torproject.org/32558) for [LDAP](howto/ldap)), for that you need to delete the account altogether.
details.
## Deleting an account ## Deleting an account
...@@ -45,6 +44,10 @@ to come back again. For this, the actual LDAP entries for the user ...@@ -45,6 +44,10 @@ to come back again. For this, the actual LDAP entries for the user
must be removed with `ldapvi`, but only after the files for that user must be removed with `ldapvi`, but only after the files for that user
have been destroyed or given to another user. have been destroyed or given to another user.
Note that it's unclear if we should add an email alias in the
`virtual` file when the account expires, see [ticket #32558](https://bugs.torproject.org/32558) for
details.
## Retiring from other services ## Retiring from other services
Then you need to go through the [service list](https://gitlab.torproject.org/tpo/tpa/team/-/wikis/service) and pay close Then you need to go through the [service list](https://gitlab.torproject.org/tpo/tpa/team/-/wikis/service) and pay close
......
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