On Fri, 12 Nov 1999, Admin wrote:
...
>>From my reading of the reference manual, I need to AuthBy FILE, but I
>can't get my head around exactly how to do this when I -also- want the
>passwords to remain in NT (AuthBy NT). Can someone help by showing me
>the minimum change required to my nt.cfg (see below) and also the
>minimum amount of information I need to define in a USERS file, to make
>this possible. I guess I'm after a USERS file which only states two
>things: "go look in NT for the password", and for certain users "here's
>a static IP".
That's not too hard. I'll paraphrase from tha manual (Section 6.13.5):
# This is where all your normal reals stuff goes
<Realm DEFAULT>
<AuthBy FILE>
...
</AuthBy>
</Realm>
# The only purpose of this realm is to define
# the System identifier for use with Auth-Type
<Realm Dummy_Realm>
<AuthBy NT>
Identifier System
...
</AuthBy>
</Realm>
Then in your file, you have this:
User Auth-Type = System
<reply items, incl. Framed-IP-Address>
DEFAULT Auth-Type = System
<default reply items>
===========================================================
David M. Lloyd mailto:[EMAIL PROTECTED]
Administrator Phone: (608) 663-5555
Internet Express, Inc. http://www.inxpress.net
802 W. Broadway, Suite # 101
Madison, WI. 53713-1866
===========================================================
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.