WebGUI
      Click here to register.
      
PBWG Banner

PAM Authentication Plugin (Use System Login)

User: Spiderman
Date: 8/12/2005 2:51 pm
Views: 4773
Rating: 27    Rate [
|
]

To install:
  1. Install Authen::PAM from CPAN or use a package (Debian has one)
  2. Untar the archive to your webgui base directory
  3. Insert docs/auth_pam.sql into your database
  4. Edit etc/WebGUI.conf and activate the PAM module
  5. Set the Group that is needed to login (via the GUI)
  6. Set the PAM Service to use (in the GUI). You should create a file for the service under /etc/pam.d/
    It should be similar to this:
    auth required pam_unix.so
    account required pam_unix.so
    password required pam_unix.so
    session required pam_unix.so
You are ready to authenticate your users against their System Password. But you still have to create them first, or let them register themselves.


Replies

Error
User: AT
Date: 8/12/2005 2:51 pm
Rating: 19    Rate [
|
]
Status: Approved

For what version of WebGUI is designed this object???... Because I have installed in 5.5.4 and get the following error message when try to activate the PAM authentication for a user.......

Can't call method "disconnect" on an undefined value at ../lib/WebGUI/Session.pm line 226.

 


PreviousBackNext