bugphpGroupWare - Bugs: bug #14029, user creation under ldap is broken

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #14029: user creation under ldap is broken

Submitter:  Dave Hall <skwashd>
Submitted:  Thu 04 Aug 2005 08:44:16 AM UTC
   
 
Category:  API - Admin Item Group:  0.9.16.005
Severity:  4 - Important Priority:  7 - High
Status:  Fixed Privacy:  Public
Assigned to:  fipsfuchs Open/Closed:  Closed
Component Version:  SVN Operating System:  GNU/Linux - Debian
Reproducibility:  None Planned Release:  0.9.16.011+
Fixed Release:  0.9.16-cvs

Thu 04 Aug 2005 11:25:43 PM UTC, comment #3: 

Modified, tested, committed, closed

Dave Hall <skwashd>
Group administrator
Thu 04 Aug 2005 11:14:52 PM UTC, comment #2: 

It can't be closed until the fix is in CVS

Dave Hall <skwashd>
Group administrator
Thu 04 Aug 2005 04:56:52 PM UTC, comment #1: 

I think this bug comes with a new version of a LDAP server.

Patch for HEAD attached. Not tested - sorry - no development environment right now at my place.

Patch is really simple and easy to merge to stable branch.

Cheers, fips

Philipp Kamps <fipsfuchs>
Thu 04 Aug 2005 08:44:16 AM UTC, original submission:  

When trying to create a user I get:

ldap_add FAILED: [65] Object class violation

Adds: uid=user,dc=....

Array
(
    [objectclass] => Array
        (
            [0] => phpgwAccount
            [1] => phpgwContact
            [2] => posixAccount
        )

    [phpgwaccountid] => 601003
    [phpgwaccountexpires] => -1
    [phpgwaccountstatus] => A
    [phpgwcontactid] => 2038
    [cn] => User Name
    [uidnumber] => 601003
    [uid] => user
    [description] => phpgw-created account
    [givenname] => User
    [sn] => Name
    [userpassword] => {crypt}$1$thisShouldBeMD5butItIsFukd2/
    [homedirectory] => /home/user
    [gidnumber] => 601003
)


this is a pretty major problem.

using latest schema and classes

Dave Hall <skwashd>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #3324:  patch.diff added by fipsfuchs (588B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 6 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-08-04 skwashd StatusNone Fixed
    Open/ClosedOpen Closed
    Fixed Release 0.9.16-cvs
2005-08-04 skwashd Open/ClosedClosed Open
2005-08-04 fipsfuchs Attached File- Added patch.diff, #2785
2005-08-04 fipsfuchs Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.15.
Corresponding source code