From: zacheiss Date: Wed, 19 Apr 2000 23:16:22 +0000 (+0000) Subject: add support for the nfsgroup column in the lists table. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/a3b35d0802984d8dcf3b063b455081bc6feea078 add support for the nfsgroup column in the lists table. --- diff --git a/include/moira_site.h b/include/moira_site.h index fcd1eb16..97b243b0 100644 --- a/include/moira_site.h +++ b/include/moira_site.h @@ -125,7 +125,7 @@ #define KMAP_PRINCIPAL 1 #define KMAP_END 2 -/* General List information Queries. */ +/* General List information Queries, v3. */ #define L_NAME 0 #define L_ACTIVE 1 @@ -134,13 +134,14 @@ #define L_MAILLIST 4 #define L_GROUP 5 #define L_GID 6 -#define L_ACE_TYPE 7 -#define L_ACE_NAME 8 -#define L_DESC 9 -#define L_MODTIME 10 -#define L_MODBY 11 -#define L_MODWITH 12 -#define L_END 13 +#define L_NFSGROUP 7 +#define L_ACE_TYPE 8 +#define L_ACE_NAME 9 +#define L_DESC 10 +#define L_MODTIME 11 +#define L_MODBY 12 +#define L_MODWITH 13 +#define L_END 14 /* List Member information queries. */