You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
l10n daemon script 2ec84403f3 SVN_SILENT made messages (.desktop file) 10 years ago
applets Merge branch 'Plasma/5.5' 10 years ago
appmenu SVN_SILENT made messages (.desktop file) - always resolve ours 10 years ago
cmake cmake: avoid using pkg_get_variable in FindIsoCodes.cmake 10 years ago
components Merge branch 'Plasma/5.5' 10 years ago
containmentactions SVN_SILENT made messages (.desktop file) - always resolve ours 10 years ago
dataengines [Weather Dataengine] port ion plugins away from KDELibs4Support 10 years ago
doc Fix typo 11 years ago
drkonqi Fix build 10 years ago
freespacenotifier SVN_SILENT made messages (.desktop file) - always resolve ours 10 years ago
kioslave Implement rename() in a way that avoids losing custom icon positions. 10 years ago
klipper Disable fallback session management (requires Qt >= 5.6.0). 10 years ago
krunner Disable fallback session management (requires Qt >= 5.6.0). 10 years ago
ksmserver What exactly was meant by keyPressEvent(QMouseEvent *e)? :-) 10 years ago
ksplash Use new connect api + QStringLiteral 11 years ago
ktimezoned Use new connect api + QStringLiteral 11 years ago
kuiserver [KUIserver] Return the proper value 10 years ago
libkworkspace Use new connect api + QStringLiteral 11 years ago
libtaskmanager Drop usage of Qt4Support 10 years ago
lookandfeel Merge branch 'Plasma/5.5' 10 years ago
menu SVN_SILENT made messages (.desktop file) - always resolve ours 10 years ago
phonon Remove old CMake cruft. 10 years ago
plasma-windowed SVN_SILENT made messages (.desktop file) - always resolve ours 10 years ago
runners [Baloo Runner] Strip filename from subtext 10 years ago
shell Fix showing openGL compatability warning to user 10 years ago
solidautoeject SVN_SILENT made messages (.desktop file) - always resolve ours 11 years ago
soliduiserver SVN_SILENT made messages (.desktop file) - always resolve ours 10 years ago
startkde Remove kwallet-pam integration code 10 years ago
statusnotifierwatcher SVN_SILENT made messages (.desktop file) - always resolve ours 10 years ago
systemmonitor SVN_SILENT made messages (.desktop file) - always resolve ours 10 years ago
themes SVN_SILENT made messages (.desktop file) - always resolve ours 10 years ago
wallpapers [Image Wallpaper] Make color picker visible for all positioning mode. 10 years ago
xembed-sni-proxy Check whether there is any BadWindow error before monitor the event 10 years ago
.arcconfig Add .arcconfig 10 years ago
.reviewboardrc
CMakeLists.txt Update version number for 5.5.95 10 years ago
COPYING
COPYING.DOC
COPYING.LIB
ConfigureChecks.cmake
HACKING
Mainpage.dox
README.pam
config-X11.h.cmake Clean up dependencies after removal of the screenlocker 10 years ago
config-unix.h.cmake
config-workspace.h.cmake Clean up dependencies after removal of the screenlocker 10 years ago
plasma.desktop.cmake SVN_SILENT made messages (.desktop file) 10 years ago
plasmawayland.desktop.cmake SVN_SILENT made messages (.desktop file) 10 years ago

README.pam

KDE can be configured to support the PAM ("Pluggable Authentication 
Modules") system for password checking by the display manager kdm and
by the screen saver kscreensaver (for unlocking the display).

PAM is a flexible application-transparent configurable user-authentication
system found on FreeBSD, Solaris, and Linux (and maybe other unixes).

Information about PAM may be found on its homepage
http://www.kernel.org/pub/linux/libs/pam/
(Despite the location, this information is NOT Linux-specific.)


Known Solaris Issues:
--------------------

For compiling PAM support on Solaris, PAM_MESSAGE_CONST must NOT
be defined. This should now be handled automatically by the
configure script.


Using PAM
---------

By default, PAM is automatically used, if it is found. Use
./configure --without-pam to disable it.

If PAM is found, KDE usually uses the PAM service "kde". You may
override it for all KDE programs by using --with-pam=<service> and/or
individually by using --with-<prog>-pam=<service>, where <prog> is
one of kdm, kcp and kss (for kdm, kcheckpass and kscreensaver).

"make install" will attempt to create suitable service definitions; either
by putting files into /etc/pam.d/ or by adding text to /etc/pam.conf. The
services are just copies of the "login" service.
You may want to edit these definitions to meet your needs.
There are also two example service definitions in this directory -
kde.pamd and kscreensaver.pamd - but don't just copy them!
If the services are misconfigured, you will NOT be able to login via KDM
and/or unlock a locked screen!

If there is ever any doubt about which PAM service a program was
compiled with, it can be determined by examining the PAM-generated
entries in the system log associated with kdm logins or kscreensaver
authentication failures.


PAM configuration files have four types of entries for each service:

type used by kdm used by kscreensaver
---- ----------- --------------------
auth x x
account x
password x
session x

There may be more than one entry of each type. Check existing PAM
configuration files and PAM documentation on your system for guidance as
to what entries to make. If you call a PAM service that is not
configured, the default action of PAM is likely to be denial of service.

Note: kdm implements PAM "session" support, which is not implemented in
certain PAM-aware xdm's that it may be replacing (e.g., the Red Hat
Linux 5.x xdm did not implement it). This may be configured to carry out
actions when a user opens or closes an kdm session, if a suitable PAM
module is available (e.g., mount and unmount user-specific filesystems).

Note 2: Screensavers typically only authenticate a user to allow her to
continue working. They may also renew tokens etc., where supported.
See the Linux PAM Administrators guide, which is part of the PAM
distribution, for more details.