Hi!
i finally compiled and installed radiator, oracle, and the perl modules
for md5, dbi, and oracle, i can authenticate from the same machine wich
runs radiator with the perl radpwtst command but i can't do it from a
remote site, can someone help me please?

here is a copy of my radius.cfg


PidFile /tmp/radiusd.pid

AuthPort radius
AcctPort radius1
Trace 5

Foreground
LogStdout
LogDir  .
DbDir  .


#DictionaryFile %D/dictionary

#DEFAULT =   204.57.105.2

<Client 204.57.105.2>
        Secret  mysecret
 IgnoreAcctSignature
</Client>

# You will probably want to change this to suit your site.
<Client DEFAULT>
 Secret mysecret
 DupInterval 0
 </Client>


<Realm DEFAULT>
 RewriteUsername s/^([^@]+).*/$1/

  DBSource dbi:Oracle:ORCL
  DBUsername usradius
  DBAuth  usradius

  AuthSelect select PASSWORD from SUSCRIBERS where USERNAME='%n'
SessionID='%{Acct-Session-Id}'
 </AuthBy>
</Realm>



===
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