[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldapsearch using SASL/GSSAPI - Segmentation fault
- To: OpenLDAP-software@OpenLDAP.org
- Subject: ldapsearch using SASL/GSSAPI - Segmentation fault
- From: Srinivas Cheruku <srinivas.cheruku@gmail.com>
- Date: Thu, 29 Sep 2005 17:11:09 +0530
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=ROAgpqo5CS64YbrLpI7wVjK4scRp5L8i8jjv10N6TtkWSllgkfsygxG7nu2fRBD2yQauOFi/oRYAaaJVaheUDEzzb4MtMeRkj8wM8eZl8G+6wclaQyrrVnonxvp/PLm1P8sypNaxHKdK46svmFwmSIi6RKshnVJoZhhf34PJr44=
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
Hi,
I am getting segmentation fault when try to use SASL/GSSAPI
authentication with OpenLDAP. I am trying to connect to WIN2k3. I am
able to see the service ticket of the LDAP server in the Credential
cache though i get segmentation fault. Please help me to solve this
error. Details are given below
I am using the following
db-4.2.52
cyrus-sasl-2.1.19
krb5-1.4.2
openldap-2.3.7
and have configured as below
db-4.2.52 - ../dist/configure --prefix=/usr/local
cyrus-sasl-2.1.19 - CPPFLAGS="-I/opt/mitkrb5/include"
LDFLAGS="-L/usr/local/lib -L/opt/mitkrb5/lib" ./configure
--without-openssl --disable-digest --with-gss_impl=mit --enable-gssapi
--without-des
openldap-2.3.7 - CPPFLAGS="-I/usr/local/include"
LDFLAGS="-L/usr/local/lib -L/opt/mitkrb5/lib" ./configure
--disable-slapd --without-tls --with-cyrus-sasl
Please find below ldapsearch segfault.
-bash-2.05b$ ldapsearch -b "DC=domain,DC=local" -Y GSSAPI -h
xxx.domain.local
"(samAccountName=test$)" -V
ldapsearch: @(#) $OpenLDAP: ldapsearch 2.3.7 (Sep 29 2005 10:18:54) $
scheruku@yyy.domain.local:/home/scheruku/netjoin/openldap-2.3.7/clients/tools
(LDAP library: OpenLDAP 20307)
SASL/GSSAPI authentication started
SASL username: administrator@DOMAIN.LOCAL
SASL SSF: 56
SASL installing layers
# extended LDIF
#
# LDAPv3
# base <DC=domain,DC=local> with scope subtree
# filter: (samAccountName=test$)
# requesting: ALL
#
Segmentation fault
-bash-2.05b$
Thanks,
Srini