Scientific Linux 6
Sponsored Link

Install Usermin2011/05/21

 
Install Usermin that is web based configuration tool for users.
[1] Install required Perl module first.
[root@dlp ~]#
yum --enablerepo=epel -y install perl-Net-SSLeay perl-Authen-PAM
 
# install from EPEL
[2] Download latest version of Usermin from here and install it.
[root@dlp ~]#
wget http://download.webmin.com/download/yum/usermin-1.470-1.noarch.rpm
[root@dlp ~]#
rpm -Uvh usermin-1.470-1.noarch.rpm

warning: usermin-1.470-1.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 11f63c51: NOKEY
Preparing...                ########################################### [100%]
Operating system is Scientific Linux
   1:usermin                ########################################### [100%]
Usermin install complete. You can now login to https://dlp.srv.world:20000/
as any user on your system.

[root@dlp ~]#
vi /etc/usermin/miniserv.conf
# add at the last line: IP address you allow to access

allow=127.0.0.1 10.0.0.0/24
# prohibit root login

denyusers=root
[root@dlp ~]#
/etc/rc.d/init.d/usermin restart

Stopping Usermin server in /usr/libexec/usermin
Starting Usermin server in /usr/libexec/usermin
Pre-loaded WebminCore
[3] Access to "https://(hostname or IP address):20000/" with web browser, then login as a common user.
[4] Just logined. Users can configure their settings on here like changing password and so on.
Matched Content