1 |
diff -ruN e-smith-samba-2.4.0.old/root/etc/e-smith/db/configuration/defaults/smb/Workgroup e-smith-samba-2.4.0/root/etc/e-smith/db/configuration/defaults/smb/Workgroup |
2 |
--- e-smith-samba-2.4.0.old/root/etc/e-smith/db/configuration/defaults/smb/Workgroup 2005-03-17 07:30:25.000000000 -0800 |
3 |
+++ e-smith-samba-2.4.0/root/etc/e-smith/db/configuration/defaults/smb/Workgroup 2013-03-14 20:51:28.000000000 -0700 |
4 |
@@ -1 +1 @@ |
5 |
-mitel-networks |
6 |
+sme-server |
7 |
diff -ruN e-smith-samba-2.4.0.old/root/etc/e-smith/events/actions/cleanup-domains e-smith-samba-2.4.0/root/etc/e-smith/events/actions/cleanup-domains |
8 |
--- e-smith-samba-2.4.0.old/root/etc/e-smith/events/actions/cleanup-domains 2013-01-31 13:31:40.000000000 -0800 |
9 |
+++ e-smith-samba-2.4.0/root/etc/e-smith/events/actions/cleanup-domains 2013-03-14 20:52:26.000000000 -0700 |
10 |
@@ -37,10 +37,10 @@ |
11 |
); |
12 |
|
13 |
my $smb = $c->get('smb'); |
14 |
-my $domName = $smb->prop('Workgroup') || 'mitel-network'; |
15 |
+my $domName = $smb->prop('Workgroup') || 'sme-server'; |
16 |
if ( ($smb->prop('ServerRole') || 'WS') eq 'WS' ) |
17 |
{ |
18 |
- $domName = $smb->prop('ServerName') || 'e-smith-server'; |
19 |
+ $domName = $smb->prop('ServerName') || 'sme-server'; |
20 |
} |
21 |
|
22 |
my $result = $ldap->search( base => $base, |