<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi frree-radius users !<br>
<br>
I'm running a freeradius 2.0.4 on a DEBIAN 5.0.5<br>
We want to access an LDAP / windows base , wich is declared<br>
in radiusd.conf file<br>
<br>
Below is the output produced by the radiusd -X debugging mode<br>
when I run the radtest :<br>
<br>
<u>radtest command</u>:<br>
/usr/sbin/radtest -d /etc/freeradius "ldap" "xxxx" 127.0.0.1:1812 10
testing123<br>
<br>
<br>
<u>Output produced:</u><br>
<small>rad_recv: Access-Request packet from host 127.0.0.1 port 59383,
id=56, length=56<br>
        User-Name = "ldap"<br>
        User-Password = "xxxx"<br>
        NAS-IP-Address = 192.168.55.150<br>
        NAS-Port = 10<br>
+- entering group authorize<br>
++[preprocess] returns ok<br>
++[chap] returns noop<br>
++[mschap] returns noop<br>
    rlm_realm: No '@' in User-Name = "ldap", looking up realm NULL<br>
    rlm_realm: No such realm "NULL"<br>
++[suffix] returns noop<br>
  rlm_eap: No EAP-Message, not doing EAP<br>
++[eap] returns noop<br>
++[unix] returns notfound<br>
++[files] returns noop<br>
++[expiration] returns noop<br>
++[logintime] returns noop<br>
<font color="#ff0000">rlm_pap: WARNING! No "known good" password found
for the user.  Authentication may fail because of this.<br>
++[pap] returns noop<br>
auth: <font color="#330033">No authenticate method (Auth-Type) </font>configuration
found for the request: Rejecting the user<br>
auth: Failed to validate the user.<br>
Login incorrect: [ldap/xxxx] (from client localhost port 10)<br>
  Found Post-Auth-Type Reject</font><br>
+- entering group REJECT<br>
        expand: %{User-Name} -> ldap<br>
 attr_filter: Matched entry DEFAULT at line 11<br>
++[attr_filter.access_reject] returns updated<br>
Delaying reject of request 0 for 1 seconds<br>
Going to the next request<br>
Waking up in 0.9 seconds.<br>
Sending delayed reject for request 0<br>
Sending Access-Reject of id 56 to 127.0.0.1 port 59383<br>
Waking up in 4.9 seconds.<br>
Cleaning up request 0 ID 56 with timestamp +40<br>
Ready to process requests.<br>
</small><br>
<br>
 Obviously, it's the authenticate method which<br>
is missing . I've add this entry  it in the 
/etc/freeradius/sites-available/default:<br>
-  The entries ldap  pap are uncommented in Authorize {  } section<br>
- The entry<br>
Auth-Type LDAP {<br>
                ldap<br>
        }<br>
is in the authenticate {} section.<br>
<br>
Any idea  ? <br>
<br>
Have a nice day, everybody !!<br>
<br>
-- <br>
<pre class="moz-signature" cols="72">__________________________________
Isabelle RECH LE RECIS

Enssib
Département informatique
17-21 Bd du 11 Novembre 1918
69623 Villeurbanne Cedex

Tel : 04 72 44 43 34
<a class="moz-txt-link-freetext" href="http://www.enssib.fr/">http://www.enssib.fr/</a>
__________________________________</pre>
</body>
</html>