Hi
We use SQL server as the Session Database.
But I don't want the user name shows up as [EMAIL PROTECTED] in RADONLINE
table.
In SessionDatabase,how do I strip the realm xxx.xx.xx?
Even I tried adding RewriteUsername s/^([^@]+).*/$1/ clause in
SessionDatabase like the following, the username still shows up as
[EMAIL PROTECTED] in RADONLINE table.
<SessionDatabase SQL>
RewriteUsername s/^([^@]+).*/$1/
DBSource dbi:Sybase:server=xxxx;database=xxxx
DBUsername xxxxxx
DBAuth xxxxxx
</SessionDatabase SQL>
How to solve the problem?
Lin
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.