Hi there,

I want that my Radius server accept connections from users that are in
another BSDI box which doesn't have Radius installed, so, i can't do
proxying.

The idea is that, i can be accepted using: [EMAIL PROTECTED],
using a different master.passwd file located on a different directory,
but in the same Radius server Box.

I did the following:

- I copied the master.passwd file on a diferent Radius server directory

- I defined a Realm as following:

<Realm mydomain.com>
        RewriteUsername s/^([^@]+).*/$1/
        <AuthBy UNIX>
                RejectImmediatSimultaneousUse 1
                Identifier System
                Filename        /dv/users/passwd/master.passwd
                Match ^([^:]*):([^:]*):[^:]*:([^:]*)
                GroupFilename %D/group
        </AuthBy>
</Realm>


the Trace 4 says:

Thu Nov 16 16:00:09 2000: DEBUG: Handling request with Handler 'Realm=nicalibre.com'
Thu Nov 16 16:00:09 2000: DEBUG: Rewrote user name to piolin
Thu Nov 16 16:00:09 2000: DEBUG: SDB1 Deleting session for [EMAIL PROTECTED], 
xxx.xxx.xxx.xxx, 188
Thu Nov 16 16:00:09 2000: DEBUG: Handling with Radius::AuthUNIX
Thu Nov 16 16:00:09 2000: DEBUG: Radius::AuthUNIX looks for match with piolin
Thu Nov 16 16:00:09 2000: DEBUG: Radius::AuthUNIX ACCEPT:
Thu Nov 16 16:00:09 2000: DEBUG: Access accepted for piolin


BUT!! It request me the password 3 times and then says:
Dial-up Networking can't establish connection with the server..



So, What am I missing?
Am I wrong?


I hope you can understand what i want to do :)
Thank You for your assistance.

Iris.


===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to