From 52abd78e29673bebda3484e48d39f1d6a285d3b9 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Tue, 7 Jul 2009 03:09:30 +0000 Subject: [PATCH] Make lists active so they appear in ldap. --- regtape/stellar.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } -- 2.45.1