This adds winbind-generated groups showing up in 'getent group'. It is not
[samba.git] / source / nsswitch / winbindd.h
index 7c8e6256e15d51ad5e4603f724e498a12627d5d2..340ea07733743eac4d24462426f76ef436e7e0af 100644 (file)
@@ -48,6 +48,11 @@ struct winbindd_cli_state {
        struct winbindd_response response;        /* Respose to client */
        struct getent_state *getpwent_state;      /* State for getpwent() */
        struct getent_state *getgrent_state;      /* State for getgrent() */
+
+       /* Local groups for getgrent() */
+       char **local_group_names;
+       int num_local_group_names;
+       int local_group_ndx;
 };
 
 /* State between get{pw,gr}ent() calls */