Bug 45762 - Cleanup/document /etc/univention/ssl/univention-directory-manager
Cleanup/document /etc/univention/ssl/univention-directory-manager
Status: NEW
Product: UCS
Classification: Unclassified
Component: SSL
UCS 5.0
Other Linux
: P5 normal (vote)
: UCS 5.0-0-errata
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-11-22 16:30 CET by Philipp Hahn
Modified: 2021-04-28 10:12 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Development Internal
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 Philipp Hahn univentionstaff 2017-11-22 16:30:51 CET
$ git grep /etc/univention/ssl/univention-directory-manager
base/univention-system-setup/usr/lib/univention-system-setup/scripts/10_basis/12domainname:     rm -rf /etc/univention/ssl/univention-directory-manager.$old_domainname
base/univention-system-setup/usr/lib/univention-system-setup/scripts/10_basis/12domainname:     rm -f /etc/univention/ssl/univention-directory-manager
base/univention-system-setup/usr/lib/univention-system-setup/scripts/10_basis/12domainname:     ln -sf /etc/univention/ssl/univention-directory-manager.$new_domainname /etc/univention/ssl/univention-directory-manager
management/univention-join/20univention-join.inst:      if [ -d "/etc/univention/ssl/univention-directory-manager" ]; then
management/univention-join/20univention-join.inst:              chgrp -R "DC Backup Hosts" /etc/univention/ssl/univention-directory-manager
management/univention-join/20univention-join.inst:              find /etc/univention/ssl/univention-directory-manager/ -type d | xargs chmod g+rwx
management/univention-join/20univention-join.inst:              find /etc/univention/ssl/univention-directory-manager/ -type f | xargs chmod g+rw

Why and for what?
Otherwise let's remove it.