diff UIDS_GIDS.md @ 409:0b7acfc69fec

network/openssh: add uid/gid and PAM
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 20:05:00 +0200
parents
children dbffca6c243e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UIDS_GIDS.md	Thu Apr 04 20:05:00 2019 +0200
@@ -0,0 +1,13 @@
+vanilla reserved UIDs and GIDs
+==============================
+
+Users and groups are created once needed at package installation. It's perfectly
+safe to reuse the same UID/GID for different packages (example www, mail).
+
+You may think of UID/GID just like a simple package dependency.
+
+The following UID/GID are defined:
+
+| uid        | gid        | package(s) |
+|----------- |------------|------------|
+| sshd (100) | sshd (100) | openssh    |