summaryrefslogtreecommitdiffstats
path: root/template.ldif
diff options
context:
space:
mode:
authorGeorg2021-10-21 20:41:05 +0200
committerGeorg2021-10-21 20:41:05 +0200
commit41b9b0e30b3ce09a6c539d17ae0dc4744339cfee (patch)
tree05076b9f29effbf747fad9829a19af935c9f66ba /template.ldif
parent8136cb2963123fe900c6d60b5cf4d5429c4513d3 (diff)
downloadpounce-41b9b0e30b3ce09a6c539d17ae0dc4744339cfee.tar.gz
pounce-41b9b0e30b3ce09a6c539d17ae0dc4744339cfee.tar.bz2
pounce-41b9b0e30b3ce09a6c539d17ae0dc4744339cfee.zip
Init user onboarding scriptHEADmaster
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'template.ldif')
-rw-r--r--template.ldif16
1 files changed, 16 insertions, 0 deletions
diff --git a/template.ldif b/template.ldif
new file mode 100644
index 0000000..68e092b
--- /dev/null
+++ b/template.ldif
@@ -0,0 +1,16 @@
+dn: uid=%UID%,ou=libertacasa-users,dc=syscid,dc=com
+changetype: modify
+add: objectClass
+objectClass: posixAccount
+-
+add: uidNumber
+uidNumber: %UIDNUMBER%
+-
+add: gidNumber
+gidNumber: 2000
+-
+add: homeDirectory
+homeDirectory: /home/%UID%
+-
+add: loginShell
+loginShell: /usr/bin/nobash