Re: rlm_chap clear text password not available

2010-02-23 Thread John Dennis

On 02/23/2010 08:07 AM, Eric Eric wrote:

please help.It confused me !


You only need to post your question once, posting it again and again in 
frustration because no one immediately answered you is not polite.


--
John Dennis 

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


rlm_chap clear text password not available

2010-02-23 Thread Eric Eric
Max-Monthly-Session := 0
rlm_ldap: Adding radiusIdleTimeout as Idle-Timeout, value 1200 & op=11
rlm_ldap: extracted attribute Acct-Interim-Interval from generic item 
Acct-Interim-Interval := 300
rlm_ldap: Adding radiusSimultaneousUse as Simultaneous-Use, value 1 & op=21
rlm_ldap: extracted attribute Max-Monthly-Session from generic item 
Max-Monthly-Session := 108
rlm_ldap: Adding radiusIdleTimeout as Idle-Timeout, value 1200 & op=11
rlm_ldap: extracted attribute Acct-Interim-Interval from generic item 
Acct-Interim-Interval := 300
rlm_ldap: looking for check items in directory...
rlm_ldap: looking for reply items in directory...
rlm_ldap: Adding radiusSessionTimeout as Session-Timeout, value 10 & op=11
rlm_ldap: user test authorized to use remote access
rlm_ldap: ldap_release_conn: Release Id: 0
  rlm_chap: login attempt by "test" with CHAP password
  rlm_chap: Could not find clear text password for user test
Login incorrect (rlm_chap: Clear text password not available): [test] (from 
client vpntist port 128 cli 10.10.10.24)



I saw the problem in faq but I didn't find what is my mistake. The config is:
in users :

 DEFAULT Client-IP-Address == 10.10.10.2 , Auth-Type := Vpn, Autz-Type := Vpn, 
Post-Auth-Type := Vpn, Session-type := Vpn

in radius.conf:
ldap ldap-Vpn{
   
    password_attribute = userPassword
    password_header = "{clear}"
   
    }
authorize {
chap
Autz-Type Vpn{
    ldap-Vpn
    chap
  }
}

authenticate {
Auth-Type CHAP {
    chap
    }
 Auth-Type Vpn{
    chap
 
  }

}


what is my mistake? should I do any other config or change ?
please any idea?



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

(rlm_chap: Clear text password not available)

2010-02-23 Thread Eric Eric
ion := 0
rlm_ldap: Adding radiusIdleTimeout as Idle-Timeout, value 1200 & op=11
rlm_ldap: extracted attribute Acct-Interim-Interval from generic item 
Acct-Interim-Interval :=
 300
rlm_ldap: Adding radiusSimultaneousUse as Simultaneous-Use, value 1 & op=21
rlm_ldap: extracted attribute Max-Monthly-Session from generic item 
Max-Monthly-Session := 108
rlm_ldap: Adding radiusIdleTimeout as Idle-Timeout, value 1200 & op=11
rlm_ldap: extracted attribute Acct-Interim-Interval from generic item 
Acct-Interim-Interval := 300
rlm_ldap: looking for check items in directory...
rlm_ldap: looking for reply items in directory...
rlm_ldap: Adding radiusSessionTimeout as Session-Timeout, value 10 & op=11
rlm_ldap: user test authorized to use remote access
rlm_ldap: ldap_release_conn: Release Id: 0
  rlm_chap: login attempt by "test" with CHAP password
  rlm_chap: Could not find clear text password for user test
Login incorrect (rlm_chap: Clear text password not available): [test] (from 
client vpntist port 128 cli 10.10.10.24)



I saw the problem in faq but I didn't find
 what is my mistake. The config is:
in users :

 DEFAULT Client-IP-Address == 10.10.10.2 , Auth-Type := Vpn, Autz-Type := Vpn, 
Post-Auth-Type := Vpn, Session-type := Vpn

in radius.conf:
ldap ldap-Vpn{
   
    password_attribute =
 userPassword
    password_header = "{clear}"
   
    }
authorize {
chap
Autz-Type Vpn{
    ldap-Vpn
    chap
  }
}

authenticate {
Auth-Type CHAP {
    chap
    }
 Auth-Type Vpn{
   
 chap
 
  }

}


what is my mistake? should I do any other config or change ?
please any idea?



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

Re: rlm_chap: Clear text password not available

2004-02-02 Thread Alan DeKok
Jonathan Dwerryhouse <[EMAIL PROTECTED]> wrote:
> rlm_chap: Clear text password not available
> 
> I am not using the users file as user information is pulled from an SQL
> database.  
> 
> Any advice?

  Supply a clear-text password for the user.

  I note that you didn't say *what* kind of password you're storing in
SQL.  It looks like it' snot clear-text, in which case I would suggest
reading the FAQ.

  Alan DeKok.

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


rlm_chap: Clear text password not available

2004-02-02 Thread Jonathan Dwerryhouse
Hi

I'm getting a lot of authentication errors from users trying to authenticate
with CHAP:

rlm_chap: Clear text password not available

I am not using the users file as user information is pulled from an SQL
database.  

Any advice?

Kind Regards

Jonathan Dwerryhouse
Senior Account Manager
C2 Internet Ltd
Alvaston House
Alvaston Business Park
Nantwich
Cheshire
CW5 6PF
0845 658 0020
www.c2internet.net
 
All quotes & services from C2 are bound by our standard terms and conditions
which are available on our website at:

http://www.c2internet.net/legal/main.htm#tandc



- -
 C2i Business Internet   http://www.c2internet.net/
 --
 This message has been checked for all known viruses by the 
 MessageLabs Virus Scanning Service.
 --

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