Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_list
authorAndrew Bartlett <abartlet@samba.org>
Fri, 14 Jun 2002 02:58:03 +0000 (02:58 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 14 Jun 2002 02:58:03 +0000 (02:58 +0000)
commit0d7ac4bc2ca8eea117a0f594880b5aac02f1056d
treeb1fa7e2a227bae1fce246f0d4869a0e4e168d36f
parent0886638844b6ea5253cae217682c680cc7b6cec8
Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_list
rather than a string when configuring mulitple backends.

Also adjust some of the users of get_global_sam_sid() to cope with the fact
that it just might not exist (uninitialised, can't access secrets.tdb).

More places need conversion.

Add some const and remove silly casts.

Andrew Bartlett
(This used to be commit c264bf2ec93037d2a9927c00295fa60c88b7219d)
source3/lib/util_sid.c
source3/param/loadparm.c
source3/passdb/passdb.c
source3/passdb/pdb_get_set.c
source3/passdb/pdb_interface.c
source3/utils/pdbedit.c