s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_init
authorMichael Adam <obnox@samba.org>
Fri, 20 Nov 2009 11:44:43 +0000 (12:44 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 20 Nov 2009 12:17:23 +0000 (13:17 +0100)
commit7153200f21e1f30ba0ca7d629cc2c4e187ba605f
treecb8c3008eec64b0c32611ee48e327075a2ac7896
parent6a59db9a2e4c1552bbdd1531b602661d6e199829
s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_init

When idmap backend is specified as
idmap backend = ldap:"ldap://server1 ldap://server2"
then currently "ldap://server1 ldap://server2" was passed to
ldap_initialize including the quotes, leading to an ldap error.

Michael
source3/winbindd/idmap_ldap.c