Indicates that logging of authentication success and failure
should be handled in a special way. <AuthLog FILE> and <AuthLog
SQL> are currently supported. When authentication is complete, each of
the AuthLog clauses defined for the handler will be executed in order. For
each AuthLog, the authentication details will be logged according to the
parameters for that clause. You can have as many <AuthLog xxxxxx>
clauses as you wish, or none at all.
<AuthLog xxxxxx> both
defines a logging method and specifies where it should be used.
Note
that something like
<Realm xxxx>
<AuthLog xxxxxx>
....
</AuthLog>
....
</Realm>
Is identical to
<AuthLog xxxxxx>
Identifier myidentifier
</AuthLog>
<Realm xxxxxx>
# This log through the AuthLog defined above
AuthLog myidentifier
</Realm>