Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I'm using tac_plus and want to use my own script for authorizing users, based on the NAS and based on the command a user enters.The documentation mentions fields that can be passed to a script (like user, name, port etc) and that works geat, bu...
ok, got it.Next to the fields that are passed along (like user, name etc) just keep on reading standard input.Just in case anyone else is interested:the sdtacplus.cfg reads:user = memyself { before authorization "myscript $user $name'}Then myscrip...