s3/winbindd: Add new parse_domain_user function
authorNoel Power <noel.power@suse.com>
Fri, 20 Oct 2023 10:46:56 +0000 (11:46 +0100)
committerNoel Power <npower@samba.org>
Tue, 24 Oct 2023 12:43:37 +0000 (12:43 +0000)
commitd4341d4884244b6dbc7cce8f0ef150964fcacc86
tree7339579c817bebf5d810ea285911b8821b4b2fd5
parent87a919082b9981b6dfac1b99f8982c01a19931d5
s3/winbindd: Add new parse_domain_user function

Adds a new parse_domain_user function which doesn't use fstrings
but instead uses talloc allocated out strings (created from passed in
ctx)

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/winbindd/winbindd_proto.h
source3/winbindd/winbindd_util.c