summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/authentication.pm2
-rw-r--r--perl-install/install/NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index 823eb7682..cdffd02ea 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -2,7 +2,6 @@ package authentication; # $Id$
use common;
my $ccreds = 1;
-my $conf_file = "/etc/sysconfig/drakauth";
$::real_windowwidth = 700;
$::real_windowheight = 600;
@@ -302,6 +301,7 @@ sub set {
sub set_raw {
my ($net, $authentication, $o_when_network_is_up) = @_;
+ my $conf_file = "$::prefix/etc/sysconfig/drakauth";
my $when_network_is_up = $o_when_network_is_up || sub { my ($f) = @_; $f->() };
enable_shadow() if $authentication->{shadow};
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 139f29a66..1159b4976 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- fix authentication configuration
+
Version 10.35 - 12 June 2008
- adapt to xserver/SecurityPolicy being in /usr