Maakt Slackware nu al gebruik van PAM?
Zoniet, wanneer dan wel?
Dank bij voorbaat.
Zoniet, wanneer dan wel?
Dank bij voorbaat.
"Een serveradmin, voluit een serveradministrator, is dan weer een slavenbeheerder oftewel een slavendrijver" - Rataplan
Verwijderd
Don't try... do. Or do not. There is no try. -- Master Yoda
Heh.. ik heb nooit 'ff' gezegdWilke schreef op 05 november 2002 @ 23:55:
Mwah, 'ff uitrollen' zal wel tegenvallen...maar het kan ongetwijfeld
Don't try... do. Or do not. There is no try. -- Master Yoda
Verwijderd
http://www.kernel.org/pub/linux/libs/pam/FAQQ0: What exactly is PAM?
PAM = Pluggable Authentication Modules
Basically, it is a flexible mechanism for authenticating users.
Since the beginnings of UNIX, authenticating a user has been accomplished
via the user entering a password and the system checking if the entered
password corresponds to the encrypted official password that is stored
in /etc/passwd . The idea being that the user *is* really that user if
and only if they can correctly enter their secret password.
That was in the beginning. Since then, a number of new ways of
authenticating users have become popular. Including more complicated
replacements for the /etc/passwd file, and hardware devices Smart cards
etc..
The problem is that each time a new authentication scheme is developed, it
requires all the necessary programs (login, ftpd etc...) to be rewritten to
support it.
PAM provides a way to develop programs that are independent of
authentication scheme. These programs need "authentication modules" to be
attatched to them at run-time in order to work. Which authentication module
is to be attatched is dependent upon the local system setup and is at the
discretion of the local system administrator.
Ja en nee... er kunnen meerdere modules gebruikt worden voor één 'authenticatieslag'. De gebruiker beslist niet welke module(s) er gebruikt worden, dit staat per programma gedefiniëerd in de config files.Eärendil schreef op 07 november 2002 @ 01:02:
Dus als ik het goed begrijp zorgt PAM ervoor dat een programma voor verschillende authenticatie methoden een interface kan gebruiken, en dan iets vraagt als 'is dit een geldige gebruiker', en dat de sysadmin/gebruiker dan kan kiezen welke module er gebruikt wordt?
Don't try... do. Or do not. There is no try. -- Master Yoda