From 89931aea253c6d060ac96548ebd4f557b6c4110a Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 11 Dec 2017 17:23:57 +0000 Subject: [PATCH] etc/profile.d/ldap.sh --- etc/profile.d/ldap.sh | 2 +- www/dbq/etc/nginx.conf | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/profile.d/ldap.sh b/etc/profile.d/ldap.sh index f74cf534..9404cb84 100644 --- a/etc/profile.d/ldap.sh +++ b/etc/profile.d/ldap.sh @@ -10,7 +10,7 @@ ldap_new_id() { echo $(($max+1)) } -ldap_user_password() { +ldap_new_password() { local pass=$(for i in 0 1 3 4;do slappasswd -gn; done; echo) cat <