Categories

  • 630 Topics
    2k Posts
    I
    Hello, question about server user account management, can I use the -Access permissions field?[image: 1750343177923-812ea873-8989-454e-a91c-b9a3befc4778-image.png] The information for adding user data is only visible on the server, this information does not appear on the personnel card, why? [image: 1750343450325-da8dc177-55d2-477e-a144-bc8a21c4d915-image.png]
  • 4k Topics
    16k Posts
    G
    @u2micha Für das SSO wird doch nur das AuthType verwendet, d.h. es müsste doch möglich sein, eine Location auszunehmen: <Location /src/jsonrpc.php> AuthType None Require all granted </Location> Ich kenne aber mod_auth_mellon nicht. Das README hat einen anderen Vorschlag: <Location /noSSO> MellonEnable "off" Require all granted </Location>