Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-23-2007, 09:57 AM
|
#1
|
LQ Newbie
Registered: Feb 2007
Posts: 5
Rep:
|
Radius PAM.D Module
Hello all,
I try to configure my Mandriva Server to authenticate all users ( exepted Root ), to contacte my radius server, for radius authentification.
I've insert in /etc/pam.d/system-auth file, the module ( after unix ) :
auth required pam_radius.so
...
password required pam_radius.so.
I have already error in /var/log/auth "unable to ldopen module /lib/security/pam_radius.so"
Can any one, help me to configure correctly my server in this opération ?
Thanks
|
|
|
02-24-2007, 05:25 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
i'm not familiar with that error to be honest, does the module file actually exist though? what rights does it have compared to other pam modules? could easily be a reinterpretation of a standard file not found or permission denied message.
|
|
|
02-26-2007, 05:12 AM
|
#3
|
LQ Newbie
Registered: Feb 2007
Posts: 5
Original Poster
Rep:
|
Hi Acid,
Thanks you for your reply. This module exit on Mandriva Server in /lib/security folder. If i put the exact folder in system-auth, i'va the same error.
Perhaps i forget something in my configuration.
|
|
|
02-26-2007, 05:16 AM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
well sticking my intial guess, can you show us the output of "ls -l /lib/security" ?
|
|
|
02-27-2007, 04:15 AM
|
#5
|
LQ Newbie
Registered: Feb 2007
Posts: 5
Original Poster
Rep:
|
Hi Chris,
Sorry.
lrwxrwxrwx 1 root root 11 oct 27 2003 pam_unix_session.so -> pam_unix.so*
lrwxrwxrwx 1 root root 11 oct 27 2003 pam_unix_passwd.so -> pam_unix.so*
lrwxrwxrwx 1 root root 11 oct 27 2003 pam_unix_auth.so -> pam_unix.so*
lrwxrwxrwx 1 root root 11 oct 27 2003 pam_unix_acct.so -> pam_unix.so*
-rwxr-xr-x 1 root root 14516 sep 19 2005 pam_xauth.so*
-rwxr-xr-x 1 root root 8840 sep 19 2005 pam_wheel.so*
-rwxr-xr-x 1 root root 4116 sep 19 2005 pam_warn.so*
-rwxr-xr-x 1 root root 8088 sep 19 2005 pam_userdb.so*
-rwxr-xr-x 1 root root 48316 sep 19 2005 pam_unix.so*
-rwxr-xr-x 1 root root 16384 sep 19 2005 pam_timestamp.so*
-rwxr-xr-x 1 root root 8932 sep 19 2005 pam_time.so*
-rwxr-xr-x 1 root root 13984 sep 19 2005 pam_tally.so*
-rwxr-xr-x 1 root root 14048 sep 19 2005 pam_succeed_if.so*
-rwxr-xr-x 1 root root 10156 sep 19 2005 pam_stress.so*
-rwxr-xr-x 1 root root 10408 sep 19 2005 pam_stack.so*
-rwxr-xr-x 1 root root 5672 sep 19 2005 pam_shells.so*
-rwxr-xr-x 1 root root 11804 sep 19 2005 pam_selinux.so*
-rwxr-xr-x 1 root root 6792 sep 19 2005 pam_securetty.so*
-rwxr-xr-x 1 root root 4580 sep 19 2005 pam_rps.so*
-rwxr-xr-x 1 root root 3972 sep 19 2005 pam_rootok.so*
-rwxr-xr-x 1 root root 11408 sep 19 2005 pam_rhosts_auth.so*
-rwxr-xr-x 1 root root 4420 sep 19 2005 pam_radius.so*
-rwxr-xr-x 1 root root 30844 sep 19 2005 pam_pwdb.so*
-rwxr-xr-x 1 root root 4892 sep 19 2005 pam_postgresok.so*
-rwxr-xr-x 1 root root 3220 sep 19 2005 pam_permit.so*
-rwxr-xr-x 1 root root 6048 sep 19 2005 pam_nologin.so*
-rwxr-xr-x 1 root root 4288 sep 19 2005 pam_motd.so*
-rwxr-xr-x 1 root root 17444 sep 19 2005 pam_mkhomedir.so*
-rwxr-xr-x 1 root root 9632 sep 19 2005 pam_mail.so*
-rwxr-xr-x 1 root root 8884 sep 19 2005 pam_localuser.so*
-rwxr-xr-x 1 root root 12596 sep 19 2005 pam_listfile.so*
-rwxr-xr-x 1 root root 15332 sep 19 2005 pam_limits.so*
-rwxr-xr-x 1 root root 8960 sep 19 2005 pam_lastlog.so*
-rwxr-xr-x 1 root root 6904 sep 19 2005 pam_issue.so*
-rwxr-xr-x 1 root root 11412 sep 19 2005 pam_group.so*
-rwxr-xr-x 1 root root 5500 sep 19 2005 pam_ftp.so*
-rwxr-xr-x 1 root root 10800 sep 19 2005 pam_filter.so*
-rwxr-xr-x 1 root root 11316 sep 19 2005 pam_env.so*
-rwxr-xr-x 1 root root 2884 sep 19 2005 pam_deny.so*
-rwxr-xr-x 1 root root 5188 sep 19 2005 pam_debug.so*
-rwxr-xr-x 1 root root 12140 sep 19 2005 pam_cracklib.so*
-rwxr-xr-x 1 root root 47108 sep 19 2005 pam_console.so*
-rwxr-xr-x 1 root root 86552 sep 19 2005 pam_console_apply_devfsd.so*
-rwxr-xr-x 1 root root 6080 sep 19 2005 pam_chroot.so*
-rwxr-xr-x 1 root root 12768 sep 19 2005 pam_access.so*
lrwxrwxrwx 1 root root 13 fév 26 12:30 pam_radius_auth.so -> pam_radius.so*
lrwxrwxrwx 1 root root 13 fév 26 12:30 pam_radius_acct.so -> pam_radius.so*
King Regard
|
|
|
02-27-2007, 04:29 AM
|
#6
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
well to be honest i'm all out of ideas...
|
|
|
All times are GMT -5. The time now is 12:17 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|