Re: Operator =* in users File....

2003-10-14 Thread Jack J

Hi Allen,

Did you get any response for this ?
If so, could you please share the information ?

Thanks,

--- Allen Chung [EMAIL PROTECTED] wrote:
 Hello:
 
 Thanks for your advise.
 
 I have another question.
 
 How to support  both Auth-Type EAP-MD5 and
 Auth-Type Local for a
 user
 if the user's data is stored in LDAP server
 (not in users file) ?
 
 
 - Original Message - 
 From: Alan DeKok [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, September 28, 2003 9:53 PM
 Subject: Re: Operator  =*  in users File
 
 
  ac [EMAIL PROTECTED] wrote:
   I've tried many ways to configure the file
 users to support
   both Auth-Type EAP-MD5 and Auth-Type Local
 for a user.
 
You don't have to do anything to the server. 
 Just configure the
  password for the user, and it will figure it out.
 
   DEFAULT Message-Authenticator =* , Auth-Type
 := EAP
 
No.  NEVER set 'Auth-Type := EAP'  It's ALWAYS
 unnecessary.
 
I'm going to add large, loud complaints in
 debugging mode about
  this.
 
   Is there any other way to get the same
 result on version 0.8.x ?
 
Use version 0.9.1.  All older versions are no
 longer officially
  supported.
 
Alan DeKok.
 
  -
  List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html
 
 
 
 
 - 
 List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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


Re: Operator =* in users File....

2003-10-14 Thread Allen Chung
Hello~

My friend tried this last week, and it was still failed.
I don't what users' data are stored in his LDAP Server,
so I'm not sure what the problem is...

- Original Message - 
From: Jack J [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 15, 2003 7:14 AM
Subject: Re: Operator  =*  in users File



 Hi Allen,

 Did you get any response for this ?
 If so, could you please share the information ?

 Thanks,

 --- Allen Chung [EMAIL PROTECTED] wrote:
  Hello:
 
  Thanks for your advise.
 
  I have another question.
 
  How to support  both Auth-Type EAP-MD5 and
  Auth-Type Local for a
  user
  if the user's data is stored in LDAP server
  (not in users file) ?
 
 
  - Original Message - 
  From: Alan DeKok [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Sunday, September 28, 2003 9:53 PM
  Subject: Re: Operator  =*  in users File
 
 
   ac [EMAIL PROTECTED] wrote:
I've tried many ways to configure the file
  users to support
both Auth-Type EAP-MD5 and Auth-Type Local
  for a user.
  
 You don't have to do anything to the server.
  Just configure the
   password for the user, and it will figure it out.
  
DEFAULT Message-Authenticator =* , Auth-Type
  := EAP
  
 No.  NEVER set 'Auth-Type := EAP'  It's ALWAYS
  unnecessary.
  
 I'm going to add large, loud complaints in
  debugging mode about
   this.
  
Is there any other way to get the same
  result on version 0.8.x ?
  
 Use version 0.9.1.  All older versions are no
  longer officially
   supported.
  
 Alan DeKok.
  
   -
   List info/subscribe/unsubscribe? See
  http://www.freeradius.org/list/users.html
  
 
 
 
  -
  List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html


 __
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product search
 http://shopping.yahoo.com

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




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


Re: Operator =* in users File....

2003-10-07 Thread Alan DeKok
Allen Chung [EMAIL PROTECTED] wrote:
 How to support  both Auth-Type EAP-MD5 and Auth-Type Local for a
 user
 if the user's data is stored in LDAP server (not in users file) ?

  Very easily.  Just put their clear-text password into LDAP, and it
will work.

  The server is designed to work properly, with as little changes as
possible to the configuration files.

  Alan DeKok.

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


Re: Operator =* in users File....

2003-10-05 Thread Allen Chung
Hello:

Thanks for your advise.

I have another question.

How to support  both Auth-Type EAP-MD5 and Auth-Type Local for a
user
if the user's data is stored in LDAP server (not in users file) ?


- Original Message - 
From: Alan DeKok [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, September 28, 2003 9:53 PM
Subject: Re: Operator  =*  in users File


 ac [EMAIL PROTECTED] wrote:
  I've tried many ways to configure the file users to support
  both Auth-Type EAP-MD5 and Auth-Type Local for a user.

   You don't have to do anything to the server.  Just configure the
 password for the user, and it will figure it out.

  DEFAULT Message-Authenticator =* , Auth-Type := EAP

   No.  NEVER set 'Auth-Type := EAP'  It's ALWAYS unnecessary.

   I'm going to add large, loud complaints in debugging mode about
 this.

  Is there any other way to get the same result on version 0.8.x ?

   Use version 0.9.1.  All older versions are no longer officially
 supported.

   Alan DeKok.

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




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


Re: Operator =* in users File....

2003-09-28 Thread Alan DeKok
ac [EMAIL PROTECTED] wrote:
 I've tried many ways to configure the file users to support 
 both Auth-Type EAP-MD5 and Auth-Type Local for a user.  

  You don't have to do anything to the server.  Just configure the
password for the user, and it will figure it out.

 DEFAULT Message-Authenticator =* , Auth-Type := EAP

  No.  NEVER set 'Auth-Type := EAP'  It's ALWAYS unnecessary.

  I'm going to add large, loud complaints in debugging mode about
this.

 Is there any other way to get the same result on version 0.8.x ?

  Use version 0.9.1.  All older versions are no longer officially
supported.

  Alan DeKok.

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