]> andersk Git - moira.git/commitdiff
fix typo in get_ace_use. (This, plus the addition of `gaus TYPE KERBEROS'
authordanw <danw>
Thu, 3 Jul 1997 08:27:13 +0000 (08:27 +0000)
committerdanw <danw>
Thu, 3 Jul 1997 08:27:13 +0000 (08:27 +0000)
and `gaus TYPE RKERBEROS' aliases, allows get_ace_use to be used on
kerberos principals in addition to users and lists.)

server/qsupport.pc

index 533059285818e0c88f47428506d8917bda7e491f..e90299b7d4a6d7e590353df4b0394933960874a4 100644 (file)
@@ -585,7 +585,7 @@ int get_ace_use(q, argv, cl, action, actarg)
          found++;
     }
 
-    if (!strcmp(atype, "RKERBERO")) {
+    if (!strcmp(atype, "RKERBEROS")) {
        EXEC SQL DECLARE csr109 CURSOR FOR
          SELECT list_id FROM imembers
            WHERE member_type='KERBEROS' AND member_id = :aid;
This page took 0.064944 seconds and 5 git commands to generate.