phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bug #14029] user creation under ldap is broken


From: Dave Hall
Subject: [Phpgroupware-tracker] [bug #14029] user creation under ldap is broken
Date: Thu, 4 Aug 2005 08:44:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14029>

                 Summary: user creation under ldap is broken
                 Project: phpGroupWare
            Submitted by: skwashd
            Submitted on: Thu 08/04/2005 at 08:44
                Category: API - Admin
              Item Group: 0.9.16.005
                Severity: 4 - Important
                Priority: 7 - High
                  Status: None
                 Privacy: Public
             Assigned to: fipsfuchs
             Open/Closed: Open
       Component Version: CVS
        Platform Version: GNU/Linux - Debian
         Reproducibility: None
         Planned Release: 0.9.16.005+
           Fixed Release: 

    _______________________________________________________

Details:

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






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14029>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]