Add Unix authentication method.
[doldaconnect.git] / lib / uimisc.c
index 9cef69f..8252a7e 100644 (file)
@@ -414,6 +414,12 @@ static struct authmech authmechs[] =
     },
 #endif
     {
+       .name = L"unix",
+       .process = process_authless,
+       .init = NULL,
+       .release = NULL
+    },
+    {
        .name = L"authless",
        .process = process_authless,
        .init = NULL,