Discussion:
[Bug #255] [GUI Right - User details] Error updating common name
Bugtracker
2005-04-12 12:18:36 UTC
Permalink
/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: ***@bayour.com
+Reported By: ***@lantrix.no
+Type : PUBLIC
+
+Summary : Error updating common name
+
+Comment posted: 2005-04-12 02:18 PM by ***@lantrix.no
+
+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: mail=***@fokom.no,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...
+
+
Bugtracker
2005-04-15 12:42:51 UTC
Permalink
/query.php?bug=255

--- 255 Fri Apr 15 14:42:51 2005
+++ 255.tmp.2eUdMO Fri Apr 15 14:42:51 2005
@@ -1,7 +1,7 @@
Bug# : 255
Product : phpQLAdmin
Version : 2.2.2
-Status : NEW
+Status : ASSIGNED
Priority : Normal
Component : GUI Right - User details
URL :
@@ -39,4 +39,17 @@

It DID update the entry though...

+
+Comment posted: 2005-04-15 02:42 PM by ***@bayour.com
+
+The problem here is that neither of the object classes you have in the
+object allows/requires the gecos attribute - you need the posixAccount
+object class for this.
+
+Now, the bug (from phpQLAdmin point of view) is that it's trying to FORCE a
+modify/add of the gecos attribute. I've had a LOT of trouble with this (it's
+number two on the important TODO list!) but there's very little I can do
+(that I know of).
+
+I'll see if I can solve this specific problem though...
Bugtracker
2005-04-15 12:49:51 UTC
Permalink
/query.php?bug=255

--- 255 Fri Apr 15 14:49:51 2005
+++ 255.tmp.tBL8Bk Fri Apr 15 14:49:51 2005
@@ -53,3 +53,9 @@

I'll see if I can solve this specific problem though...

+Comment posted: 2005-04-15 02:49 PM by ***@lantrix.no
+
+So if I add the posixAccount class it'll be ok? Any idea if this objectclass
+has any requirements?
+
+
Bugtracker
2005-04-15 13:02:15 UTC
Permalink
/query.php?bug=255

--- 255 Fri Apr 15 15:02:15 2005
+++ 255.tmp.1ygLLs Fri Apr 15 15:02:15 2005
@@ -59,3 +59,12 @@
has any requirements?


+Comment posted: 2005-04-15 03:02 PM by ***@bayour.com
+
+<a href="/showattachment.php/41/phpQLAdmin-255.patch">Created an attachment (id=41)</a>
+
+
+Comment posted: 2005-04-15 03:02 PM by ***@bayour.com
+
+Description of attachment #41: Only change gecos if it already exists
+
Bugtracker
2005-04-15 13:03:45 UTC
Permalink
/query.php?bug=255

--- 255 Fri Apr 15 15:03:45 2005
+++ 255.tmp.S3LYI9 Fri Apr 15 15:03:45 2005
@@ -1,7 +1,9 @@
Bug# : 255
Product : phpQLAdmin
Version : 2.2.2
-Status : ASSIGNED
+Status : RESOLVED
+Resolution : FIXED
+Fixed Ver : 2.2.3/CVS
Priority : Normal
Component : GUI Right - User details
URL :

Loading...