📄 readme
字号:
$Id: README,v 1.4 2002/01/19 16:38:56 kiavik Exp $Code here is contributed by Christian Gafton who worked (or works?) about PAM in RedHat Inc. What follows is his original README file.I hope to contribute in the near future to this section.- FrancescoREADME for the sample pam_radius_session module for PAM-------------------------------------------------------This is a sample module you can use with the pamified version of the radiusdaemon. His own purpose is to fill your logs with acct packet information ifyou call it with the 'debug' argument. Otherwise, it is silent.Usage:If you want it to be silent, but to be available to the PAM library,configure your /etc/pam.d/radius configuration by adding the session entryfor this module:---- /etc/pam.d/radius ----[... auth and account entries ...]session required /lib/security/pam_radius_session---- ----If you want it verbose:---- /etc/pam.d/radius ----[... auth and account entries ...]session required /lib/security/pam_radius_session debug---- ----Of course, you can modify it to do you SQL database logging, etc. You are onyour own from this moment. :-)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -