]> andersk Git - moira.git/blobdiff - gen/acl.pc
Allow USERLIST acls which are just a list of usernames. We have a
[moira.git] / 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.030853 seconds and 4 git commands to generate.