3.14.14. Identifier Previous topic Parent topic Child topic Next topic

This optional parameter acts as a label that can be useful for custom code in hooks. It can also be used in Client-Identifier matches with Handlers:
<Client 10.1.2.3>
      Identifier        www-proxy
      Secret            mysecret
</Client>

# www-proxy
<Handler Client-Identifier=www-proxy>
      <AuthBy FILE>
            Filename    %D/www-proxy-users
      </AuthBy>
</Handler>