diff -r 51d9a15eac98 -r d7a186cf87f6 src/server/daemon/ws-fn.c --- a/src/server/daemon/ws-fn.c Sat Oct 22 11:27:39 2016 +0200 +++ b/src/server/daemon/ws-fn.c Sun Oct 23 10:52:54 2016 +0200 @@ -31,6 +31,7 @@ #include "../safs/auth.h" #include "../safs/nametrans.h" #include "../safs/pathcheck.h" +#include "../safs/pcheck.h" #include "../safs/objecttype.h" #include "../safs/service.h" #include "../safs/init.h" @@ -56,6 +57,7 @@ { "auth-db", auth_db, NULL, NULL, 0 }, { "require-auth", require_auth, NULL, NULL, 0}, { "require-access", require_access, NULL, NULL, 0}, + { "find-pathinfo", pcheck_find_path, NULL, NULL, 0}, { "append-acl", append_acl, NULL, NULL, 0}, { "check-acl", check_acl, NULL, NULL, 0}, { "print-message", print_message, NULL, NULL, 0},