aboutsummaryrefslogtreecommitdiffstats
path: root/apanel.pl
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo@mageia.org>2013-01-04 16:05:27 +0000
committerMatteo Pasotti <matteo@mageia.org>2013-01-04 16:05:27 +0000
commitd518bf66f9630aeb1995e8e3f39a78b9261d9433 (patch)
treecd9d5e1c961de09a343cab9539e6b88c02b68666 /apanel.pl
parent7ccae56fe4372edbda0fe2be84a90141aa9a4bd4 (diff)
downloadmanatools-d518bf66f9630aeb1995e8e3f39a78b9261d9433.tar
manatools-d518bf66f9630aeb1995e8e3f39a78b9261d9433.tar.gz
manatools-d518bf66f9630aeb1995e8e3f39a78b9261d9433.tar.bz2
manatools-d518bf66f9630aeb1995e8e3f39a78b9261d9433.tar.xz
manatools-d518bf66f9630aeb1995e8e3f39a78b9261d9433.zip
- AdminPanel/Privileges.pm: added support to pam / consolehelper
- extras/README: added info to configure pam for apanel - apanel.pl: using pam as default
Diffstat (limited to 'apanel.pl')
-rwxr-xr-xapanel.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apanel.pl b/apanel.pl
index 98838a22..03c59849 100755
--- a/apanel.pl
+++ b/apanel.pl
@@ -30,7 +30,7 @@ my $cmdline = new yui::YCommandLine;
usage() if($cmdline->find("--help") > 0 || $cmdline->find("-h") > 0);
-ask_for_authentication($USE_PKIT) if(require_root_capability());
+ask_for_authentication($USE_CHLP) if(require_root_capability());
my $mainWin = new MainDisplay();
my $launch = $mainWin->start();