Chris wrote: > Forgot to include the output of a simple ldapsearch: > > root at code:~# ldapsearch -b ou=people,dc=domain,dc=com -v -h 192.168.2.50 > 'uid=tlvenn' > ldapsearch: started Sun Feb 15 11:58:20 2009 > > ldap_init( 192.168.2.50, 389 ) > filter pattern: uid=tlvenn > returning: ALL > filter is: (uid=tlvenn) > version: 1 > dn: cn=Tlvenn,ou=people,dc=domain,dc=com > uid: tlvenn > objectClass: inetOrgPerson > sn: xxx > cn: Tlvenn > 1 matches > > so it looks like everything related to ldap works just fine but mod_auth_ldap > with apache... :( > no clue yet, but wondering:
+ if your /var/ldap/ldap_client_file is making your ldapsearch work or your Apache lookup fail + if there is something odd about how Apache/APR-Util is using native Solaris LDAP that breaks this BTW, when you tried Blastwave OpenLDAP, did you build your own Apache that linked with OpenLDAP, or did you use Blastwave's Apache that uses Blastwave's OpenLDAP, or something else?