[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
OpenLDAP client configuration with CentOS 5.3
- To: openldap-technical@openldap.org
- Subject: OpenLDAP client configuration with CentOS 5.3
- From: Cool The Breezer <techcool.kumar@yahoo.com>
- Date: Fri, 26 Feb 2010 00:08:11 -0800 (PST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1267171691; bh=LkFFTAlGo1CCDuyNN1+u921bM388XOw1HxrPnfM7Nz4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=ElXxU1/2CUWQ+v0XIzPF6Yn0flh6iWkZXqAZDlslzEPMbrQsx4wsIMEta4V69RtQCArSIePF8Sebj0Ci4pJ/3rUO+2eow2pQmBzhBQe3K5TnxtIGv7vxevQ6tuUFGEmo/LmnkGR43+mrjP26GIfQDqvrWNsKSrX7n5CGEhAZwgc=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=ILU+NA2ifAV+axz//qdQkkGN9rhZADR1v5Ydb/7vlzhHVk9W5RnfHUSKKJyX4HAVH670JnbUw3p1XDT2GXYpH+O0E1uz9t5kKAtlzmUBptKdPuf7el1nI/hCSQFEk8BAv8/w2a5iDcETcCwX8PT7vqGIgU5OlzmIqgv64AYBw+0=;
Hi All,
We have a dedicated LDAP server and I would like to configure OpenLDAP client in our linux boxes running on centOS 5.3.
I have installed openldap client and changed /etc/openldap/ldap.conf with folllowing info
BASE dc=my, dc=net
URI ldap://10.122.12.13
But when I try to run ldapsearch, I get following error
SASL/EXTERNAL authentication started
ldap_sasl_interactive_bind_s: Unknown authentication method (-6)
additional info: SASL(-4): no mechanism available:
The objective is anybody having ldap id can login to linux box. At present, I am manually creating individual ids which we want to integrate with LDAP authentication.
I would appreciate your help
- RB