Hi,
So, I'm setting ldap.....
- have it successfully authenticating. LDAP Connection Sucessfull
011-10-05T15:32:22-04:00 /ajaxdata.php ldapOpen
2011-10-05T15:32:22-04:00 /ajaxdata.php LDAP TYPE: OPENLDAP
2011-10-05T15:32:22-04:00 /ajaxdata.php LDAP URL: ldap://192.168.1.10:389
i'm using clearOS which encapsulates many apps -- something like windows SBS.
it has a web Interface to setup the system
ldap setup as follows:
LDAP Base DN dc=davenportgroup,dc=local
LDAP Bind DN cn=manager,cn=internal,dc=davenportgroup,dc=local
LDAP Bind Password: xxxxxxxxxxxxxxxx
I created usergroups in clearos as:
situsers
sitadmin
sitcustomers
sitmanagers
in SIT LDAP settings, i have been trying various settings such as:
LDAP Base DN: dc=davenportgroup,dc=local
LDAP group for SIT users: cn=situsers,ou=davenportgroup,o=local
LDAP Customer Group: cn=sitcustomers,ou=davenportgroup,o=local
which yields the following errors:
2011-10-05T15:42:01-04:00 /srv/www/htdocs/sit/auto.php ERROR: Warning ldap_search(): Search: No such object in /srv/www/htdocs/sit/auto.php at line 764
2011-10-05T15:42:01-04:00 /srv/www/htdocs/sit/auto.php ERROR: Warning ldap_count_entries() expects parameter 2 to be resource, boolean given in /srv/www/htdocs/sit/auto.php at line 765
2011-10-05T15:42:01-04:00 /srv/www/htdocs/sit/auto.php ERROR: Application Notice Group cn=sitmanagers,ou=davenportgroup,o=local not found in LDAP in /srv/www/htdocs/sit/auto.php at line 767
2011-10-05T15:42:01-04:00 /srv/www/htdocs/sit/auto.php ERROR: Warning ldap_search(): Search: No such object in /srv/www/htdocs/sit/auto.php at line 764
2011-10-05T15:42:01-04:00 /srv/www/htdocs/sit/auto.php ERROR: Warning ldap_count_entries() expects parameter 2 to be resource, boolean given in /srv/www/htdocs/sit/auto.php at line 765
2011-10-05T15:42:01-04:00 /srv/www/htdocs/sit/auto.php ERROR: Application Notice Group cn=situsers not found in LDAP in /srv/www/htdocs/sit/auto.php at line 767
2011-10-05T15:42:01-04:00 /srv/www/htdocs/sit/auto.php CONTACTS
2011-10-05T15:42:01-04:00 /srv/www/htdocs/sit/auto.php ERROR: Warning ldap_search(): Search: No such object in /srv/www/htdocs/sit/auto.php at line 885
2011-10-05T15:42:01-04:00 /srv/www/htdocs/sit/auto.php ERROR: Warning ldap_count_entries() expects parameter 2 to be resource, boolean given in /srv/www/htdocs/sit/auto.php at line 886
2011-10-05T15:42:01-04:00 /srv/www/htdocs/sit/auto.php ERROR: Application Notice No contact group found in LDAP in /srv/www/htdocs/sit/auto.php at line 888
i can seem to figure out what to define.
any help appreciated
Thanks,Johnny


