[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
samba ldap
- To: openldap-technical@openldap.org
- Subject: samba ldap
- From: Kaushal Shriyan <kaushalshriyan@gmail.com>
- Date: Tue, 27 Oct 2009 14:58:12 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=lkVNOB/6pa5xQvU9jnfI4+5QYHoenhkh75QeUx3N4tQ=; b=Qywy9l6BxMrxEHvJxlDHjOzC8jnV6wivzPop8dg+TiMRNCTbdtHLzXaxfSh3Diywfh AQ7zd4vwTY94ZSDv35EHohy8reA47IAJ5a7YHp4cjrNmrPrp9L0w2or+5YKkM/UhwYza K9OcVLAt0aCj7SiMaKIyYSGB7LY0a7UmLv6ak=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=wn2uHzC+MNStlvWYTD0jWfDU7KD8w/Tdwf4IyiO3s3QBLmkE0+N0DxoLbGZqcIBbcK 2fymIghWf48J9zzm0/1PaK/tLSAH4BVmAR0QX41EOp6I7QXhXPaTdsVvCfWr6xGGu+4y FFbMTO0LEWVsDRU9FGLbB4hHHM295IbdIyYaA=
Hi,
I am following https://help.ubuntu.com/8.10/serverguide/C/samba-ldap.html
and ldap works perfectly fine.
I have issues with connecting to ldap from samba.
I get
[2009/10/27 12:37:28, 1] lib/smbldap.c:another_ldap_try(1153)
Connection to LDAP server failed for the 9 try!
[2009/10/27 12:37:29, 2] lib/smbldap.c:smbldap_open_connection(786)
smbldap_open_connection: connection opened
[2009/10/27 12:37:29, 2] lib/smbldap.c:smbldap_connect_system(982)
failed to bind to server ldap://localhost/ with
dn="cn=admin,dc=mt,dc=webaroo,dc=com" Error: Can't contact LDAP server
(unknown)
I have ldapserver running on the same server as samba server is
running. when i run ldapsearch -x -H ldaps://localhost. I am able to
see the user details.
Please let me know if anyone needs configs and additional information.
Also when i run smbldap-populate, i get
http://paste.ubuntu.com/302630/
Thanks,
Kaushal