Sponsored Content
Full Discussion: Radius
Top Forums UNIX for Dummies Questions & Answers Radius Post 302865811 by RichardET on Saturday 19th of October 2013 11:15:51 PM
Old 10-20-2013
Hmmm adduser
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
Apache2::SiteControl::Radius(3pm)			User Contributed Perl Documentation			 Apache2::SiteControl::Radius(3pm)

NAME
Apache2::SiteControl::Radius - Raduis authentication module for SiteControl SYNOPSIS
In Apache/mod_perl's configuration: PerlModule Apache2::SiteControl <Location /sample> ... PerlSetVar SiteControlMethod Apache2::SiteControl::Radius ... </Location> <FilesMatch ".pl$"> ... PerlSetVar RadiusSiteControlHost "localhost" PerlSetVar RadiusSiteControlSecret "mysecret" ... </FilesMatch> <Location /SampleLogin> ... PerlSetVar RadiusSiteControlHost "localhost" PerlSetVar RadiusSiteControlSecret "mysecret" ... </Location> DESCRIPTION
Apache2::SiteControl::Radius uses Authen::Radius to do the actual authentication of login attempts for the SiteControl system. See the SiteControl documentation for a complete apache configuration example. The synopsis above shows the configuration parameters for the radius module only, which is not a stand-alone thing. The proper variables for the apache configuration of this modules are shown in the synopsis above. You must set the radius host and shared secret in all sections that will use the SiteControl system for authentication. SEE ALSO
Apache2::SiteControl AUTHOR
This module was written by Tony Kay, <tkay@uoregon.edu>. COPYRIGHT AND LICENSE
perl v5.14.2 2006-03-17 Apache2::SiteControl::Radius(3pm)
All times are GMT -4. The time now is 08:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy