I am going to implement a backup for if our SQL server fails, but this has
to work on the first try. So I'm running it by you folks just to be sure.
If my SQL server is down I want to authenticate from a file that is
updated once a day.
So my config file would read like this:
<AuthBy SQL>
Identifier SQLAuth
...
</AuthBy>
<AuthBy FILE>
Identifier BackupAuth
...
</AuthBy>
<Hander ....>
...
AuthByPolicy ContinueWhileIgnore
AuthBy SQLAuth
AuthBy BackupAuth
...
</Handler>
Am I forgetting anything? Also, if I *don't* specify Nocache in my AuthBy
FILE, when is the user file read? Is it before or after the StartupHook
is executed?
Thanks!
- D
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.