Revision 4594c689
Added by Viktor Gurov about 5 years ago
src/etc/rc.bootup | ||
---|---|---|
188 | 188 |
/* start syslogd */ |
189 | 189 |
system_syslogd_start(); |
190 | 190 |
|
191 |
/* set pam shell authentication backend */ |
|
192 |
set_pam_auth(); |
|
193 |
|
|
191 | 194 |
/* Log the RAM disk restore messages. */ |
192 | 195 |
if (file_exists("/var/log/restore_ramdisk_store.boot")) { |
193 | 196 |
exec("logger -f /var/log/restore_ramdisk_store.boot"); |
Also available in: Unified diff
RADIUS authentication via shell/ssh. Implement #10545