]> git.ipfire.org Git - thirdparty/samba.git/commit
s3/passdb: use winbind_lookup_name_ex() in lookup_name() instead of winbind_lookup_name()
authorRalph Boehme <slow@samba.org>
Thu, 8 Feb 2024 17:20:15 +0000 (18:20 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 26 Jul 2024 10:06:31 +0000 (10:06 +0000)
commit1d6feea6772dbef16a79212416fde44ffd86eeda
tree904683b8057f419a83100b0d7b6cc31291bea852
parent3a13b90ceef28ce655a0f4665a2531f7581d81b6
s3/passdb: use winbind_lookup_name_ex() in lookup_name() instead of winbind_lookup_name()

No change in behaviour, prepares for returning NTSTATUS instead of bool from
lookup_name().

Review-with: git show -w

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/passdb/lookup_sid.c