1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-samba+ldap-1.15.1/root/etc/e-smith/events/actions/create-machine-account mezzanine_patched_e-smith-samba+ldap-1.15.1/root/etc/e-smith/events/actions/create-machine-account |
2 |
|
|
--- e-smith-samba+ldap-1.15.1/root/etc/e-smith/events/actions/create-machine-account 2008-06-03 19:49:29.000000000 +0200 |
3 |
|
|
+++ mezzanine_patched_e-smith-samba+ldap-1.15.1/root/etc/e-smith/events/actions/create-machine-account 2008-06-03 19:49:26.000000000 +0200 |
4 |
|
|
@@ -64,9 +64,9 @@ |
5 |
|
|
my $base = esmith::util::ldapBase ($domain); |
6 |
|
|
|
7 |
|
|
system( |
8 |
|
|
- "/usr/sbin/cpu", "useradd", |
9 |
|
|
+ "/usr/sbin/cpu", "-C/etc/cpu-machine.conf", |
10 |
|
|
+ "useradd", |
11 |
|
|
"-o", |
12 |
|
|
- "--userbase=ou=Computers,$base", |
13 |
|
|
"-g nobody", |
14 |
|
|
"-c", "Hostname account for $machineName", |
15 |
|
|
"-d", "/noexistingpath", |