]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/winbind_util: Add winbind_xid_to_sid for --without-winbind
authorChristof Schmitt <cs@samba.org>
Tue, 5 Mar 2019 18:56:49 +0000 (11:56 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 6 Mar 2019 01:53:16 +0000 (01:53 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13813

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Mar  6 01:53:16 UTC 2019 on sn-devel-144

source3/lib/winbind_util.c

index d8c567175a86c6f0a2f0b0b68a04bd0f488f39b9..7e3f8ab9eb81c2a98eca3f3b2a49f606aff42bcc 100644 (file)
@@ -353,6 +353,13 @@ bool winbind_sid_to_gid(gid_t *pgid, const struct dom_sid *sid)
        return false;
 }
 
+/* Call winbindd to convert uid or gid to SID */
+
+bool winbind_xid_to_sid(struct dom_sid *sid, const struct unixid *xid)
+{
+       return false;
+}
+
 /* Check for a trusted domain */
 
 wbcErr wb_is_trusted_domain(const char *domain)