This specifies that the Handler is to log all authentications
with an <AuthLog> clause that is defined elsewhere. The argument
must specify the Identifier of the AuthLog clause to use. The AuthLog
clause may be defined anywhere else: at the top level, or in a Realm or
Handler clause. You can have as many AuthLog parameters as you wish. They
will be used in the order that they appear in the configuration file in
the same way as <AuthLog xxxxxx> clauses.
Tip
This
is a convenient way to reuse the same authentication logger for many
Realms or Handlers.
<AuthLog xxxxxx>
Identifier myidentifier
....
</AuthLog>
<Realm xxxxxx>
# This logs through the AuthLog defined above
AuthLog myidentifier
</Realm>