]> andersk Git - moira.git/commitdiff
Default authentication for printers to no.
authorzacheiss <zacheiss>
Tue, 27 Mar 2007 15:07:36 +0000 (15:07 +0000)
committerzacheiss <zacheiss>
Tue, 27 Mar 2007 15:07:36 +0000 (15:07 +0000)
clients/moira/printer.c

index 8b0f031c805c5520ccb4326810482577c1f9042b..983305c620c9b28c68b2a03a973e108e54ac9c09 100644 (file)
@@ -68,7 +68,7 @@ static char **SetDefaults(char **info, char *name)
   info[PRN_RM] = strdup("[ANY]");
   info[PRN_RP] = strdup(name);
   info[PRN_RQ] = strdup("[NONE]");
-  info[PRN_KA] = strdup("1");
+  info[PRN_KA] = strdup("0");
   info[PRN_PC] = strdup("10");
   info[PRN_AC] = strdup("[none]");
   info[PRN_LPC_ACL] = strdup("[none]");
This page took 0.110353 seconds and 5 git commands to generate.