X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Foptions.h;h=bf668b3f2f05365bbdb7eed73f6da78071a40e5b;hb=fc0dc3b827eeff91373db42a78a098200cbf8fa6;hp=839bc4d38a8a53d09e55df2a23a2f8b2f10e8963;hpb=f858232d7c564f14e6d2fb9d616f8e12a1ec9171;p=matches%2FMCTX3420.git diff --git a/server/options.h b/server/options.h index 839bc4d..bf668b3 100644 --- a/server/options.h +++ b/server/options.h @@ -31,6 +31,9 @@ typedef struct /** Authentication method **/ enum {AUTH_NONE, AUTH_LDAP, AUTH_SHADOW} auth_method; + /** Starting directory **/ + char root_dir[BUFSIZ]; + } Options;