From: zacheiss Date: Tue, 7 Jul 2009 03:09:30 +0000 (+0000) Subject: Make lists active so they appear in ldap. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/52abd78e29673bebda3484e48d39f1d6a285d3b9 Make lists active so they appear in ldap. --- diff --git a/regtape/stellar.pl b/regtape/stellar.pl index 9a626796..d729460a 100755 --- a/regtape/stellar.pl +++ b/regtape/stellar.pl @@ -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"; } }