/[smeserver]/rpms/e-smith-samba/sme8/e-smith-samba-2.2.0-workgroup.patch
ViewVC logotype

Contents of /rpms/e-smith-samba/sme8/e-smith-samba-2.2.0-workgroup.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Jan 13 16:53:11 2014 UTC (10 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-62_el5_sme, e-smith-samba-2_2_0-61_el5_sme, e-smith-samba-2_2_0-63_el5_sme, e-smith-samba-2_2_0-66_el5_sme, e-smith-samba-2_2_0-65_el5_sme, e-smith-samba-2_2_0-60_el5_sme, e-smith-samba-2_2_0-64_el5_sme, HEAD
* Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 2.2.0-60.sme
- Update default ServerName in 30smbServerName,
  and change default Workgroup and Domain to sme-server [SME: 7482]

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,

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed