From 3b8a57e064250c6e46458e69ba156aa5d8c22059 Mon Sep 17 00:00:00 2001 From: Dan Sledz Date: Tue, 10 Feb 2009 13:59:10 -0800 Subject: s3: Implement wbcGetSidAliases * Adds wbcGetSidAliases that calls the lookup_useraliases function. * Updates wbinfo and winbind_util.c to call the new function. * Also added winbind_get_groups helper function. --- nsswitch/winbind_struct_protocol.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nsswitch/winbind_struct_protocol.h') diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index 26e45f3c7f..11b2069c3a 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -143,6 +143,9 @@ enum winbindd_cmd { /* Various group queries */ WINBINDD_GETUSERDOMGROUPS, + /* lookup local groups */ + WINBINDD_GETSIDALIASES, + /* Initialize connection in a child */ WINBINDD_INIT_CONNECTION, -- cgit