From 652d6f6c67c200fc22bf03efed0174ebc4f38d29 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 23 Mar 2019 02:28:48 +0100 Subject: fix ldap user --- scripts/install | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/install') diff --git a/scripts/install b/scripts/install index 5e3f742..bc2229c 100644 --- a/scripts/install +++ b/scripts/install @@ -181,7 +181,6 @@ ynh_replace_string "__OTP_SECRET__" "$otp_secret" "$final_path/live/.env.product ynh_app_setting_set "$app" otp_secret "$otp_secret" ldap_user="${app}ldap" -ynh_user_exists $ldap_user || ynh_die "LDAP User $ldap_user already exist" ldap_password=$(head -n128 /dev/urandom | tail -n +1 | tr -dc -d 'a-z0-9' | head -c128) yunohost user create username -f $ldap_user -l $ldap_user -m $app@$domain -p $ldap_password -q 0 ynh_replace_string "__LDAP_USER__" "$ldap_user" "${final_path}/live/.env.production" -- cgit v1.2.3-70-g09d2