summaryrefslogtreecommitdiffstats
path: root/sesman/verify_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/verify_user.c')
-rw-r--r--sesman/verify_user.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/sesman/verify_user.c b/sesman/verify_user.c
index 8db05871..d17b6b3f 100644
--- a/sesman/verify_user.c
+++ b/sesman/verify_user.c
@@ -15,11 +15,16 @@
xrdp: A Remote Desktop Protocol server.
Copyright (C) Jay Sorg 2005-2006
-
- authenticate user
-
*/
+/**
+ *
+ * @file verify_user.c
+ * @brief Authenticate user using standard unix passwd/shadow system
+ * @author Jay Sorg
+ *
+ */
+
#include "sesman.h"
#define _XOPEN_SOURCE