]> andersk Git - moira.git/commitdiff
Allow USERLIST acls which are just a list of usernames. We have a
authorzacheiss <zacheiss>
Wed, 28 Dec 2005 21:38:00 +0000 (21:38 +0000)
committerzacheiss <zacheiss>
Wed, 28 Dec 2005 21:38:00 +0000 (21:38 +0000)
function to do this already but only print.pc calls it.

gen/acl.pc

index b439e991c0bb12d5c66a852ba7db23e7fe72c877..35942a612f0335447dd3810ea501245a0a8a7c22 100644 (file)
@@ -115,6 +115,8 @@ int main(int argc, char **argv)
                dump_passwd_file(out, lid);
              else if (!strcasecmp(kind, "group"))
                dump_group_file(out, lid);
+             else if (!strcasecmp(kind, "userlist"))
+               dump_user_list(out, "LIST", lid);
            }
 
          tarfile_end(tf);
This page took 0.033401 seconds and 5 git commands to generate.