]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_options.c
Merge branch-2-1
[netatalk.git] / etc / afpd / afp_options.c
index 0cc0dc98cdb71b8963579e3fe8fac15f213c2936..407a594a769511d4aa39c9cbde24aba75b3c23a7 100644 (file)
@@ -232,10 +232,6 @@ int afp_options_parseline(char *buf, struct afp_options *options)
         options->flags |= OPTION_ANNOUNCESSH;
     if (strstr(buf, " -noacl2maccess"))
         options->flags &= ~OPTION_ACL2MACCESS;
-    if ((c = getoption(buf, "-searchtype"))) {
-        if (strcmp(c, "db") == 0)
-            options->flags |= OPTION_CATSEARCH_DB;
-    }
 
     /* passwd bits */
     if (strstr(buf, " -nosavepassword"))
@@ -625,11 +621,18 @@ static void show_version_extended(void )
 static void show_paths( void )
 {
        printf( "             afpd.conf:\t%s\n", _PATH_AFPDCONF );
-       printf( "    afp_signature.conf:\t%s\n", _PATH_AFPDSIGCONF );
        printf( "   AppleVolumes.system:\t%s\n", _PATH_AFPDSYSVOL );
        printf( "  AppleVolumes.default:\t%s\n", _PATH_AFPDDEFVOL );
+       printf( "    afp_signature.conf:\t%s\n", _PATH_AFPDSIGCONF );
+       printf( "      afp_voluuid.conf:\t%s\n", _PATH_AFPDUUIDCONF );
+#ifdef HAVE_LDAP
+       printf( "         afp_ldap.conf:\t%s\n", _PATH_ACL_LDAPCONF );
+#else
+       printf( "         afp_ldap.conf:\tnot supported\n");
+#endif
        printf( "       UAM search path:\t%s\n", _PATH_AFPDUAMPATH );
-    printf( "  Server messages path:\t%s\n", SERVERTEXT);
+       printf( "  Server messages path:\t%s\n", SERVERTEXT);
+       printf( "              lockfile:\t%s\n", _PATH_AFPDLOCK);
 }
 
 /*