Re: Again problem with Simultaneous-Use

2003-09-17 Thread Alan DeKok
Double <[EMAIL PROTECTED]> wrote:
> why if I use Simultaneous-Use :
...

  Posting the same message multiple times won't endear you to people.


  Here's a hint: You didn't read 'doc/Simultaneous-Use'.  And if you
did, you didn't read it carefully enough, because you're not doing
what it says.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Again problem with Simultaneous-Use

2003-09-17 Thread Nick Davis
You should read the man page for users regarding the usage of =,:=, +=, etc...

You usually need to use := with Simul-Use

Nick

On Wednesday 17 September 2003 09:25, Double wrote:
> why if I use Simultaneous-Use :
>
>  testAuth-Type := Crypt-Local, Crypt-Password ==
>  "$1$0MrvlCBQ$udnwuVmMLsn8GphGQQugF1", Simultaneous-Use = 1
>  Exec-Program-Wait = "/usr/local/bin/start %u",
>  Service-Type = Framed-User,
>  Framed-Protocol = PPP,
>  Framed-Routing = Broadcast-Listen,
>  Framed-Filter-Id = "std.ppp",
>  Framed-MTU = 1500,
>  Framed-Compression = Van-Jacobsen-TCP-IP
>
>  I have a problem:
>
>  Auth: Login incorrect  [test/test] (from client
>  condor port 0)
> if I don`t use Simultaneous-Use :
>
> testAuth-Type := Crypt-Local, Crypt-Password ==
>  "$1$0MrvlCBQ$udnwuVmMLsn8GphGQQugF1"
>  Exec-Program-Wait = "/usr/local/bin/start %u",
>  Service-Type = Framed-User,
>  Framed-Protocol = PPP,
>  Framed-Routing = Broadcast-Listen,
>  Framed-Filter-Id = "std.ppp",
>  Framed-MTU = 1500,
>  Framed-Compression = Van-Jacobsen-TCP-IP
>
> I have:
>
> Auth: Login OK: [qwerty/qwerty] (from client condor port 0)

-- 
Nick Davis 
Associate Systems Administrator 
[EMAIL PROTECTED] 
Internet Exposure, Inc. 
http://www.iexposure.com  

(612)676-1946 
Web Development-Web Marketing-ISP Services


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Again problem with Simultaneous-Use

2003-09-17 Thread Double
On Wed, 17 Sep 2003 18:25:56 +0400 (MSD)
Double <[EMAIL PROTECTED]> wrote:

I I understand my mistake %)

Simultaneous-Use = 1 fail
Simultaneous-Use := 1 ok

> why if I use Simultaneous-Use :
>  
>  testAuth-Type := Crypt-Local, Crypt-Password ==
>  "$1$0MrvlCBQ$udnwuVmMLsn8GphGQQugF1", Simultaneous-Use = 1
>  Exec-Program-Wait = "/usr/local/bin/start %u",
>  Service-Type = Framed-User,
>  Framed-Protocol = PPP,
>  Framed-Routing = Broadcast-Listen,
>  Framed-Filter-Id = "std.ppp",
>  Framed-MTU = 1500,
>  Framed-Compression = Van-Jacobsen-TCP-IP
>  
>  I have a problem:
>  
>  Auth: Login incorrect  [test/test] (from client
>  condor port 0)
> if I don`t use Simultaneous-Use :
> 
> testAuth-Type := Crypt-Local, Crypt-Password ==
>  "$1$0MrvlCBQ$udnwuVmMLsn8GphGQQugF1"
>  Exec-Program-Wait = "/usr/local/bin/start %u",
>  Service-Type = Framed-User,
>  Framed-Protocol = PPP,
>  Framed-Routing = Broadcast-Listen,
>  Framed-Filter-Id = "std.ppp",
>  Framed-MTU = 1500,
>  Framed-Compression = Van-Jacobsen-TCP-IP
> 
> I have:
> 
> Auth: Login OK: [qwerty/qwerty] (from client condor port 0)
> 
> 
> 
> -- 
> Technical Support Administrator
> of "NARZAN" Network
> 
> - 
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


-- 
Technical Support Administrator
of "NARZAN" Network

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html