On 8/7/07, Dan-Cristian Bogos dan.bogos@gmail.com wrote:
Hi Ram,
it looks like u have a problem using a configuration designed for version 1.1 into version 1.2. For more information, checkout the following link and do all the necessary changes: http://openser.org/dokuwiki/doku.php/install:1.1.x-to-1.2.x - your attention "avp_aliases was moved to core".
Hi
thanks i have fixed that problem
Now iam not able to authenticate with RadiusServer
iam getting below messages Radius -X ( using mysql authentication)
radtest works with out any problem.
any suggestions
rad_recv: Access-Request packet from host 127.0.0.1:32792, id=167, length=206 User-Name = "12345@x.x.x.x" Digest-Attributes = 0x0a073132333435 Digest-Attributes = 0x010e3230322e36332e39362e3130 Digest-Attributes = 0x022a34366238623963373764383466363735303231393633316431363463373861356233346432363832 Digest-Attributes = 0x04187369703a3132333435403230322e36332e39362e3130 Digest-Attributes = 0x030a5245474953544552 Digest-Response = "fad5249ae75d4b85a908316dc959116a" Service-Type = IAPP-Register X-Ascend-PW-Lifetime = 0x3132333435 NAS-Port = 5060 NAS-IP-Address = 127.0.0.1 Processing the authorize section of radiusd.conf modcall: entering group authorize for request 6 modcall[authorize]: module "preprocess" returns ok for request 6 modcall[authorize]: module "chap" returns noop for request 6 modcall[authorize]: module "mschap" returns noop for request 6 rlm_digest: Converting Digest-Attributes to something sane... Digest-User-Name = "12345" Digest-Realm = "x.x.x.x" Digest-Nonce = "46b8b9c77d84f6750219631d164c78a5b34d2682" Digest-URI = " sip:12345@x.x.x.x" Digest-Method = "REGISTER" rlm_digest: Adding Auth-Type = DIGEST modcall[authorize]: module "digest" returns ok for request 6 rlm_realm: Looking up realm " x.x.x.x" for User-Name = "12345@x.x.x.x" rlm_realm: No such realm "x.x.x.x" modcall[authorize]: module "suffix" returns noop for request 6 radius_xlat: '12345@x.x.x.x' rlm_sql (sql): sql_set_user escaped user --> '12345@x.x.x.x' radius_xlat: 'SELECT id, UserName, Attribute, Value, op FROM radcheck WHERE Username = '12345@x.x.x.x' ORDER BY id' rlm_sql (sql): Reserving sql socket id: 2 rlm_sql (sql): User 12345@x.x.x.x not found in radcheck radius_xlat: 'SELECT radgroupcheck.id,radgroupcheck.GroupName, radgroupcheck.Attribute,radgroupcheck.Value,radgroupcheck.op FROM radgroupcheck,usergroup WHERE usergroup.Username = '12345@x.x.x.x' AND usergroup.GroupName = radgroupcheck.GroupName ORDER BY radgroupcheck.id' radius_xlat: 'SELECT radgroupreply.id,radgroupreply.GroupName, radgroupreply.Attribute,radgroupreply.Value,radgroupreply.op FROM radgroupreply,usergroup WHERE usergroup.Username = '12345@x.x.x.x' AND usergroup.GroupName = radgroupreply.GroupName ORDER BY radgroupreply.id' rlm_sql (sql): User 12345@x.x.x.x not found in radgroupcheck rlm_sql (sql): Released sql socket id: 2 rlm_sql (sql): User not found modcall[authorize]: module "sql" returns notfound for request 6 modcall: leaving group authorize (returns ok) for request 6 rad_check_password: Found Auth-Type DIGEST auth: type "DIGEST" Processing the authenticate section of radiusd.conf modcall: entering group DIGEST for request 6 rlm_digest: Configuration item "User-Password" or Digest-HA1 is required for authentication. modcall[authenticate]: module "digest" returns invalid for request 6 modcall: leaving group DIGEST (returns invalid) for request 6 auth: Failed to validate the user. Delaying request 6 for 1 seconds Finished request 6
ram