diff options
-rw-r--r-- | source3/printing/nt_printing.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index 3a40fdceab..bdc9e54a07 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -1609,11 +1609,13 @@ static SEC_DESC_BUF *construct_default_printer_sdb(void) on the PDC of the domain. */ if (!winbind_lookup_name("Administrator", &owner_sid, &name_type)) { - return NULL; /* Doh */ + /* + * Backup - make owner the everyone sid. This may be a security + * hole for print control .... check. JRA. + */ + sid_copy( &owner_sid, &global_sid_World); } - - /* The ACL revision number in rpc_secdesc.h differs from the one created by NT when setting ACE entries in printer descriptors. NT4 complains about the property being edited by a |