Problems with authentication

Edgar Bermejo Arámburo edbermej at campus.ccm.itesm.mx
Tue Oct 15 18:37:22 CDT 2002


Hello!

I'm trying a demo version of Radiator. I followed the steps to install
and test the server and everything was fine, but when I tried to
authenticate with the NAS I couldn't. I checked the log file and found
the following:

Tue Oct 15 10:44:33 2002: DEBUG: Packet dump:
*** Received from 148.241.152.245 port 1645 ....
Code:       Access-Request
Identifier: 30
Authentic:  r<154><12>c<3><17>w<217>0<176>!<231>p'<22><192>
Attributes:
        User-Name = "dmartine"
        User-Password =
"<250><167><197><193><182><170>6|?<221><236><246>E<183>E<175>"
        NAS-IP-Address = 148.241.152.245
        NAS-Port = 64

Tue Oct 15 10:44:33 2002: DEBUG: Handling request with Handler
'Realm=DEFAULT'
Tue Oct 15 10:44:33 2002: DEBUG:  Deleting session for dmartine,
148.241.152.245, 64
Tue Oct 15 10:44:33 2002: DEBUG: Handling with POP3
POP3 <- +OK POP3 server ready (5.5.058)
<FA422E54F9FA6F95A22CB8F7C740BA3AA67103BE at itesm.mx>
 at Radius/AuthPOP3.pm line 72
POP3 -> USER dmartine
 at Radius/AuthPOP3.pm line 75
POP3 <- +OK Password required
 at Radius/AuthPOP3.pm line 75
POP3 -> PASS aWfnWfT0
 at Radius/AuthPOP3.pm line 75
POP3 <- +OK 26 messages
 at Radius/AuthPOP3.pm line 75
POP3 -> STAT
 at Radius/AuthPOP3.pm line 75
POP3 <- +OK 26 425799
 at Radius/AuthPOP3.pm line 75
POP3 -> QUIT
 at Radius/AuthPOP3.pm line 77
POP3 <- +OK POP3 server closing connection
 at Radius/AuthPOP3.pm line 77
Tue Oct 15 10:44:51 2002: DEBUG: Access accepted for dmartine
Tue Oct 15 10:44:51 2002: DEBUG: Packet dump:
*** Sending to 148.241.152.245 port 1645 ....
Code:       Access-Accept
Identifier: 30
Authentic:  r<154><12>c<3><17>w<217>0<176>!<231>p'<22><192>
Attributes:

The POP3 server validated the user and password but the NAS still asked
for the user and pass like they were incorrect.

Here is the configuration file:

Foreground
LogStdout
LogDir          .
DbDir           .
# User a lower trace level in production systems:
Trace           4

# You will probably want to add other Clients to suit your site,
# one for each NAS you want to work with

<Client xyz.ccm.itesm.mx>
        Secret abcd
</Client>

<Client DEFAULT>
        Secret  mysecret
        DupInterval 0
</Client>

<Realm DEFAULT>
        <AuthBy POP3>
                # Host specifies the na,e of the POP server to use
                # Defaults to 'pop3'
                # You should set this to suit your own site
                Host itesm.mx

                # AuthMode specifies the POP authentication mode to use
                # APOP means use APOP authentication
                # PASS means to use plaintext passwords (deprecated)
                # BEST means use APOP if available, else plaintext
                # Defaults to BEST
                AuthMode PASS

                # If Debug is set, PO3Client will print details
                # of its communications to stdout
                Debug 1

                # Timeout specifies a timeout in seconds, If the POP
                # server does not respond in this time, the
authenticaiton
                # will fail.
                # Defaults to 10 seconds
                Timeout 10

                # LocalAddr specifies the local Internet address to use
                # in the form 'xxx.xxx.xxx.xxx[:xx]'
#               LocalAddr 203.63.154.1

                # Port specifies the number of the POP port to use on
                # Host.
                # Defaults to 110
                Port 110

        </AuthBy>
</Realm>

If can give a hint I'll appreciate it.
--
_________________________________________

Ing. Edgar Bermejo Arámburo
Líder de Proyecto
Depto. de Redes
Dirección de Telecomunicaciones - DINF
Tec de Monterrey, Campus Ciudad de México
Tel. 5483 2007/2008 Fax. 5483 2002

_________________________________________

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.open.com.au/pipermail/radiator/attachments/20021015/9c66c2d3/attachment.html>


More information about the radiator mailing list