diff options
author | Georg | 2021-10-21 20:41:05 +0200 |
---|---|---|
committer | Georg | 2021-10-21 20:41:05 +0200 |
commit | 41b9b0e30b3ce09a6c539d17ae0dc4744339cfee (patch) | |
tree | 05076b9f29effbf747fad9829a19af935c9f66ba /template.ldif | |
parent | 8136cb2963123fe900c6d60b5cf4d5429c4513d3 (diff) | |
download | pounce-master.tar.gz pounce-master.tar.bz2 pounce-master.zip |
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'template.ldif')
-rw-r--r-- | template.ldif | 16 |
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 |