From 8e924ee10046957b8a765d3fb8395ba478ba6f80 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Fri, 12 Mar 2004 11:45:51 +0000 Subject: fix typo error in bn_pwd --- kolab_wizard/Kolab.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm index efab5d30..45b727cc 100755 --- a/kolab_wizard/Kolab.pm +++ b/kolab_wizard/Kolab.pm @@ -150,7 +150,7 @@ $o->{var}{password} close F; substInFile { - s/bind_pw :.*/bind_pw : $o-{var}{password}/; + s/bind_pw :.*/bind_pw : $o->{var}{password}/; } $kolab_config ; system("chkconfig --level 35 $_ off") foreach qw(ldap saslauthd cyrus-imapd httpd postfix); -- cgit v1.2.1