s3:auth: ignore create_builtin_guests() failing without a valid idmap configuration
commit865538fabaea33741f5fa542dbc3f2e08308c2c1
authorStefan Metzmacher <metze@samba.org>
Wed, 19 Dec 2018 08:38:33 +0000 (19 09:38 +0100)
committerAlexander Bokovoy <ab@samba.org>
Thu, 20 Dec 2018 07:41:25 +0000 (20 08:41 +0100)
tree0fe10397c9dfc8930d6b2aaeba8c6a1640a74770
parent1b263ed631c86bf4117c9388fce3fa1f24cea4c9
s3:auth: ignore create_builtin_guests() failing without a valid idmap configuration

This happens on standalone servers, where winbindd is automatically
started by init scripts if it's installed. But it's not really
used and may not have a valid idmap configuration (
"idmap config * : range" has no default!)

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13697

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
source3/auth/token_util.c