+++ This bug was initially created as a clone of Bug #31281 +++ management/univention-ldap/10univention-ldap-server.inst:95: computerPassword=$(makepasswd --chars 8) management/univention-join/univention-server-join:336: computerPassword="$(makepasswd --chars=8)" base/univention-system-setup/usr/lib/univention-system-setup/scripts/setup-join.sh:122: echo -n "$(makepasswd)" > /etc/ldap.secret base/univention-system-setup/usr/lib/univention-system-setup/scripts/setup-join.sh:123: echo -n "$(makepasswd)" > /etc/ldap-backup.secret base/univention-server/server_password_change:84: new_password=$(makepasswd --chars 8) base/univention-server/debian/univention-server-master.preinst:55: echo -n "$(makepasswd)" > /etc/ldap.secret base/univention-server/debian/univention-server-master.preinst:61: echo -n "$(makepasswd)" > /etc/ldap-backup.secret Should probably be configurable through an UCR variable. Would probably help to unify the password generation instead of spreading the procedure over multiple packages and doing it slightly different.
Documented in Chapter 7.1
OK