1 |
bytegw |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-samba-1.14.0/createlinks mezzanine_patched_e-smith-samba-1.14.0/createlinks |
2 |
|
|
--- e-smith-samba-1.14.0/createlinks 2007-12-14 14:56:57.000000000 -0700 |
3 |
|
|
+++ mezzanine_patched_e-smith-samba-1.14.0/createlinks 2007-12-14 14:56:08.000000000 -0700 |
4 |
|
|
@@ -14,9 +14,6 @@ |
5 |
|
|
ibay-delete |
6 |
|
|
ibay-modify |
7 |
|
|
ibay-modify-servers |
8 |
|
|
- group-create |
9 |
|
|
- group-modify |
10 |
|
|
- group-delete |
11 |
|
|
network-delete |
12 |
|
|
network-create |
13 |
|
|
post-install |
14 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-samba-1.14.0/root/etc/e-smith/templates/etc/smb.conf/11adminUsers mezzanine_patched_e-smith-samba-1.14.0/root/etc/e-smith/templates/etc/smb.conf/11adminUsers |
15 |
|
|
--- e-smith-samba-1.14.0/root/etc/e-smith/templates/etc/smb.conf/11adminUsers 2007-12-14 14:56:57.000000000 -0700 |
16 |
|
|
+++ mezzanine_patched_e-smith-samba-1.14.0/root/etc/e-smith/templates/etc/smb.conf/11adminUsers 1969-12-31 17:00:00.000000000 -0700 |
17 |
|
|
@@ -1,7 +0,0 @@ |
18 |
|
|
-{ |
19 |
|
|
- $OUT = "admin users = admin"; |
20 |
|
|
- |
21 |
|
|
- use esmith::AccountsDB; |
22 |
|
|
- my $adb = esmith::AccountsDB->open_ro(); |
23 |
|
|
- $OUT .= " \@" . $_->key foreach $adb->get_all_by_prop( Description => 'Domain Admins' ); |
24 |
|
|
-} |