Imported sources.

This commit is contained in:
2026-05-04 07:07:52 +02:00
commit a3f3105081
26 changed files with 12475 additions and 0 deletions

3
posix-users-example.csv Normal file
View File

@@ -0,0 +1,3 @@
# uid,gn,sn,mail,uidNumber,gidNumber
alice,Alice,Example,alice@example.com,10000,10000
bob,Bob,Example,bob@example.com,10001,10000
1 # uid gn sn mail uidNumber gidNumber
2 alice Alice Example alice@example.com 10000 10000
3 bob Bob Example bob@example.com 10001 10000