From 03ae4f61d5343612e541ae7b539eb2a9929ef1f8 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Tue, 5 Jul 2022 20:55:57 +0200 Subject: [PATCH] Add default length for random password --- conf/zamba.conf.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/zamba.conf.example b/conf/zamba.conf.example index 760aab7..cab7d4c 100644 --- a/conf/zamba.conf.example +++ b/conf/zamba.conf.example @@ -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} \ No newline at end of file +adminemail=rmm@${LXC_DOMAIN} +