From 3a3009c1116d96a757d351c0f81e29a9887f6c60 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 29 May 2015 20:48:03 -0400 Subject: [PATCH] ldap: Switch to SASL authentication. Assume that root is able to modify user directory entries. --- actions/change-ldap-user-password | 2 +- actions/check-ldap-user-exists | 2 +- actions/create-ldap-user | 2 +- actions/delete-ldap-user | 2 +- actions/rename-ldap-user | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actions/change-ldap-user-password b/actions/change-ldap-user-password index 1fc3b5f6e..27f8c467e 100755 --- a/actions/change-ldap-user-password +++ b/actions/change-ldap-user-password @@ -21,7 +21,7 @@ username="$1" password="$2" -cat <