changes to passdb backend defaults in 3.0 alpha21

Steve Langasek vorlon at netexpress.net
Fri Dec 20 16:43:01 GMT 2002


The following code appears in source/params/loadparm.c from 3.0alpha21:

#ifdef WITH_LDAP_SAMCONFIG
        string_set(&Globals.szLdapServer, "localhost");
        Globals.ldap_port = 636;
        Globals.szPassdbBackend = str_list_make("ldapsam unixsam", NULL);
#else
        Globals.szPassdbBackend = str_list_make("smbpasswd unixsam", NULL);
#endif /* WITH_LDAP_SAMCONFIG */

Would it be possible to revert this change with respect to the 'passdb
backend' default?  This is a very awkward default for packagers who wish
to enable LDAP support in their binaries, but still need to serve the
needs of users who are not (yet) using LDAP.

Thanks,
-- 
Steve Langasek
postmodern programmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20021220/386a55f1/attachment.bin


More information about the samba-technical mailing list