/[smeserver]/rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11607-add-ldap-user-fix.patch
ViewVC logotype

Annotation of /rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11607-add-ldap-user-fix.patch

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


Revision 1.2 - (hide annotations) (download)
Sun Jun 6 20:38:40 2021 UTC (3 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
5.8.1

1 jpp 1.1 diff -Nur --no-dereference e-smith-base-5.8.0.old/createlinks e-smith-base-5.8.0/createlinks
2     --- e-smith-base-5.8.0.old/createlinks 2021-06-01 18:12:26.704000000 -0400
3     +++ e-smith-base-5.8.0/createlinks 2021-06-01 18:19:55.762000000 -0400
4     @@ -318,6 +318,7 @@
5     event_link("count-active-user-accounts", $event, "25");
6     event_link("conf-modules", $event, "30");
7     event_link("create-mnt-floppy", $event, "50");
8     +event_link("ldap-update" , $event, "80");
9     event_link("conf-routes", $event, "89");
10     event_link("systemd-default", $event, "88");
11     event_link("systemd-isolate", $event, "89");
12     diff -Nur --no-dereference e-smith-base-5.8.0.old/root/etc/e-smith/events/actions/user-create-unix e-smith-base-5.8.0/root/etc/e-smith/events/actions/user-create-unix
13     --- e-smith-base-5.8.0.old/root/etc/e-smith/events/actions/user-create-unix 2021-06-01 18:12:26.602000000 -0400
14     +++ e-smith-base-5.8.0/root/etc/e-smith/events/actions/user-create-unix 2021-06-01 18:17:46.340000000 -0400
15     @@ -73,7 +73,7 @@
16     my $city = $acct->prop('City') || '';
17     my $street = $acct->prop('Street') || '';
18     my $shell = $acct->prop('Shell') || '/usr/bin/rssh';
19     -my $groups = ($shell eq '/usr/bin/rssh')? "shared,rsshusers" : "shared";
20     +my $groups = "shared";
21    
22     if ($ldapauth ne 'enabled')
23     {

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