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.
 
 
 
 
 
 
Lukáš Tinkl fa2db06359 rectify the order of initialization 12 years ago
applets fix opening a removable drive when the mountpoint contains a space 12 years ago
appmenu SVN_SILENT made messages (.desktop file) 12 years ago
cmake UnixAuth: Change use of MacroPushRequiredVars to CMakePushCheckState. 12 years ago
components fix sycoca query 12 years ago
containmentactions Port to new connect api. Clean forward declaration 12 years ago
dataengines Merge branch 'Plasma/5.1' 12 years ago
doc Make sure KHelpCenter documentation goes to its own subdirectory 12 years ago
drkonqi Use new connect api 12 years ago
freespacenotifier rectify the order of initialization 12 years ago
kglobalaccel Port to new connect api. Fix forward declaration. Fix includes 12 years ago
kioslave Merge branch 'Plasma/5.1' 12 years ago
klipper SVN_SILENT made messages (.desktop file) 12 years ago
krunner Merge branch 'Plasma/5.1' 12 years ago
ksmserver Merge branch 'Plasma/5.1' 12 years ago
ksplash get rid of lookandfeelaccess 12 years ago
ktimezoned convert to new connect api 12 years ago
kuiserver Remove kdelibs4support 12 years ago
libkworkspace Port to new connect api. Remove not necessary includes moc 12 years ago
libtaskmanager Expose new instance launching. 12 years ago
lookandfeel Merge branch 'Plasma/5.1' 12 years ago
menu Merge branch 'Plasma/5.1' 12 years ago
phonon Merge branch 'Plasma/5.1' 12 years ago
plasma-windowed SVN_SILENT made messages (.desktop file) 12 years ago
runners Merge branch 'Plasma/5.1' 12 years ago
shell Merge branch 'Plasma/5.1' 12 years ago
solidautoeject no need for kdelibs4support 12 years ago
soliduiserver drop some deprecated stuff, code cleanups 12 years ago
startkde port to the correct HAVE_X11 define 12 years ago
statusnotifierwatcher Port to new connect api. Fix forward declaration. Fix includes 12 years ago
systemmonitor Merge branch 'Plasma/5.1' 12 years ago
themes SVN_SILENT made messages (.desktop file) 12 years ago
wallpapers don't consider packages without images 12 years ago
.reviewboardrc add .reviewboardrc file 12 years ago
CMakeLists.txt Move ksplash kcm to plasma-desktop with all the other KCMs 12 years ago
COPYING Initial import from the monolithic kde-workspace. 12 years ago
COPYING.DOC Initial import from the monolithic kde-workspace. 12 years ago
COPYING.LIB Initial import from the monolithic kde-workspace. 12 years ago
ConfigureChecks.cmake Adjust KSMServer to renamed KWin binary 12 years ago
HACKING Initial import from the monolithic kde-workspace. 12 years ago
Mainpage.dox Initial import from the monolithic kde-workspace. 12 years ago
README.pam Initial import from the monolithic kde-workspace. 12 years ago
config-X11.h.cmake Initial import from the monolithic kde-workspace. 12 years ago
config-unix.h.cmake Remove unused cmake define 12 years ago
config-workspace.h.cmake use standard way to set version numbers in Plasma 12 years ago
plasma.desktop.cmake Merge branch 'Plasma/5.1' 12 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.