i get the following error
[root@PROXY2 ~]# /usr/lib/squid/squid_ldap_auth -b "ou=people,dc=cbsl,dc=lk"
-f "uid=%s" -d
gayanku cbsl
user filter 'uid=gayanku', searchbase 'ou=people,dc=cbsl,dc=lk'
squid_ldap_auth: ../../../libraries/libldap/search.c:189: ldap_search:
Assertion `ld != ((void *)0)' failed.
Aborted
My LDAP contants are as follows
-------------------------------------
[root@PROXY2 data]# ldapsearch -x -b "dc=cbsl,dc=lk"
# extended LDIF
#
# LDAPv3
# base <dc=cbsl,dc=lk> with scope sub
# filter: (objectclass=*)
# requesting: ALL
#
# cbsl.lk
dn: dc=cbsl,dc=lk
dc: cbsl
objectClass: dcObject
objectClass: organization
o: Central Bank, Srilanka
# people, cbsl.lk
dn: ou=people,dc=cbsl,dc=lk
objectClass: organizationalUnit
ou: people
# groups, cbsl.lk
dn: ou=groups,dc=cbsl,dc=lk
objectClass: organizationalUnit
ou: groups
# gayanku, people, cbsl.lk
dn: uid=gayanku,ou=people,dc=cbsl,dc=lk
objectClass: inetOrgPerson
uid: gayanku
cn: Gayan Kulatilleke
sn: Gayanku
userPassword:: Y2JzbA==
# search result
search: 2
result: 0 Success
# numResponses: 5
# numEntries: 4
=================
can some one help with what the problem might be?
-- View this message in context: http://www.nabble.com/squid_ldap_auth--giving-an-Assertion-falure-tp15950669p15950669.html Sent from the Squid - Users mailing list archive at Nabble.com.Received on Mon Mar 10 2008 - 04:25:51 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Apr 01 2008 - 13:00:05 MDT