How do I force sudo to not use a logfile, and use syslog only? It seems to default to: /var/opt/csw/log/sudo/sudolog
The man page says to negate "logfile", in the sudoers config file, but cannot figure out how to do that. the man page also says that by default sudo does not use a file, but apparently in csw, it does. My current workaround is to put this in sudoers: Defaults syslog=auth Defaults logfile=/dev/null Thanks, Mohamed. _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
