Redirect to Realm with Username regex
30 Nov
2005
30 Nov
'05
2:23 a.m.
Dear all ; Is this possible to redirect users to another realm ( just like @realm ) with username perfix ? for example , redirect any username that start with A1 to a realm and A2's to another ? -- You will overcome the attacks of jealous associates.
29 Nov
29 Nov
5:34 a.m.
Armin ranjbar wrote:
Is this possible to redirect users to another realm ( just like @realm ) with username perfix ? for example , redirect any username that start with A1 to a realm and A2's to another ?
You could try to define the realms in "proxy.conf" and add something like this in the "users" file: DEFAULT User-Name =~ "^A1", Proxy-To-Realm := "foo.net" DEFAULT User-Name =~ "^A2", Proxy-To-Realm := "bar.com" -- Nicolas Baradakis
7526
Age (days ago)
7525
Last active (days ago)
1 comments
2 participants
participants (2)
-
Armin ranjbar -
Nicolas Baradakis