Bug 3942 - passdb packend parameter parsing is inconsistent
Summary: passdb packend parameter parsing is inconsistent
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.23
Hardware: Other Linux
: P3 enhancement
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-18 06:14 UTC by Björn Jacke
Modified: 2006-08-03 09:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Jacke 2006-07-18 06:14:30 UTC
passdb backend = ldapsam:"ldap://127.0.0.1:389"
will lead to error:

smb_ldap_setup_connection: "ldap://127.0.0.1:389"
ldap_initialize: Bad parameter to an ldap routine

while

passdb backend = ldapsam:ldap://127.0.0.1:389

works. At the same time multi-ldap-server setup must look like this:

passdb backend = ldapsam:"ldap://ldap-1 ldap://ldap-2"

This is way to inconsitent IMHO :-)
Comment 1 Gerald (Jerry) Carter (dead mail address) 2006-08-03 09:59:23 UTC
Fixed in SVN.