]> andersk Git - moira.git/commitdiff
added defines for krbmap, pcap, palladium, and new user states
authormar <mar>
Tue, 22 Aug 1989 17:50:06 +0000 (17:50 +0000)
committermar <mar>
Tue, 22 Aug 1989 17:50:06 +0000 (17:50 +0000)
include/moira_site.h

index f564416472284538ce3e8d136ac422f1c28e8c5d..c43ea07f9f4512f0490f4fce02f766df3f7f8cfd 100644 (file)
 #define GLOM_GROUP    5
 #define GLOM_END      6
 
+/* Kerberos/User Map */
+
+#define KMAP_USER      0
+#define KMAP_PRINCIPAL 1
+#define KMAP_END       2
+
 /* General List information Queries. */
 
 #define L_NAME     0
 #define NFS_MODWITH 8
 #define NFS_END     9
 
+/* Printcap queries */
+
+#define PCAP_NAME              0
+#define PCAP_SPOOL_HOST        1
+#define PCAP_SPOOL_DIR 2
+#define PCAP_RPRINTER  3
+#define PCAP_COMMENTS  4
+#define PCAP_MODTIME   5
+#define PCAP_MODBY     6
+#define PCAP_MODWITH   7
+#define PCAP_END       8
+
+/* Palladium queries */
+
+#define PD_NAME                0
+#define PD_IDENT       1
+#define PD_HOST                2
+#define PD_MODTIME     3
+#define PD_MODBY       4
+#define PD_MODWITH     5
+#define PD_END         6
+
 /* PO box infomarion queries */
 
 #define PO_NAME    0
 #define US_NO_PASSWD    2
 #define US_DELETED      3
 #define US_NOT_ALLOWED  4
-#define US_END          5
+#define US_ENROLLED    5
+#define US_ENROLL_NOT_ALLOWED 6
+#define US_END          7
 
 /* User shell queries */
 
This page took 0.033718 seconds and 5 git commands to generate.