problem with Simultaneous-Use

2003-10-27 Thread Double
Why if I use:

qwerty  Auth-Type = Crypt-Local, Crypt-Password == 
"$1$PkxbkAzR$byaCpj1GQOL0HxbxhJHRb0", Simultaneous-Use := 0
   Exec-Program-Wait = "/usr/local/billing/start %u",
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-Compression = Van-Jacobsen-TCP-IP

Ihave :
Mon Oct 27 16:42:36 2003 : Auth: Multiple logins (max 0) : 
[qwerty/qwerty] (from client condor port 0)

if Iuse:
qwerty  Auth-Type = Crypt-Local, Crypt-Password == 
"$1$PkxbkAzR$byaCpj1GQOL0HxbxhJHRb0", Simultaneous-Use := 1
Exec-Program-Wait = "/usr/local/billing/start %u",
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-Compression = Van-Jacobsen-TCP-IP

Ihave: 
Mon Oct 27 16:57:53 2003 : Auth: Login OK: [qwerty/qwerty] (from client condor 
port 0)
Mon Oct 27 16:58:49 2003 : Auth: Login OK: [qwerty/qwerty] (from client condor 
port 1)

Why  Auth: Login OK???


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


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


Again problem with Simultaneous-Use

2003-09-17 Thread Double
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


Problem with Simultaneous-Use

2003-09-17 Thread Double

 
 
 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


Re: Problem with Simultaneous-Use

2003-09-17 Thread Double
On Wed, 17 Sep 2003 10:28:18 -0300
"Sergio Jose Ferreira" <[EMAIL PROTECTED]> wrote:
ok! thanks!
I understand my mistake %)

> Hi,
> 
>   What your "start" script are return ?
>   return 0 - ok
>   return 1 - fail
> 
> sergio
> wgo internet
> 
> 
> -Mensagem original-
> De: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] nome de Double
> Enviada em: quarta-feira, 17 de setembro de 2003 10:11
> Para: [EMAIL PROTECTED]
> Assunto: Problem with Simultaneous-Use
> 
> 
> 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 (external check failed): [test/test] (from client
> condor port 0)
> --
> Technical Support Administrator
> of "NARZAN" Network
> 
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
> 
> 
> - 
> 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


RES: Problem with Simultaneous-Use

2003-09-17 Thread Sergio Jose Ferreira
Hi,

What your "start" script are return ?
return 0 - ok
return 1 - fail

sergio
wgo internet


-Mensagem original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] nome de Double
Enviada em: quarta-feira, 17 de setembro de 2003 10:11
Para: [EMAIL PROTECTED]
Assunto: Problem with Simultaneous-Use


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 (external check failed): [test/test] (from client
condor port 0)
--
Technical Support Administrator
of "NARZAN" Network

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


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


Problem with Simultaneous-Use

2003-09-17 Thread Double
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 (external check failed): [test/test] (from client condor port 0)
-- 
Technical Support Administrator
of "NARZAN" Network

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