I put the following in <Realm DEFAULT> right
before the <AuthBy> clause.

    PreAuthHook sub {

      open(L, ">> /tmp/tmp.log");
        printf L "(%s)\n", $_[0]->getUserName();
      close(L);

    }


And I don't see any tmp.log file get created. What did I 
do wrong?

Regards,
Tom




===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to