* Allow xlock to work with PAM and shadow passwords by passing the
"--enable-bad-pam" option (this suggests that there is a better way, but I haven't found it, except of course not using shadow passwords). svn path=/nixpkgs/trunk/; revision=10986
This commit is contained in:
parent
e75e52f61f
commit
e410f78c90
|
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||||
# Don't try to install `xlock' setuid. Instead, the user should add
|
# Don't try to install `xlock' setuid. Instead, the user should add
|
||||||
# it to `security.extraSetuidPrograms'.
|
# it to `security.extraSetuidPrograms'.
|
||||||
configureFlags =
|
configureFlags =
|
||||||
"--disable-setuid " + "--enable-pam " +
|
"--disable-setuid --enable-pam --enable-bad-pam " +
|
||||||
"--enable-appdefaultdir=$out/lib/X11/app-defaults";
|
"--enable-appdefaultdir=$out/lib/X11/app-defaults";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue