Differences
This shows you the differences between two versions of the page.
documentation:2.1:authpam [2019/01/15 15:55] |
documentation:2.1:authpam [2019/01/15 15:55] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== PAM ====== | ||
+ | |||
+ | ^ Authentication | ||
+ | | ✔ | | | | ||
+ | |||
+ | ===== Presentation ===== | ||
+ | |||
+ | LL::NG can use [[https:// | ||
+ | |||
+ | ===== Configuration ===== | ||
+ | |||
+ | ==== Install Authen::PAM ==== | ||
+ | |||
+ | You have to install the corresponding Perl module. | ||
+ | |||
+ | For CentOS/ | ||
+ | <code shell> | ||
+ | yum install perl-Authen-PAM | ||
+ | </ | ||
+ | |||
+ | In Debian/ | ||
+ | <code shell> | ||
+ | apt-get install libauthen-pam-perl | ||
+ | </ | ||
+ | |||
+ | ==== Configuration of LemonLDAP:: | ||
+ | |||
+ | In Manager, go in '' | ||
+ | |||
+ | <note tip>You can then choose any other module for users and password.</ | ||
+ | |||
+ | Then, go in '' | ||
+ | * **Authentication level**: authentication level for PAM module | ||
+ | * **PAM service**: the PAM service to use //(default: login)// | ||