What's the difference between authpriv and auth in syslog configuration?
It wasn't mentioned in syslog.conf, only tells me that such facility exists.
|
What's the difference between authpriv and auth in syslog configuration? It wasn't mentioned in syslog.conf, only tells me that such facility exists. |
|||
|
|
|
earlier It is recommended to use The GNU C Library manual doesn't document now from but most of the code i have seen has something like
so it is upto you to decide which one to use |
||||
|
|
|
authpriv is a separate bucket for routing authorization messages to a log file that has more restricted permissions that those of auth. Different OS's will send different messages to auth vs. authpriv. |
|||
|
|