/[smeserver]/rpms/e-smith-samba/sme8/e-smith-samba-1.14.0-adminusers.patch
ViewVC logotype

Contents of /rpms/e-smith-samba/sme8/e-smith-samba-1.14.0-adminusers.patch

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


Revision 1.1 - (show annotations) (download)
Fri Oct 26 16:58:36 2007 UTC (16 years, 7 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-samba-1_14_0-34_el5_sme, e-smith-samba-1_14_0-35_el5_sme, e-smith-samba-1_14_0-33_el5_sme, e-smith-samba-1_14_0-36_el5_sme
Updates

1 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
2 --- e-smith-samba-1.14.0/root/etc/e-smith/templates/etc/smb.conf/11adminUsers 2005-02-18 08:28:18.000000000 -0700
3 +++ mezzanine_patched_e-smith-samba-1.14.0/root/etc/e-smith/templates/etc/smb.conf/11adminUsers 2007-10-26 07:52:44.000000000 -0600
4 @@ -1 +1,7 @@
5 -admin users = admin
6 +{
7 + $OUT = "admin users = admin";
8 +
9 + use esmith::AccountsDB;
10 + my $adb = esmith::AccountsDB->open_ro();
11 + $OUT .= " \@" . $_->key foreach $adb->get_all_by_prop( Description => 'Domain Admins' );
12 +}

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