Sanitize ldap_user

This commit is contained in:
yalh76
2019-07-09 01:10:33 +02:00
parent c367e46820
commit 1168c040d7
4 changed files with 25 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ sleep 30
#=================================================
ynh_print_info --message="Creating LDAP user..."
yunohost user create $ldap_user --firstname $app --lastname $app --mail ${ldap_user}@$domain --password $ldap_password -q 0
yunohost user create $ldap_user --firstname $ldap_user --lastname $ldap_user --mail ${ldap_user}@$domain --password $ldap_password -q 0
#=================================================
# GENERIC FINALIZATION