Thanks for all the info and missed reading the comments at the end of the radiusd.conf.  I uncommented out the ldap portions of /usr/local/etc/raddb/sites-enabled.   My config in modules section is <br><br>ldap {<br>                        server = "<a href="http://ciq-dc1.ciq.com">ciq-dc1.ciq.com</a>"<br>
                        port = 636<br>                        identity = "ciq\\radius"<br>                        password = "password"<br>                        basedn = "dc=ciq,dc=com"<br>
        filter = "(&(objectCategory=user)(samaccountname=%{user-name})(memberOf=cn=MIS-Admins-All,OU=MIS Admin,DC=CIQ,DC=COM))"<br>                        access_attr = "samAccountName"<br>                        ldap_connections_number = 5<br>
                        timeout = 4<br>                        timelimit = 3<br>                        }<br><br>However, I'm getting some errors when running in debug mode.  Here they are:<br><br>/usr/local/etc/raddb/radiusd.conf[644]: Failed to link to module 'rlm_ldap': rlm_ldap.so: cannot open shared object file: No such file or dire<br>
ctory<br>/usr/local/etc/raddb/sites-enabled/default[163]: Failed to find module "ldap".<br>/usr/local/etc/raddb/sites-enabled/default[62]: Errors parsing authorize section.<br> }<br>Errors initializing modules<br>
<br>Am I missing something here...  <br><br><br><div class="gmail_quote">On Tue, Mar 24, 2009 at 11:08 AM,  <span dir="ltr"><<a href="mailto:tnt@kalik.net">tnt@kalik.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">>Excuse me for my lack of knowledge with Linux and FreeRadius.  I hardly have<br>
>any experience and I've been using version 1.1.3 for the past few weeks and<br>
>had authentication working properly for Cisco devices.  I decided to install<br>
>the latest version 2.1.4 and forgot to save all my configuration for 1.1.3.<br>
>Hopefully I'll learn my lesson next time =)  The radiusd.conf file from what<br>
>I recall looks totally different.  I inserted my ldap information in the<br>
>modules section, but running the basic debug I'm seeing an error "No<br>
>authenticate method (Auth-Type).  Even running the recommended radtest it's<br>
>failing in reviewing the debug.  I believe I'm missing authenticate config.<br>
>If so do I need to modify another file or add it to radiusd.conf?  I'm a<br>
>little lost here if someone can point me the right direction and hopefully I<br>
>can proceed with getting authorization working afterwards.<br>
<br>
</div>Did you read the comments at the end of radiusd.conf? It does say that<br>
authorize, authenticate and other sections are now in virtual servers.<br>
Look up default virtual server and enable ldap in there.<br>
<br>
Ivan Kalik<br>
Kalik Informatika ISP<br>
<div><div></div><div class="h5"><br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br>