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)
commitc264bf2ec93037d2a9927c00295fa60c88b7219d
tree562de9e4fb76dbf11ac5252f13574e0a716830a3
parentec4f1e9e2f6c162a475b424d63b9802387ad905e
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
source/lib/util_sid.c
source/param/loadparm.c
source/passdb/passdb.c
source/passdb/pdb_get_set.c
source/passdb/pdb_interface.c
source/utils/pdbedit.c