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 --- e-smith-samba-2.4.0.old/root/etc/e-smith/db/configuration/defaults/smb/Workgroup 2005-03-17 07:30:25.000000000 -0800 +++ e-smith-samba-2.4.0/root/etc/e-smith/db/configuration/defaults/smb/Workgroup 2013-03-14 20:51:28.000000000 -0700 @@ -1 +1 @@ -mitel-networks +sme-server 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 --- e-smith-samba-2.4.0.old/root/etc/e-smith/events/actions/cleanup-domains 2013-01-31 13:31:40.000000000 -0800 +++ e-smith-samba-2.4.0/root/etc/e-smith/events/actions/cleanup-domains 2013-03-14 20:52:26.000000000 -0700 @@ -37,10 +37,10 @@ ); my $smb = $c->get('smb'); -my $domName = $smb->prop('Workgroup') || 'mitel-network'; +my $domName = $smb->prop('Workgroup') || 'sme-server'; if ( ($smb->prop('ServerRole') || 'WS') eq 'WS' ) { - $domName = $smb->prop('ServerName') || 'e-smith-server'; + $domName = $smb->prop('ServerName') || 'sme-server'; } my $result = $ldap->search( base => $base,