/[smeserver]/rpms/e-smith-samba/sme7/e-smith-samba-1.14.0-user_group_map.patch
ViewVC logotype

Contents of /rpms/e-smith-samba/sme7/e-smith-samba-1.14.0-user_group_map.patch

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


Revision 1.2 - (show annotations) (download)
Sat Dec 15 16:01:26 2007 UTC (16 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch sme7 of package e-smith-samba-1.14.1-1.el4.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-samba-1.14.0/root/etc/e-smith/events/actions/update-domain-group-maps mezzanine_patched_e-smith-samba-1.14.0/root/etc/e-smith/events/actions/update-domain-group-maps
2 --- e-smith-samba-1.14.0/root/etc/e-smith/events/actions/update-domain-group-maps 2006-12-01 13:50:55.000000000 -0700
3 +++ mezzanine_patched_e-smith-samba-1.14.0/root/etc/e-smith/events/actions/update-domain-group-maps 2006-12-01 13:50:28.000000000 -0700
4 @@ -26,8 +26,9 @@
5 'Domain Admins' => 'admin',
6 'Domain Users' => 'shared',
7 'Domain Guests' => 'nobody',
8 - ,
9 - map { $_->prop('Description'), $_->key } $a->groups());
10 + (map { $_->prop('FirstName')." ".$_->prop('LastName'), $_->key } $a->get('admin')),
11 + (map { $_->prop('FirstName')." ".$_->prop('LastName'), $_->key } $a->users()),
12 + (map { $_->prop('Description'), $_->key } $a->groups()));
13
14 my %mapping_done = ();
15 foreach (`/usr/bin/net groupmap list`)

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