phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-users] LDAP -update


From: jason
Subject: Re: [Phpgroupware-users] LDAP -update
Date: Wed, 11 May 2005 00:23:15 -0500
User-agent: KMail/1.7.1

Ah,  I get it.

I seem to be getting a little farther... I changed my settings

I started over created 2 new OUs in openldap

users  and  groups

here are my settings now.

LDAP accounts context:          ou=users,o=greene,c=US
LDAP groups context:    ou=groups,o=greene,c=US
LDAP rootdn:                    cn=manager,o=greene,c=US


The "Default" and "Admins" groups created... 

now it stops here

(a little debugging)
DS=Resource id #23
DN=uid=demo,ou=users,o=greene,c=US
Entry=Array,500,-1,A,8,Demo Account,500,demo,phpgw-created 
account,Demo,Account,{crypt}$1$VleRvdE3$TVmAr9ag91jXWfaN7r4o3/,/home/demo,500
(end debugging)

Warning: ldap_add(): Add: Object class violation 
in /home/htdocs/phpgroupware/phpgwapi/inc/class.accounts_ldap.inc.php on line 
1005
ldap_add FAILED: [65] Object class violation

Adds: uid=demo,ou=users,o=greene,c=US

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

    [phpgwaccountid] => 500
    [phpgwaccountexpires] => -1
    [phpgwaccountstatus] => A
    [phpgwcontactid] => 8
    [cn] => Demo Account
    [uidnumber] => 500
    [uid] => demo
    [description] => phpgw-created account
    [givenname] => Demo
    [sn] => Account
    [userpassword] => {crypt}$1$VleRvdE3$TVmAr9ag91jXWfaN7r4o3/
    [homedirectory] => /home/demo
    [gidnumber] => 500
)



I'm almost there... Please help.

Jason
On Tuesday 10 May 2005 19:16, Chris Weiss wrote:
> the group called "default" in phpgw?
>
> On 5/10/05, jason <address@hidden> wrote:
> > OK I got past that... but Now it keeps trying to create "Default" cn. 
> > Why? Where is it getting "Default"
> >
> > Here is the current error
> >
> > Warning: ldap_add(): Add: Invalid syntax
> > in /home/htdocs/phpgroupware/phpgwapi/inc/class.accounts_ldap.inc.php on
> > line 1005
> > ldap_add FAILED: [21] Invalid syntax
> >
> > Adds: cn=Default,ou=groups,o=greene,c=US
> >
> > Array
> > (
> >     [objectclass] => Array
> >         (
> >             [0] => phpgwGroup
> >             [1] => posixGroup
> >         )
> >
> >     [phpgwgroupID] => 200
> >     [gidnumber] => 200
> >     [cn] => Default
> >     [description] => phpgw-created group
> > )
> >
> > _______________________________________________
> > Phpgroupware-users mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
>
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/phpgroupware-users




reply via email to

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