]> mj.ucw.cz Git - subauth.git/blobdiff - apache/mod_authn_subauth.c
More default socket path fixes
[subauth.git] / apache / mod_authn_subauth.c
index a8d706a5b7219acb4067fab0204d94c6f1255120..c830d076e083f144b3f7563a8b5d2461257149f6 100644 (file)
@@ -51,7 +51,7 @@ static struct json_node *run_command(struct context *ctx, struct json_node *requ
                return NULL;
        }
 
-       const char *path = ctx->dir->socket ? : INSTALL_RUN_DIR "/subauthd.socket";
+       const char *path = ctx->dir->socket ? : INSTALL_RUN_DIR "/subauthd/subauthd.socket";
        struct sockaddr_un sun;
        sun.sun_family = AF_UNIX;
        if (strlen(path) >= sizeof(sun.sun_path)) {