am setting radius+ldap and its giving me this result
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
am setting radius+ldap and its giving me this result
rad_recv: Access-Request packet from host 127.0.0.1:32790, id=107, length=57
User-Name = "jerry"
User-Password = "miriam"
NAS-IP-Address = 255.255.255.255
NAS-Port = 0
Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 1
modcall[authorize]: module "chap" returns noop for request 1
modcall[authorize]: module "mschap" returns noop for request 1
rlm_realm: No '@' in User-Name = "jerry", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 1
modcall[authorize]: module "files" returns notfound for request 1
rlm_ldap: - authorize
rlm_ldap: performing user authorization for jerry
radius_xlat: '(&(objectClass=radiusprofile)(objectClass=inetOrgPerson)(cn=jerry))'
radius_xlat: 'dc=specialized-solutions,c=com'
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in dc=specialized-solutions,c=com, with filter (&(objectClass=radiusprofile)(objectClass=inetOrgPerson)(cn=jerry))
rlm_ldap: object not found or got ambiguous search result
rlm_ldap: search failed
rlm_ldap: ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap" returns notfound for request 1
modcall: leaving group authorize (returns noop) for request 1
auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user
auth: Failed to validate the user.
Login incorrect (rlm_ldap: User not found): [jerry] (from client localhost port 0)
Delaying request 1 for 1 seconds
Finished request 1
Going to the next request
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Sending Access-Reject of id 107 to 127.0.0.1 port 32790
Waking up in 4 seconds...
--- Walking the entire request list ---
Cleaning up request 1 ID 107 with timestamp 48c3b5e0
Nothing to do. Sleeping until we see a request.
rad_recv: Access-Request packet from host 127.0.0.1:32790, id=107, length=57
User-Name = "jerry"
User-Password = "miriam"
NAS-IP-Address = 255.255.255.255
NAS-Port = 0
Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 1
modcall[authorize]: module "chap" returns noop for request 1
modcall[authorize]: module "mschap" returns noop for request 1
rlm_realm: No '@' in User-Name = "jerry", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 1
modcall[authorize]: module "files" returns notfound for request 1
rlm_ldap: - authorize
rlm_ldap: performing user authorization for jerry
radius_xlat: '(&(objectClass=radiusprofile)(objectClass=inetOrgPerson)(cn=jerry))'
radius_xlat: 'dc=specialized-solutions,c=com'
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in dc=specialized-solutions,c=com, with filter (&(objectClass=radiusprofile)(objectClass=inetOrgPerson)(cn=jerry))
rlm_ldap: object not found or got ambiguous search result
rlm_ldap: search failed
rlm_ldap: ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap" returns notfound for request 1
modcall: leaving group authorize (returns noop) for request 1
auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user
auth: Failed to validate the user.
Login incorrect (rlm_ldap: User not found): [jerry] (from client localhost port 0)
Delaying request 1 for 1 seconds
Finished request 1
Going to the next request
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Sending Access-Reject of id 107 to 127.0.0.1 port 32790
Waking up in 4 seconds...
--- Walking the entire request list ---
Cleaning up request 1 ID 107 with timestamp 48c3b5e0
Nothing to do. Sleeping until we see a request.
What are you expecting to see? What problems are you having? What error(s) in using it are you getting? On what version/distro of Linux?
If you'd like help, you need to give us information in order to be able to help you.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.