phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-users] LDAP


From: Jason Greene
Subject: Re: [Phpgroupware-users] LDAP
Date: Tue, 10 May 2005 11:37:43 -0500

Eric,

That helped... I got past that

Now I'm getting this
Any Ideas?

Warning: ldap_add(): Add: Invalid syntax in
/home/htdocs/phpgroupware/phpgwapi/inc/class.accounts_ldap.inc.php on line
1004
ldap_add FAILED: [21] Invalid syntax

Adds: cn=Default,ou=groups,o=greene,c=US

Array
(
  [objectclass] => Array
      (
          [0] => phpgwGroup
          [1] => posixGroup
      )

  [phpgwgroupID] => 500
  [gidnumber] => 500
  [cn] => Default
  [description] => phpgw-created group
)



Kennedy van Dam Eric writes:

jason a écrit :

I'm new to PHPGW.

I was using Opengroupware and LDAP auth and it was working.

Can someone help me configure PHPGW to use LDAP?

I don't understand these settings
LDAP accounts context:
LDAP groups context:

When I set these to what I think they should be (I've tried other things as
well)

I get this
Warning: ldap_bind(): Unable to bind to server: Invalid credentials
in /home/htdocs/phpgroupware/phpgwapi/inc/class.common.inc.php on line 272
Error: Can't bind to LDAP server: o=greene,c=US!
Error: Error connecting to LDAP server localhost!

Can someone help me out?




Hi,

In my ldap I have two "ou", one is ou=People (containing people
accounts) and one is ou=Groups (containing the groups of users). In the
settings of phpgw, I have put
LDAP accounts context: "ou=People,dc=my,dc=org"
LDAP groups context: "

ou=Groups,dc=my,dc=org"

Hope this will help







reply via email to

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