/[smeserver]/rpms/e-smith-samba/sme9/e-smith-samba-2.4.0-workgroup.patch
ViewVC logotype

Annotation of /rpms/e-smith-samba/sme9/e-smith-samba-2.4.0-workgroup.patch

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


Revision 1.1 - (hide annotations) (download)
Fri Mar 15 05:25:33 2013 UTC (11 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-samba-2_4_0-7_el6_sme, e-smith-samba-2_4_0-9_el6_sme, e-smith-samba-2_4_0-21_el6_sme, e-smith-samba-2_4_0-6_el6_sme, e-smith-samba-2_4_0-12_el6_sme, e-smith-samba-2_4_0-26_el6_sme, e-smith-samba-2_4_0-25_el6_sme, e-smith-samba-2_4_0-24_el6_sme, e-smith-samba-2_4_0-15_el6_sme, e-smith-samba-2_4_0-8_el6_sme, e-smith-samba-2_4_0-17_el6_sme, e-smith-samba-2_4_0-18_el6_sme, e-smith-samba-2_4_0-16_el6_sme, e-smith-samba-2_4_0-14_el6_sme, e-smith-samba-2_4_0-27_el6_sme, e-smith-samba-2_4_0-19_el6_sme, e-smith-samba-2_4_0-13_el6_sme, e-smith-samba-2_4_0-10_el6_sme, e-smith-samba-2_4_0-11_el6_sme, e-smith-samba-2_4_0-20_el6_sme, e-smith-samba-2_4_0-5_el6_sme, e-smith-samba-2_4_0-22_el6_sme, e-smith-samba-2_4_0-23_el6_sme, HEAD
* Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
- Change default Workgroup and Domain to sme-server [SME: 7482]

1 wellsi 1.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