Sponsored Content
Operating Systems Solaris pam_cracklib error on Solaris 10 Post 302509231 by pingmeback on Wednesday 30th of March 2011 10:41:31 AM
Old 03-30-2011
pam_cracklib error on Solaris 10

Hello Everyone,

I was able to successfully compile cracklib and pam_cracklib. But when I use it in /etc/pam.conf it fails to work.

Error on CLI:
Code:
[root@solaris10 ]# passwd testuser
Unexpected failure. Password file/table unchanged.

Error in /var/adm/messages:
Code:
Mar 30 7:14:27 solaris10 passwd[28141]: [ID 825731 auth.error] dlsym failed pam_sm_authenticate: error ld.so.1: passwd: fatal: pam_sm_authenticate: can't find symbol

Any help is greatly appreciated. If there is an alternate way to enforce stringent password checks in Solaris please let me know.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris hardware error

hi guys, need some help on this error message. im running solaris 2.6 on a e3500 and lately i encountered this error:- lp: Warning: Received SIGPIPE; continuing last message repeated 1 time Multiple Softerrors: 2 Intermittent, 4 Persistent, and 0 Sticky Softerrors accumulated from... (4 Replies)
Discussion started by: giriplug
4 Replies

2. UNIX for Dummies Questions & Answers

error booting solaris 10

Hello experts, I have installed solaris 10 on x86. When I try to boot I get an error with ablue screen login failed please try again. I am new to this o.s. It used to work nicely before what did I do wrong? Any guidance advice will be highly appreciated Thanks, (5 Replies)
Discussion started by: deepak1
5 Replies

3. Solaris

Solaris : compilation error

Hi All, while building, i am receiving the following error...... Undefined first referenced symbol in file void os_directory::create(const std::string &) obj.release/BOConfig.o (symbol belongs to implicit dependency... (2 Replies)
Discussion started by: vinod_kumar_k
2 Replies

4. Solaris

[help] filesystem error on solaris 10

Hi All, please help me about filesystem error on sun fire 245 sparc solaris 10, i have installed solaris 10 os on sun fire 245 and done with mirroring disk. but after reboot the server i having this error below shown by system : checking ufs filesystems /dev/md/rdsk/d60: is logging.... (4 Replies)
Discussion started by: bucci
4 Replies

5. Solaris

application compiled on solaris 10 throwing error when executed on solaris 9

I have compiled my application on Solaris 10 with following description SunOS ldg1 5.10 Generic_138888-03 sun4v sparc SUNW,Sun-Blade-T6320 The compiler is Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25 But when installing the application on Solaris 9 SunOS odcarch02 5.9... (2 Replies)
Discussion started by: ash_bit2k2
2 Replies

6. Solaris

Solaris 10 Terminal Error

When in the terminal on Solaris 10 this terminal error keeps popping up and won't stop, how do I remove it? Nov 24 13:22:42 unknown sendmail: unable to qualify my own domain name (unknown) -- using short name Nov 24 13:22:42 unknown sendmail: oAOIMgqg017431: SYSERR(root): fill_fd:... (6 Replies)
Discussion started by: jastanle84
6 Replies

7. Cybersecurity

Solaris I/O Error

When i trying to open any exising floder iam unable to open it.It is showing the following error . Can anyone help me out of this (5 Replies)
Discussion started by: kkalyan
5 Replies

8. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

9. Solaris

Solaris error

Hi, I am using solris 8 and i am unable to start my tomcat. I am getting the below error. Error occurred during initialization of VM Unable to load native library: ld.so.1: java: fatal: libscf.so.1: open failed: No such file or directory Please let me know. (1 Reply)
Discussion started by: Krrishv
1 Replies

10. Solaris

SUDO error in Solaris: auth.error] fork

I cannot solve the following error bellow. Can someone help me on this please? Mar 31 07:08:45 serverx sudo: fork Mar 31 07:18:50 serverx sudo: fork Mar 31 07:28:45 serverx sudo: fork Mar 31 07:38:47 serverx sudo: fork Mar 31 07:48:45 serverx sudo: fork Mar 31 07:58:45 serverx... (1 Reply)
Discussion started by: pangarano
1 Replies
PAM_PWHISTORY(8)						 Linux-PAM Manual						  PAM_PWHISTORY(8)

NAME
pam_pwhistory - PAM module to remember last passwords SYNOPSIS
pam_pwhistory.so [debug] [use_authtok] [enforce_for_root] [remember=N] [retry=N] [authtok_type=STRING] DESCRIPTION
This module saves the last passwords for each user in order to force password change history and keep the user from alternating between the same password too frequently. This module does not work together with kerberos. In general, it does not make much sense to use this module in conjunction with NIS or LDAP, since the old passwords are stored on the local machine and are not available on another machine for password history checking. OPTIONS
debug Turns on debugging via syslog(3). use_authtok When password changing enforce the module to use the new password provided by a previously stacked password module (this is used in the example of the stacking of the pam_cracklib module documented below). enforce_for_root If this option is set, the check is enforced for root, too. remember=N The last N passwords for each user are saved in /etc/security/opasswd. The default is 10. retry=N Prompt user at most N times before returning with error. The default is 1. authtok_type=STRING See pam_get_authtok(3) for more details. MODULE TYPES PROVIDED
Only the password module type is provided. RETURN VALUES
PAM_AUTHTOK_ERR No new password was entered, the user aborted password change or new password couldn't be set. PAM_IGNORE Password history was disabled. PAM_MAXTRIES Password was rejected too often. PAM_USER_UNKNOWN User is not known to system. EXAMPLES
An example password section would be: #%PAM-1.0 password required pam_pwhistory.so password required pam_unix.so use_authtok In combination with pam_cracklib: #%PAM-1.0 password required pam_cracklib.so retry=3 password required pam_pwhistory.so use_authtok password required pam_unix.so use_authtok FILES
/etc/security/opasswd File with password history SEE ALSO
pam.conf(5), pam.d(5), pam(8) pam_get_authtok(3) AUTHOR
pam_pwhistory was written by Thorsten Kukuk <kukuk@thkukuk.de> Linux-PAM Manual 06/04/2011 PAM_PWHISTORY(8)
All times are GMT -4. The time now is 05:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy