Bug 41415

Summary: system-activation doesn't set auth/sshd/root
Product: UCS Reporter: Stefan Gohmann <gohmann>
Component: System setupAssignee: UCS maintainers <ucs-maintainers>
Status: CLOSED DUPLICATE QA Contact: Stefan Gohmann <gohmann>
Severity: normal    
Priority: P5 CC: klaeser
Version: UCS 4.1   
Target Milestone: UCS 4.1-2-errata   
Hardware: Other   
OS: Linux   
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:

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