[Bug #255] [GUI Right - User details] Error updating common name
Bugtracker <[email protected]> Fri, 15 Apr 2005 14:42:51 +0200
| Newsgroups | gmane.mail.qmail.ldap.phpqladmin |
|---|---|
| Message-ID | <[email protected]> |
/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 [email protected] + +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...