PDA

View Full Version : PAM using for a User managment in a GUI program


ritchie-w
April 10th, 2009, 04:18 AM
Hi,

is it possible to use the existing KUser - Usermanagement for his own program.

I still try to use the Linux-PAM library for my user management of my own program, but only the actual ubuntu user is working.

All other users are not working (not the actual login user).

I would like to have the following:

My application is running under the user "ritchie"
and inside of my application i would like to use other users
of the KUser Managment to control functions inside of my program.

Up to now, i do not know i this can work with pam .

Thanks for any help

Ritchie-w