[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] CALLBACK MULTIPLE NUMBERS
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] CALLBACK MULTIPLE NUMBERS |
Date: |
Tue, 29 Apr 2003 17:11:50 +0300 |
> I authenticated my user with RSA ACE SERVER, so if I do so I must
> create two entry (john1 and john2) on the RSA ACE SERVER DATABASE and
> assign a two token for the same user (john). It's two expensive
> I know that with hint file I can change Radius Request but I don't know
> if it is userful for me.
There's no need to use hints in this case. Modify your raddb/users
as follows:
john1 Auth-Type = Securid,
Suffix = "1",
Strip-User-Name = Yes
Service-Type = Framed-User,
Framed-Protocol = PPP,
Cisco-AVPair = "lcp:callback-dialstring=number1"
john2 Auth-Type = Securid,
Suffix = "2",
Strip-User-Name = Yes
Service-Type = Framed-User,
Framed-Protocol = PPP,
Cisco-AVPair = "lcp:callback-dialstring=number2"
This will do the trick.
Regards,
Sergey