search for: lp_guest_only

Displaying 1 result from an estimated 1 matches for "lp_guest_only".

2011 Mar 18
1
[PATCH] s3: Add "spoolss backchannel" parameter
...ription> +<value type="default">yes</value> +</samba:parameter> diff --git a/source3/include/proto.h b/source3/include/proto.h index ef80b92..3b0f28b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4186,6 +4186,7 @@ bool lp_guest_ok(int ); bool lp_guest_only(int ); bool lp_administrative_share(int ); bool lp_print_ok(int ); +bool lp_spoolss_backchannel(int ); bool lp_map_hidden(int ); bool lp_map_archive(int ); bool lp_store_dos_attributes(int ); diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 76e2303..d88327e 100644 --- a/s...