Hi all : When I use ldapsearch (ldapsearch -x -b 'dc=mydomain,dc=com' '(objectclass=*)'),return as follows :
# extended LDIF # # LDAPv3 # base <dc=mydomain,dc=com> with scope subtree # filter: (objectclass=*) # requesting: ALL # # mydomain.com dn: dc=mydomain,dc=com objectClass: dcObject objectClass: organization o: network dc: mydomain # ldapuser, mydomain.com dn: cn=ldapuser,dc=mydomain,dc=com objectClass: organizationalRole cn: ldapuser # search result search: 2 result: 0 Success # numResponses: 3 # numEntries: 2 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 6:38 PM To: FreeRadius users mailing list Subject: Re: No authenticate method (Auth-Type) configuration found for therequest: Rejecting the user >rlm_ldap: performing search in dc=mydomain,dc=com, with filter >(uid=ldapuser) > >rlm_ldap: object not found or got ambiguous search result > >[ldap] search failed > Either you don't have ldapuser or the user is not unique (there are several users with that username). Do ldapsearch and see what it returns. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

