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 |
{ |