]> andersk Git - moira.git/blobdiff - include/moira_site.h
Command line printer manipulation client, and build goo.
[moira.git] / include / moira_site.h
index f368313a0fed37ee237cbedd8e986cec471e93df..d95c70bb76d3ffeb8558d4c4609b4d07b6c7ee84 100644 (file)
 
 /* General List information Queries, v4. */
 
-#define L_NAME     0
-#define L_ACTIVE   1
-#define L_PUBLIC   2
-#define L_HIDDEN   3
-#define L_MAILLIST 4
-#define L_GROUP    5
-#define L_GID      6
-#define L_NFSGROUP 7
-#define L_ACE_TYPE 8
-#define L_ACE_NAME 9
-#define L_MEMACE_TYPE 10
-#define L_MEMACE_NAME 11
-#define L_DESC     12
-#define L_MODTIME  13
-#define L_MODBY    14
-#define L_MODWITH  15
-#define L_END      16
+#define L_NAME            0
+#define L_ACTIVE          1
+#define L_PUBLIC          2
+#define L_HIDDEN          3
+#define L_MAILLIST        4
+#define L_GROUP           5
+#define L_GID             6
+#define L_NFSGROUP        7
+#define L_MAILMAN         8
+#define L_MAILMAN_SERVER  9
+#define L_ACE_TYPE        10
+#define L_ACE_NAME        11
+#define L_MEMACE_TYPE     12
+#define L_MEMACE_NAME     13
+#define L_DESC            14
+#define L_MODTIME         15
+#define L_MODBY           16
+#define L_MODWITH         17
+#define L_END             18
 
 /* List Member information queries. */
 
 #define SNET_STATUS_PRIVATE_10MBPS   2
 #define SNET_STATUS_PRIVATE_100MBPS  3
 #define SNET_STATUS_PRIVATE_OTHER    4
-#define SNET_STATUS_RESNET           5
+#define SNET_STATUS_RESNET_DORM      5
 #define SNET_STATUS_INFRASTRUCTURE   6
 #define SNET_STATUS_PRIVATE_1000MBPS 7
+#define SNET_STATUS_RESNET_FSILG     8
 
-/* User Information queries, v3 */
+/* User Information queries, v11 */
 
 #define U_NAME    0
 #define U_UID     1
 #define U_COMMENT 10
 #define U_SIGNATURE 11
 #define U_SECURE  12
-#define U_MODTIME 13
-#define U_MODBY   14
-#define U_MODWITH 15
-#define U_CREATED 16
-#define U_CREATOR 17
-#define U_END     18
+#define U_WINHOMEDIR 13
+#define U_WINPROFILEDIR 14
+#define U_SPONSOR_TYPE 15
+#define U_SPONSOR_NAME 16
+#define U_EXPIRATION 17
+#define U_MODTIME 18
+#define U_MODBY   19
+#define U_MODWITH 20
+#define U_CREATED 21
+#define U_CREATOR 22
+#define U_END     23
 
 /* User states (the value of argv[U_STATE] from a user query) */
 
-#define US_NO_LOGIN_YET 0
-#define US_REGISTERED   1
-#define US_NO_PASSWD    2
-#define US_DELETED      3
-#define US_NOT_ALLOWED  4
-#define US_ENROLLED    5
-#define US_ENROLL_NOT_ALLOWED 6
-#define US_HALF_ENROLLED 7
-#define US_END          8
+#define US_NO_LOGIN_YET               0
+#define US_REGISTERED                 1
+#define US_NO_PASSWD                  2
+#define US_DELETED                    3
+#define US_NOT_ALLOWED                4
+#define US_ENROLLED                   5
+#define US_ENROLL_NOT_ALLOWED         6
+#define US_HALF_ENROLLED              7
+#define US_NO_LOGIN_YET_KERBEROS_ONLY 8
+#define US_REGISTERED_KERBEROS_ONLY   9
+#define US_END                       10
 
 /* User shell queries */
 
 /* Container queries */
 
 #define CON_NAME        0
-#define CON_DESCRIPT    1
-#define CON_LOCATION    2
-#define CON_CONTACT     3
-#define CON_OWNER_TYPE  4
-#define CON_OWNER_NAME  5
-#define CON_MEMACE_TYPE 6
-#define CON_MEMACE_NAME 7
-#define CON_MODTIME     8
-#define CON_MODBY       9
-#define CON_MODWITH     10
-#define CON_END         11
+#define CON_PUBLIC      1
+#define CON_DESCRIPT    2
+#define CON_LOCATION    3
+#define CON_CONTACT     4
+#define CON_OWNER_TYPE  5
+#define CON_OWNER_NAME  6
+#define CON_MEMACE_TYPE 7
+#define CON_MEMACE_NAME 8
+#define CON_MODTIME     9
+#define CON_MODBY       10
+#define CON_MODWITH     11
+#define CON_END         12
 
 /* Directories & files used on the server machine: */
 
 #define NODCMFILE      "/etc/nodcm"    /* flag to inhibit DCM running */
 #define MOIRA_MOTD_FILE        "/etc/smsdown"  /* make the server go to sleep */
 
-
-/* If you have a uid between 32000 and 32767, Ultrix will give you a
- * root shell. Oops. This define ought to stay around as long as there
- * are any Athenized Ultrix machines around.
- */
-#define ULTRIX_ID_HOLE
-
-
 #endif /* _moira_site_ */           /* Do not add anything after this line. */
This page took 0.121281 seconds and 4 git commands to generate.