Closed zhongpingqian closed 3 months ago
use the disposition for tac_plus-ng ,login NAS "shell login denied by ACL", please answer.
Hi,
your configuration lacks any "ruleset" statements, so it's no surprise that doesn't work. Please have a closer look at the -ng sample configurations. Rule sets are not optional, but mandatory.
Cheers,
Marc
my disposition
!../../../sbin/tac_plus-ng
id = spawnd { background = no listen { port = 49 } spawn { instances min = 1 instances max = 32 } }
id = tac_plus-ng { log mysyslog { destination = /var/log/tac_log/access.log } log accesslog { destination = /var/log/tac_log/account.log } log authorlog { destination = /var/log/tac_log/author.log }
}