summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-08-03 15:47:26 -0700
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-08-03 15:47:26 -0700
commit474d17d556d1f056b4055643a6a897483100dd7e (patch)
tree5291b88cfd11898abd6ccc1637777350635806da /common
parent9c237d1cc6ab6d741eb945f5296d7f9c5cc11c79 (diff)
downloadxrdp-proprietary-474d17d556d1f056b4055643a6a897483100dd7e.tar.gz
xrdp-proprietary-474d17d556d1f056b4055643a6a897483100dd7e.zip
xrdp: added support for forcing credentials on command line
Diffstat (limited to 'common')
-rw-r--r--common/xrdp_client_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h
index aefc7119..43ff3f82 100644
--- a/common/xrdp_client_info.h
+++ b/common/xrdp_client_info.h
@@ -92,6 +92,7 @@ struct xrdp_client_info
int use_bulk_comp;
int pointer_flags; /* 0 color, 1 new, 2 no new */
int use_fast_path;
+ int require_credentials; /* when true, credentials *must* be passed on cmd line */
};
#endif