]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/console/console_conf.h
First cut Console ACLs
[bacula/bacula] / bacula / src / console / console_conf.h
index e01c21bf78916fd4281f20ecf729954e5ac62760..0b9d52962c032b27ae39983e94acc62376b2e17b 100644 (file)
@@ -34,6 +34,7 @@ struct s_res_con {
    char *rc_file;                     /* startup file */
    char *hist_file;                   /* command history file */
    int require_ssl;                   /* Require SSL on all connections */
+   char *password;                    /* UA server password */
 };
 typedef struct s_res_con CONRES;