/[smeserver]/rpms/e-smith-samba/sme8/e-smith-samba-1.14.1-admingroup.patch
ViewVC logotype

Contents of /rpms/e-smith-samba/sme8/e-smith-samba-1.14.1-admingroup.patch

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


Revision 1.1 - (show annotations) (download)
Sat Dec 15 19:32:11 2007 UTC (16 years, 6 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-samba-1_14_1-2_el5_sme, e-smith-samba-1_14_1-8_el5_sme, e-smith-samba-1_14_1-4_el5_sme, e-smith-samba-1_14_1-5_el5_sme, e-smith-samba-1_14_1-6_el5_sme, e-smith-samba-1_14_1-3_el5_sme, e-smith-samba-1_14_1-7_el5_sme
Updates

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-samba-1.14.1/root/etc/e-smith/events/actions/update-domain-group-maps mezzanine_patched_e-smith-samba-1.14.1/root/etc/e-smith/events/actions/update-domain-group-maps
2 --- e-smith-samba-1.14.1/root/etc/e-smith/events/actions/update-domain-group-maps 2007-12-15 08:53:09.000000000 -0700
3 +++ mezzanine_patched_e-smith-samba-1.14.1/root/etc/e-smith/events/actions/update-domain-group-maps 2007-12-15 12:12:29.000000000 -0700
4 @@ -27,10 +27,11 @@
5 'Domain Admins' => 'admin',
6 'Domain Users' => 'shared',
7 'Domain Guests' => 'nobody',
8 - (map { $_->prop('FirstName')." ".$_->prop('LastName'), $_->key } $a->get('admin')),
9 (map { $_->prop('FirstName')." ".$_->prop('LastName'), $_->key } $a->users()),
10 (map { $_->prop('Description'), $_->key } $a->groups()));
11
12 +$mappings{$a->get_prop('admin','FirstName')." ".$a->get_prop('admin','LastName')} = 'admin' unless $mappings{'Domain Admins'} eq 'admin';
13 +
14 my %ridmap = (
15 'Domain Admins' => '512',
16 'Domain Users' => '513',

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