Work on user based control
[matches/MCTX3420.git] / server / options.h
index 839bc4d..bf668b3 100644 (file)
@@ -31,6 +31,9 @@ typedef struct
        /** Authentication method **/
        enum {AUTH_NONE, AUTH_LDAP, AUTH_SHADOW} auth_method;
 
+       /** Starting directory **/
+       char root_dir[BUFSIZ];
+
        
 
 } Options;

UCC git Repository :: git.ucc.asn.au