Bug 41415 - system-activation doesn't set auth/sshd/root
system-activation doesn't set auth/sshd/root
Status: CLOSED DUPLICATE of bug 40728
Product: UCS
Classification: Unclassified
Component: System setup
UCS 4.1
Other Linux
: P5 normal (vote)
: UCS 4.1-2-errata
Assigned To: UCS maintainers
Stefan Gohmann
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-06-02 08:15 CEST by Stefan Gohmann
Modified: 2018-04-14 13:37 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2016-06-02 08:15:30 CEST
univention-system-activation now reconfigures the univention-pam packages. Some UCR variables for the SSH access are set in the univention-pam join script:

 if is_domain_controller; then
     univention-config-registry set \
         auth/sshd/restrict?"yes" \
         "auth/sshd/group/Domain Admins?yes" \
         auth/sshd/group/Computers?"yes" \
         "auth/sshd/group/DC Slave Hosts?yes" \
         "auth/sshd/group/DC Backup Hosts?yes" \
         auth/sshd/group/Administrators?"yes" \
         auth/sshd/user/root?"yes"
 fi

The system-activation must set the same settings. It might be the best to move this part to a extra script where it can be called from the system activation and the join script.

Once, it has been fixed and released, the hotfix part of r69738 can be removed.
Comment 1 Alexander Kläser univentionstaff 2016-06-02 11:07:38 CEST

*** This bug has been marked as a duplicate of bug 40728 ***
Comment 2 Stefan Gohmann univentionstaff 2016-06-03 06:01:33 CEST
(In reply to Alexander Kläser from comment #1)
> 
> *** This bug has been marked as a duplicate of bug 40728 ***

OK
Comment 3 Stefan Gohmann univentionstaff 2016-06-03 06:01:46 CEST
Nothing to release