From 4ec53a717f962c30e39958e8a17de61461a529db Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 28 Aug 2009 12:38:08 +0000 Subject: [PATCH] Fixed wrong loggin state. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14160 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../roleManagement/admin/roleManagement/class_roleGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/roleManagement/admin/roleManagement/class_roleGeneric.inc b/gosa-plugins/roleManagement/admin/roleManagement/class_roleGeneric.inc index 6f79e43d9..02d4d3c19 100644 --- a/gosa-plugins/roleManagement/admin/roleManagement/class_roleGeneric.inc +++ b/gosa-plugins/roleManagement/admin/roleManagement/class_roleGeneric.inc @@ -296,7 +296,7 @@ class roleGeneric extends plugin { $ldap->$mode ($this->attrs); if (!$ldap->success()){ msg_dialog::display(_("LDAP error"), msgPool::ldaperror($ldap->get_error(), - $this->dn, LDAP_DEL, get_class())); + $this->dn, LDAP_MOD, get_class())); return (1); } -- 2.30.2