public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* keyring API, pam and user space
@ 2005-02-15 18:33 Steve French
  0 siblings, 0 replies; only message in thread
From: Steve French @ 2005-02-15 18:33 UTC (permalink / raw)
  To: linux-kernel

As I was trying to decipher the kernel keyring API this morning, I 
noticed the gnome-keyring/gnom-keyring manager which I thought might 
have already implemented a pam module to store logon info 
(userid/password at a minimum) in the kernel keyring (could avoid the 
need for prompting for the users password in the mount utility - and 
could better impement "multiuser mounts" across the network ie if I can 
get at the password and username in kernel for a particular uid I could 
automatically setup and usie the correct authenticated session for each 
uid on the client without user intervention if the client is configured 
for that).  We do have a quick and dirty pam module for storing the 
passwords via the kernel keyring API but it is a little ugly since we 
could not find a good header with the syscalls etc. already defined.

Unfortunately in grepping through the current gnome-keyring and 
gnome-keyring-manager code from ftp://ftp.gnome.org/pub/GNOME/sources I 
don't see any calls to the kernel API in the gnome keyring code so I 
doubt that the gnome keyring would be any help.  Has there been any work 
to integrate user space tools (pam helper, keyring GUI and libs) with 
the relatively new kernel keyring code?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-15 18:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-15 18:33 keyring API, pam and user space Steve French

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox