Deploy radius practices in Linux-Linux Enterprise Application-Linux server application information. The following is a detailed description. The company's computer login account is implemented using the samba-based linux server and synchronized modification of each user's id and linux user's password.
We plan to use linux user information, VPN Service (wlan encryption), and PHP Intranet platform for user login authentication. Of course, we can implement samba authentication using ldap, however, this change is too large to affect the samba server in use.
Therefore, we plan to install a radius server. Use/etc/passwd for user authentication. There are still many things you don't understand.
Some items that need to be recorded should be recorded first and then sorted out later.
1. debian ppp2.4.2 does not contain the radius. so module. You need to download the source code, modify it, And then compile and install it.
Cd/usr/src
Apt-get source pptp # capture the original ppp package.
Dpkg-source-x ppp_2004xxxxxxx.dsc
Modify Makefile. in linux, remove the # above this line.
# SUBDIRS + = radius
Then
./Confgure
Make
Make install
Check/usr/lib/pppd/2.4.2/. There should be a file: radius. so, that's right.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.