Radius


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Radius
# 1  
Old 10-19-2013
Hammer & Screwdriver Radius

Hi all

I have no idea what I am doing, I think I am learning...the previous linux admin left the company and I volunteered to help.

My first task is to create a user (X) account in the radius. I was able to do that.. This user (X) will be login in to a cisco device same as user (Z) .

Now I went to the VI user file and created the account:

Code:
userX Service-Type == Framed-User
Bay-User-Level = 2,
Cisco-AVPair = "shell:priv-lvl=15",
Fall-Through = No
 
 
userZ Service-Type == Framed-User
Bay-User-Level = 2,
Cisco-AVPair = "shell:priv-lvl=15",
Fall-Through = No


userZ is able to login to cisco devices but userX not able to



Code:
[terminal] ~$ telnet x.x.x.x (cisco device)
Trying x.x.x.x...
Connected to ciscodevice (x.x.x.x).
Escape character is '^]'.

User Access Verification
Username: userx
Password:
% Authentication failed.


I think I need to restart the radiusd for the change to take effect. but not sure.. I need this working if you can help me

Last edited by Don Cragun; 10-19-2013 at 11:07 PM.. Reason: Dozens of font and color changes removed. CODE tags added.
# 2  
Old 10-20-2013
Hmmm adduser
# 3  
Old 10-20-2013
If I read, and you posted, correctly, you created userX and logged in asuserx - who is not existent.
# 4  
Old 10-20-2013
sorry that was a typo, it is
Code:
userX

, I need to know how to restart
Code:
radiusd

and I have no idea how to do that.

---------- Post updated at 07:20 AM ---------- Previous update was at 06:55 AM ----------

should I use

Code:
 Kill radiusd

and
Code:
Start radiusd

to start the radius
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Radius client on AIX

Hi, I want to authenticate my AIX 6.1 with linux server to successfully implement 2 factor authentication but I am not getting relevant documents on AIX as well as pam radius modules to proceed further. Please help me further. Regards, Rupesh Basnet (2 Replies)
Discussion started by: roopeess
2 Replies

2. IP Networking

Wpa_cli with Radius

Hello everyone, I have a question in regards to connecting with wpa_cli to a Radius server. I can connect fine through WPA Enterprise and WPA2 Enterprise, but I'm lost on trying to connect to Radius. wpa_cli -iwlan0 set_network 0 ssid '"ssid"' wpa_cli -iwlan0 set_network 0 key_mgmt WPA-EAP... (0 Replies)
Discussion started by: CobaltT
0 Replies

3. UNIX for Dummies Questions & Answers

Why use RADIUS for authentication as there are many ways to do it ?

I guess I probably ask a dumb question but why use RADIUS for authentication as there are many ways to do it, as authentication is basically a user/password check? What is the benifit(s) of using it ? Thanks! (3 Replies)
Discussion started by: qiulang
3 Replies

4. Red Hat

RADIUS server for SSH authorization

Good day to anyone. I need your help. I want to create a centralization server for authorization my users via SSH connections. My manager suggested me a RADIUS + PAM, but frankly speaking I read a lot information about these and understood one thing - RADIUS could work only with password... (0 Replies)
Discussion started by: jess_t03
0 Replies

5. UNIX for Advanced & Expert Users

Free Radius Configuration question

Solaris 10 on an X86 box - Config runs fine has a couple of items in log (really long log file). When I try make I get make: Fatal error in reader: Make.inc, line 84: Unexpected end of line seen line 84 is LIBRADIUS_WITH_OPENSSL = 1 any ideas on what to try? (1 Reply)
Discussion started by: NeedLotsofHelp
1 Replies

6. Cybersecurity

Free Radius Software (GNU)

hi i have heared that there is a package called freeradius used for authenticating!!! actually i want to learn more about it but i cant find details on how to use it? is it based on client server model i.e should i have to install in both client and the server machines ? i am... (2 Replies)
Discussion started by: u.n.i.x
2 Replies

7. AIX

AIX and radius authentication

We want to use RADIUS to authenticate our AIX server logins. Can anybody tell me how to set on AIX server up to use a Radius server to authenticate or point me to documentation on setting up AIX to use Radius to authenticate user login. Our problem is that we have a few users that access our... (1 Reply)
Discussion started by: daveisme
1 Replies

8. UNIX for Advanced & Expert Users

radius+ldap

I need your help on how to integrate radius authentication with LDAP users database?? (0 Replies)
Discussion started by: mm00123
0 Replies

9. Solaris

RADIUS package for solaris

hi everybody am looking for radius package for solaris i am finding this link : FreeRADIUS -- Downloads , but i am not sure that will work with solaris 10 , can you have any idea to help me ?? (2 Replies)
Discussion started by: lid-j-one
2 Replies
Login or Register to Ask a Question