Monday, June 23, 2014

[389-commits] Branch '389-ds-base-1.2.11' - ldap/servers

ldap/servers/plugins/uiduniq/7bit.c | 37 +++++++++---------------------------
1 file changed, 10 insertions(+), 27 deletions(-)

New commits:
commit fc67fb8a40a340b8f02e746f1446496d23a3b572
Author: Noriko Hosoi <nhosoi@redhat.com>
Date: Mon Jun 23 14:59:04 2014 -0700

Revert "Ticket #47423 - 7-bit check plugin does not work for userpassword attribute"

This reverts commit 7e7a85f6fb74547f7d2af191db3b4608b39995ab.

This patch should not be in 389-ds-base-1.2.11 branch.

diff --git a/ldap/servers/plugins/uiduniq/7bit.c b/ldap/servers/plugins/uiduniq/7bit.c
index c98d660..f690b4e 100644
--- a/ldap/servers/plugins/uiduniq/7bit.c
+++ b/ldap/servers/plugins/uiduniq/7bit.c
@@ -218,8 +218,7 @@ preop_add(Slapi_PBlock *pb)
{
int result;
char *violated = NULL;
- char *pwd = NULL;
- char *origpwd = NULL;
+
#ifdef DEBUG
slapi_log_error(SLAPI_LOG_PLUGIN, plugin_name, "ADD begin\n");

No comments:

Post a Comment