added auth support to pilergetd

This commit is contained in:
SJ
2013-04-09 15:15:59 +02:00
parent 8cf4a1b759
commit 163ebb7c46
5 changed files with 31 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ struct __config {
char pilergetd_listen_addr[MAXVAL];
int pilergetd_listen_port;
char pilergetd_password[MAXVAL];
char clamd_addr[MAXVAL];
int clamd_port;
char clamd_socket[MAXVAL];