Hello, I'm trying to get SAMBA (v 3.0.1) to use my LDAP server but don't seem to be getting very far. Here's what's being logged when I try to join the domain (Sambe is acting as a PDC). 2004/02/17 12:05:03, 0] lib/smbldap.c:smbldap_search_suffix(1077) smbldap_search_suffix: Problem during the LDAP search: (unknown) (Invalid credentials) [2004/02/17 13:06:36, 0] lib/smbldap.c:fetch_ldap_pw(256) fetch_ldap_pw: neither ldap secret retrieved! [2004/02/17 13:06:36, 0] lib/smbldap.c:smbldap_connect_system(741) ldap_connect_system: Failed to retrieve password from secrets.tdb [2004/02/17 13:06:36, 1] lib/smbldap.c:smbldap_retry_open(890) Connection to LDAP Server failed for the 1 try! [2004/02/17 13:07:42, 0] lib/smbldap.c:smbldap_search_suffix(1077) smbldap_search_suffix: Problem during the LDAP search: (unknown) (Invalid credentials) Help please!
On Wed, 2004-02-18 at 19:46, Rohan Gilchrist wrote:> Hello, > > I'm trying to get SAMBA (v 3.0.1) to use my LDAP server but don't seem to be getting > very far. > > Here's what's being logged when I try to join the domain (Sambe is acting as a PDC). > > 2004/02/17 12:05:03, 0] lib/smbldap.c:smbldap_search_suffix(1077) > smbldap_search_suffix: Problem during the LDAP search: (unknown) (Invalid credentials) > [2004/02/17 13:06:36, 0] lib/smbldap.c:fetch_ldap_pw(256) > fetch_ldap_pw: neither ldap secret retrieved! > [2004/02/17 13:06:36, 0] lib/smbldap.c:smbldap_connect_system(741) > ldap_connect_system: Failed to retrieve password from secrets.tdb > [2004/02/17 13:06:36, 1] lib/smbldap.c:smbldap_retry_open(890) > Connection to LDAP Server failed for the 1 try! > [2004/02/17 13:07:42, 0] lib/smbldap.c:smbldap_search_suffix(1077) > smbldap_search_suffix: Problem during the LDAP search: (unknown) (Invalid credentials)---- smbpasswd -w LDAP_SECRET LDAP_SECRET is the password that the rootdn specified in smb.conf should be using. This is clearly your problem - Invalid credentials Craig
Thanks for those who have replied to my oringinal problem, however it would appear that I'm still having problems. I'm now seeing the following error... [2004/02/19 17:17:36, 1] lib/smbldap.c:smbldap_retry_open(890) Connection to LDAP Server failed for the 1 try! [2004/02/19 17:17:36, 0] lib/smbldap.c:smbldap_search_suffix(1077) smbldap_search_suffix: Problem during the LDAP search: (unknown) (Inappropriate authentication) Anyone know what's going on here?