|
|
@ -41,7 +41,10 @@ if (!$fws){ |
|
|
|
Company => 'Firewall-Services', |
|
|
|
Company => 'Firewall-Services', |
|
|
|
City => 'Martillac', |
|
|
|
City => 'Martillac', |
|
|
|
Dept => 'Administration', |
|
|
|
Dept => 'Administration', |
|
|
|
Removable => 'no' |
|
|
|
Removable => 'no', |
|
|
|
|
|
|
|
PasswordSet => 'no', |
|
|
|
|
|
|
|
AllowRSSH => 'yes', |
|
|
|
|
|
|
|
VPNClientAccess => 'yes', |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
unless ( system("/sbin/e-smith/signal-event", "user-create", "fws") == 0 ){ |
|
|
|
unless ( system("/sbin/e-smith/signal-event", "user-create", "fws") == 0 ){ |
|
|
@ -58,7 +61,10 @@ if (!$maillog){ |
|
|
|
FirstName => 'Mail', |
|
|
|
FirstName => 'Mail', |
|
|
|
LastName => 'Log', |
|
|
|
LastName => 'Log', |
|
|
|
EmailForward => 'local', |
|
|
|
EmailForward => 'local', |
|
|
|
Removable => 'no' |
|
|
|
Removable => 'no', |
|
|
|
|
|
|
|
PasswordSet => 'no', |
|
|
|
|
|
|
|
AllowRSSH => 'no', |
|
|
|
|
|
|
|
VPNClientAccess => 'no', |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
unless ( system("/sbin/e-smith/signal-event", "user-create", "maillog") == 0 ){ |
|
|
|
unless ( system("/sbin/e-smith/signal-event", "user-create", "maillog") == 0 ){ |
|
|
@ -75,7 +81,10 @@ if (!$scan){ |
|
|
|
FirstName => 'Network', |
|
|
|
FirstName => 'Network', |
|
|
|
LastName => 'Scan', |
|
|
|
LastName => 'Scan', |
|
|
|
EmailForward => 'local', |
|
|
|
EmailForward => 'local', |
|
|
|
Removable => 'no' |
|
|
|
Removable => 'no', |
|
|
|
|
|
|
|
PasswordSet => 'no', |
|
|
|
|
|
|
|
AllowRSSH => 'no', |
|
|
|
|
|
|
|
VPNClientAccess => 'no', |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
unless ( system("/sbin/e-smith/signal-event", "user-create", "scanner") == 0 ){ |
|
|
|
unless ( system("/sbin/e-smith/signal-event", "user-create", "scanner") == 0 ){ |
|
|
|