Hello

I've just changed Radiator 2.13 to 2.13.1
I'm using and Ldap server for authBy
It worked fine with 2.13 but now doesn't work with 2.13.1

Here is the error message
Thu Jul  8 10:00:42 1999: INFO: Server started
Thu Jul  8 10:00:47 1999: DEBUG: Packet dump:
*** Received from 192.168.155.66 port 1406 ....
Code:       Access-Request
Identifier: 227
Authentic:  1234567890123456
Attributes:
        User-Name = "bjensen"
        Service-Type = Framed-User
        NAS-IP-Address = 203.63.154.1
        NAS-Port = 1234
        NAS-Port-Type = Async
        User-Password =
"<145><226>9<204><195>)p<159><210>8<9><160><216>}x<153>"


Thu Jul  8 10:00:47 1999: DEBUG: Handling request with Handler
'Realm=DEFAULT'
Thu Jul  8 10:00:47 1999: DEBUG: Handling with Radius::AuthLDAPSDK
Thu Jul  8 10:00:47 1999: DEBUG: Connecting to 192.168.202.200, port 389
Thu Jul  8 10:00:48 1999: ERR: Could not open LDAP connection to
192.168.202.200
, port 389
Thu Jul  8 10:00:48 1999: DEBUG: Radius::AuthLDAPSDK looks for match with
bjense
n
Thu Jul  8 10:00:48 1999: DEBUG: Connecting to 192.168.202.200, port 389
Thu Jul  8 10:00:50 1999: ERR: Could not open LDAP connection to
192.168.202.200
, port 389
Thu Jul  8 10:00:50 1999: INFO: Access rejected for bjensen: No such user
Thu Jul  8 10:00:50 1999: DEBUG: Packet dump:
*** Sending to 192.168.155.66 port 1406 ....
Code:       Access-Reject
Identifier: 227
Authentic:  1234567890123456
Attributes:
        Reply-Message = "Request Denied"

Thu Jul  8 10:00:50 1999: DEBUG: Packet dump:
*** Received from 192.168.155.66 port 1406 ....
Code:       Accounting-Request
Identifier: 228
Authentic:  /<207><201>V<153><251>z<137><235><207>?<129><216>;<133>H
Attributes:
        User-Name = "bjensen"
        Service-Type = Framed-User
        NAS-IP-Address = 203.63.154.1
        NAS-Port = 1234
        NAS-Port-Type = Async
        Acct-Session-Id = "00001234"
        Acct-Status-Type = Start

Thu Jul  8 10:00:50 1999: DEBUG: Handling request with Handler
'Realm=DEFAULT'
Thu Jul  8 10:00:50 1999: DEBUG: Handling with Radius::AuthLDAPSDK
Thu Jul  8 10:00:50 1999: DEBUG: Adding session for bjensen, 203.63.154.1,
1234
Thu Jul  8 10:00:50 1999: DEBUG: Accounting accepted
Thu Jul  8 10:00:50 1999: DEBUG: Packet dump:
*** Sending to 192.168.155.66 port 1406 ....
Code:       Accounting-Response
Identifier: 228
Authentic:  /<207><201>V<153><251>z<137><235><207>?<129><216>;<133>H
Attributes:

Thu Jul  8 10:00:50 1999: DEBUG: Packet dump:
*** Received from 192.168.155.66 port 1406 ....
Code:       Accounting-Request
Identifier: 229
Authentic:  <187><179>5&<194>zcJ<127>D{<18><129>f<220><241>
Attributes:
        User-Name = "bjensen"
        Service-Type = Framed-User
        NAS-IP-Address = 203.63.154.1
        NAS-Port = 1234
        NAS-Port-Type = Async
        Acct-Session-Id = "00001234"
        Acct-Status-Type = Stop
        Acct-Delay-Time = 0
        Acct-Session-Time = 1000
        Acct-Input-Octets = 20000
        Acct-Output-Octets = 30000

Thu Jul  8 10:00:50 1999: DEBUG: Handling request with Handler
'Realm=DEFAULT'
Thu Jul  8 10:00:50 1999: DEBUG: Handling with Radius::AuthLDAPSDK
Thu Jul  8 10:00:50 1999: DEBUG: Deleting session for bjensen, 203.63.154.1,
123
4
Thu Jul  8 10:00:50 1999: DEBUG: Accounting accepted
Thu Jul  8 10:00:50 1999: DEBUG: Packet dump:
*** Sending to 192.168.155.66 port 1406 ....
Code:       Accounting-Response
Identifier: 229
Authentic:  <187><179>5&<194>zcJ<127>D{<18><129>f<220><241>
Attributes:

And here is my config file

# ldap.cfg

LogDir ./logs
DbDir .

LogStdout
Trace           4
PidFile %L/radiusd.pid
AuthPort 1645
AcctPort 1646
LogFile %L/logfile
DictionaryFile %D/dictionary


<Client ws4-weiner>
        Secret mysecret
        DupInterval 0
        FramedGroupBaseAddress  10.0.0.1
        IdenticalClients ws4-maugeri2
</Client>

<Realm DEFAULT>
        AcctLogFileName %L/detail
        WtmpFileName %L/wtmp
        <AuthBy LDAPSDK>
                Host            192.168.202.200
                Port            389
                AuthDN          cn=Directory Manager
                AuthPassword    password
                BaseDN          o=Airius.com
                UsernameAttr    uid
                PasswordAttr    userpassword
        </AuthBy>
</Realm>

Thanks a lot to help me

Recycle your PC, Get Linux...
Recycle your Windows, Get Kde...

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