Add default length for random password

This commit is contained in:
thorstenspille 2022-07-05 20:55:57 +02:00
parent cd664ba745
commit 03ae4f61d5

View File

@ -81,6 +81,9 @@ LXC_LOCALE="de_DE.UTF-8"
# Set dark background for vim syntax highlighting (0 or 1)
LXC_VIM_BG_DARK=1
# Default random password length
LXC_RANDOMPWD=32
############### Zamba-Server-Section ###############
# Defines the REALM for the Active Directory (AD DC, AD member)
@ -165,4 +168,5 @@ KOPANO_REPKEY="1234567890abcdefghijklmno"
rmmdomain=api.${LXC_DOMAIN}
frontenddomain=${LXC_HOSTNAME}.${LXC_DOMAIN}
meshdomain=mesh.${LXC_DOMAIN}
adminemail=rmm@${LXC_DOMAIN}
adminemail=rmm@${LXC_DOMAIN}