s3:winbind: Add NDR-based parent-child communication to winbind
[ira/wip.git] / nsswitch / winbind_struct_protocol.h
index 1785c309066f9ea449dab7f1f9dce9a31b48a860..bd144101f2449a5c6c345c4928ff8ce41df77dff 100644 (file)
@@ -169,6 +169,8 @@ enum winbindd_cmd {
        WINBINDD_DUAL_USERINFO,
        WINBINDD_DUAL_GETSIDALIASES,
 
+       WINBINDD_DUAL_NDRCMD,
+
        /* Complete the challenge phase of the NTLM authentication
           protocol using cached password. */
        WINBINDD_CCACHE_NTLMAUTH,
@@ -247,6 +249,7 @@ struct winbindd_request {
                fstring groupname;   /* getgrnam */
                uid_t uid;           /* getpwuid, uid_to_sid */
                gid_t gid;           /* getgrgid, gid_to_sid */
+               uint32_t ndrcmd;
                struct {
                        /* We deliberatedly don't split into domain/user to
                            avoid having the client know what the separator