]> andersk Git - moira.git/commitdiff
updated initial ALIASES database, & changed members to imembers
authormar <mar>
Fri, 2 Feb 1990 15:25:19 +0000 (15:25 +0000)
committermar <mar>
Fri, 2 Feb 1990 15:25:19 +0000 (15:25 +0000)
db/newmoira.qc

index 0e77f3089d49daa87a1721d0c44eafd647e0e1f4..9dfe91fad3b19bd3bdda29772f53f5dbe4d6a064 100644 (file)
@@ -26,9 +26,10 @@ struct alias { char *name;
               char *type;
               char *trans;
           } aliases[] = {
-                  {"ace_type", "TYPE", "USER"},
+                  {"ace_type", "TYPE", "KERBEROS"},
                   {"ace_type", "TYPE", "LIST"},
                   {"ace_type", "TYPE", "NONE"},
+                  {"ace_type", "TYPE", "USER"},
                   {"alias", "TYPE", "FILESYS"},
                   {"alias", "TYPE", "PALLADIUM"},
                   {"alias", "TYPE", "TYPE"},
@@ -39,28 +40,32 @@ struct alias { char *name;
                   {"boolean", "TYPE", "DONTCARE"},
                   {"boolean", "TYPE", "TRUE"},
                   {"class", "TYPE", "STAFF"},
-                  {"class", "TYPE", "1988"},
-                  {"class", "TYPE", "1989"},
                   {"class", "TYPE", "1990"},
                   {"class", "TYPE", "1991"},
                   {"class", "TYPE", "1992"},
+                  {"class", "TYPE", "1993"},
                   {"class", "TYPE", "FACULTY"},
                   {"class", "TYPE", "G"},
                   {"class", "TYPE", "GUEST"},
-                  {"class", "TYPE", "UNKNOWN"},
+                  {"class", "TYPE", "TEST"},
+                  {"class", "TYPE", "SYSTEM"},
                   {"filesys", "TYPE", "ERR"},
                   {"filesys", "TYPE", "FSGROUP"},
                   {"filesys", "TYPE", "NFS"},
                   {"filesys", "TYPE", "RVD"},
+                  {"filesys", "TYPE", "AFS"},
                   {"gaus", "TYPE", "LIST"},
                   {"gaus", "TYPE", "USER"},
                   {"gaus", "TYPE", "RLIST"},
                   {"gaus", "TYPE", "RUSER"},
+                  {"lockertype", "TYPE", "COURSE"},
                   {"lockertype", "TYPE", "HOMEDIR"},
                   {"lockertype", "TYPE", "OTHER"},
                   {"lockertype", "TYPE", "PROJECT"},
                   {"lockertype", "TYPE", "SYSTEM"},
-                  {"lockertype", "TYPE", "UNKNOWN"},
+                  {"mac_type", "TYPE", "MAC"},
+                  {"mac_type", "TYPE", "NEXT"},
+                  {"mac_type", "TYPE", "PMAX"},
                   {"mac_type", "TYPE", "RT"},
                   {"mac_type", "TYPE", "VAX"},
                   {"member", "TYPE", "KERBEROS"},
@@ -79,7 +84,13 @@ struct alias { char *name;
                   {"rmember", "TYPE", "RUSER"},
                   {"rmember", "TYPE", "RKERBEROS"},
                   {"service", "TYPE", "REPLICAT"},
+                  {"service", "TYPE", "REPLICATED"},
                   {"service", "TYPE", "UNIQUE"},
+                  {"slabel", "TYPE", "LPR"},
+                  {"slabel", "TYPE", "KERBEROS"},
+                  {"slabel", "TYPE", "USRLIB"},
+                  {"slabel", "TYPE", "SYSLIB"},
+                  {"slabel", "TYPE", "ZEPHYR"},
                   {"KERBEROS", "TYPEDATA", "string"},
                   {"LIST", "TYPEDATA", "list"},
                   {"NONE", "TYPEDATA", "none"},
@@ -208,7 +219,8 @@ char **argv;
        printf("Unable to install default list\n");
        exit(1);
     }
-##  append members (list_id = 1, member_type = "USER", member_id = 1)
+##  append imembers (list_id = 1, member_type = "USER", member_id = 1,
+##                  ref_count = 1, direct = 1)
     if (ingres_errno) {
        printf("Unable to install default user on default list\n");
        exit(1);
@@ -235,7 +247,8 @@ char **argv;
        printf("Unable to install user %s\n", buffer);
        exit(1);
     }
-##  append members (list_id = 2, member_type = "USER", member_id = 3)
+##  append imembers (list_id = 2, member_type = "USER", member_id = 3,
+##                  ref_count = 1, direct = 1)
     if (ingres_errno) {
        printf("Unable to put user %s on list dbadmin\n", buffer);
        exit(1);
This page took 0.089661 seconds and 5 git commands to generate.