summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/50-add_users_groups.inc
diff options
context:
space:
mode:
authorChristian Rößler2014-10-10 16:41:38 +0200
committerChristian Rößler2014-10-10 16:41:38 +0200
commit3b54e2d078fe6d0b80fa7d7774cd4b4ec7385f25 (patch)
tree6396c68b843d23fbbb787affedd4fef21ef27f2f /satellit_installer/includes/50-add_users_groups.inc
parent[SSPS] includes/10-script_dropper.inc: -bug set passwd debian-sys-maint (diff)
downloadsetup-scripts-3b54e2d078fe6d0b80fa7d7774cd4b4ec7385f25.tar.gz
setup-scripts-3b54e2d078fe6d0b80fa7d7774cd4b4ec7385f25.tar.xz
setup-scripts-3b54e2d078fe6d0b80fa7d7774cd4b4ec7385f25.zip
[SSPS] Several new stuff see https://lab.ks.uni-freiburg.de/projects/rzpools/wiki/OpenSLX-Server
Diffstat (limited to 'satellit_installer/includes/50-add_users_groups.inc')
-rw-r--r--satellit_installer/includes/50-add_users_groups.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/satellit_installer/includes/50-add_users_groups.inc b/satellit_installer/includes/50-add_users_groups.inc
index 8603b35..b0d4534 100644
--- a/satellit_installer/includes/50-add_users_groups.inc
+++ b/satellit_installer/includes/50-add_users_groups.inc
@@ -6,7 +6,8 @@ add_users_groups() {
add_group images 12345
add_user openslx 1000 1000
add_user taskmanager 1001 1001
- add_user bwlehrpool 10001 12345
add_user ldadp 1002 1002
add_user_nohome vmware 1003 1003
+ add_user syncdaemon 1004 12345
+ add_user bwlehrpool 10001 12345
}