cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
940
Views
0
Helpful
2
Replies

ignore user-password value under CAR 4.0

pavlosd
Level 2
Level 2

Hi All,

One of our NAS server, is using a default string for User-Password attribute value in the event that no password is set by the user in PAP authentication mode.

How can we ignore that value or set it to Null under CAR in order to use the AllowNullPassword Feature?

Please note that under CHAP Authentication mode the NAS Server does not modify CHAP-Password value so, if not set by user, AllowNullPassword works fine.

2 Replies 2

mchin345
Level 6
Level 6

Log in to the Cisco AR 4.0 server, and use aregcmd to navigate to //localhost/Radius/UserLists/default/bob.

[ //localhost/Radius/UserLists/Default/bob ]

Name = bob

Description =

Password =

AllowNullPassword = TRUE

Enabled = TRUE

Group~ = PPP-users

BaseProfile~ =

AuthenticationScript~ =

AuthorizationScript~ =

UserDefined1 =

Attributes/

CheckItems/

http://www.cisco.com/en/US/products/sw/netmgtsw/ps411/products_user_guide_chapter09186a008043fd2f.html#wp1026107

Not really what I was asking for. In FreeRadius for example there is a feature that ignores password value (even if it is emply, full, different etc).

Can this be done on CAR as well?

Thanks.