]> andersk Git - moira.git/commitdiff
Make lists active so they appear in ldap.
authorzacheiss <zacheiss>
Tue, 7 Jul 2009 03:09:30 +0000 (03:09 +0000)
committerzacheiss <zacheiss>
Tue, 7 Jul 2009 03:09:30 +0000 (03:09 +0000)
regtape/stellar.pl

index 9a6267964663f77cd61d3337125787434ddd7447..d729460afe5cfc07c3bb01be81e7fe933b396908 100755 (executable)
@@ -155,7 +155,7 @@ sub check_list {
     my ( $name, $owner, $export, $desc ) = @_;
     if (!$lists{$name}) {
         print LOG "Creating $name\n";
-        print MRTEST "qy alis $name 0 0 1 $export $export \"create unique GID\" 0 0 [NONE] LIST $owner NONE NONE \"$desc\"\n";
+        print MRTEST "qy alis $name 1 0 1 1 $export \"create unique GID\" 0 0 [NONE] LIST $owner NONE NONE \"$desc\"\n";
     }
 }
 
This page took 0.039539 seconds and 5 git commands to generate.