diff options
Diffstat (limited to 'x11vnc/remote.c')
-rw-r--r-- | x11vnc/remote.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/remote.c b/x11vnc/remote.c index c9ebcc1..8f5df6d 100644 --- a/x11vnc/remote.c +++ b/x11vnc/remote.c @@ -3704,6 +3704,8 @@ char *process_remote_cmd(char *cmd, int stringonly) { snprintf(buf, bufn, "aro=%s:%s", p, NONUL(passwdfile)); } else if (!strcmp(p, "unixpw")) { snprintf(buf, bufn, "aro=%s:%d", p, unixpw); + } else if (!strcmp(p, "unixpw_nis")) { + snprintf(buf, bufn, "aro=%s:%d", p, unixpw_nis); } else if (!strcmp(p, "unixpw_list")) { snprintf(buf, bufn, "aro=%s:%s", p, NONUL(unixpw_list)); } else if (!strcmp(p, "stunnel")) { |