[Kolab-devel] [issue1613] [webadmin] Wrong error message in save user
Tim Gerundt
kolab-issues at intevation.de
Tue Feb 20 16:09:43 CET 2007
New submission from Tim Gerundt <gerundt at montanhydraulik.com>:
There is a wrong error message in admin/user/user.php in line 663 (Kolab 2.1 RC1):
if ( !$errors && !ldap_add($ldap->connection,$newdn, $ldap_object) ) {
array_push($errors, sprintf(_("LDAP Error: Could not rename %1\$s to
%2\$s: %3\$s"), $dn, $newdn,
ldap_error($ldap->connection)));
}
The function adds something to LDAP and DON'T rename something like the error
message says.
Greetings,
Tim Gerundt
----------
messages: 9678
nosy: gerundt
priority: minor bug
status: unread
title: [webadmin] Wrong error message in save user
topic: web admin
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue1613>
________________________________________________
More information about the devel
mailing list