[Bug #255] [GUI Right - User details] Error updating common name

Bugtracker <[email protected]> Tue, 12 Apr 2005 14:18:36 +0200
Newsgroups gmane.mail.qmail.ldap.phpqladmin
Message-ID <[email protected]>
/query.php?bug=255

--- 255	Tue Apr 12 14:18:36 2005
+++ 255.tmp.J7iLbb	Tue Apr 12 14:18:36 2005
@@ -0,0 +1,42 @@
+Bug#       : 255
+Product    : phpQLAdmin
+Version    : 2.2.2
+Status     : NEW
+Priority   : Normal
+Component  : GUI Right - User details
+URL        :
+Assigned To: [email protected]
+Reported By: [email protected]
+Type       : PUBLIC
+
+Summary    : Error updating common name
+
+Comment posted: 2005-04-12 02:18 PM by [email protected]
+
+Trying to change a users common name, this happens:
+
+Change user data for G S
+
+
+We're looping in pql_write.inc:pql_write_mod() (from
+pql_modify_attribute). No point in trying again. I've got errno=65 (Object
+class violation) every time...
+This is the LDIF I'm trying to write to the LDAP server. Please report this
+problem at the bugtracker.
+
+
+
+
+--- DEBUG: pql_modify_attribute() ---
+dn: [email protected],ou=fokom.no,dc=lantrix,dc=no
+replace: gecos
+gecos: Geir Samuelsberg
+replace: objectclass
+objectclass: inetOrgPerson
+objectclass: person
+objectclass: qmailUser
+--- DEBUG ---
+
+It DID update the entry though...
+
+