]> andersk Git - moira.git/commitdiff
output people enrolled in the campus namespace as well
authormar <mar>
Mon, 21 Aug 1989 21:47:43 +0000 (21:47 +0000)
committermar <mar>
Mon, 21 Aug 1989 21:47:43 +0000 (21:47 +0000)
gen/aliases.qc

index 074986d478e07242c5a59d22bfd084b0ecacc0b1..bad45798c4dd80dc347e3bf6eaa107ae0705511e 100644 (file)
@@ -179,7 +179,8 @@ get_info()
     users = create_hash(15000);
 ##  range of u is users
 ##  retrieve (id = u.users_id, name = u.login, type = u.potype,
-##           pid = u.pop_id, bid = u.box_id) where u.status = 1 {
+##           pid = u.pop_id, bid = u.box_id) 
+##     where u.status = 1 or u.status = 5 or u.status = 6 {
        u = (struct user *) malloc(sizeof(struct user));
        strcpy(u->login, strtrim(name));
        u->pobox = (char *) NULL;
This page took 0.157298 seconds and 5 git commands to generate.