I am currently on HPUX and migrating to Linux RHEL 6.4
This program on hpux:
/usr/sbin/userdbset
is puzzling me on linux.
Does anyone know the equivilent program forked or used on linux.
This program is mentioned in our user reset script.
here is a strings of the userdbset for some clues.
thanks!
Code:
# strings /usr/sbin/userdbset|more
%2d%2d-%2d%2d
%4d-%4d
hpux.security.attribute.
delete
modify
/etc/passwd
Attribute %s is not valid for non-local users.
Invalid username : %s
userdbset: unable to access /etc/security.dsc
userdbset: internal error - unable to process /etc/security.dsc
LOGIN_TIMES
Incorrect LOGIN_TIMES specification : %s=%s.
Invalid argument : %s=%s
%s is out of range.
Unknown attribute : %s
/var/adm/userdb/USERDB.DISABLED
%s%2.2x
/var/adm/userdb/
userdbset: unable to access /etc/security.dsc
userdbset: internal error - unable to process /etc/security.dsc
/var/adm/userdb/USERDB.DISABLED
%s%2.2x
/var/adm/userdb/
WARNING: Corrupt userdb - bad checksum found in %s user : %s, run userdbck.
Unable to import data - cannot open data file : %s
Importing data from : %s
Skipping internal attribute entry : %s %s=%s
Unable to add entry : %s %s=%s
Unable to import data - incorrect file format : %s
Imported %d records.
userdbset
userdbset: not allowed on a Trusted System
/var/adm/userdb/
Access to user database, userdb(4), denied.
diu:af:
/usr/bin/privsh
PRIVRUN_USER=%s
/usr/lib/libacps.1
acps_simplecheckauth
userdbset: Unable to load acps_simplecheckauth() from : %s
/usr/lib/libacps.1
hpux.security.attribute.import
hpux.security.attribute.delete
Serious error encountered trying to access the user database, run userdbck.
userdbset - unable to lock user database.
userdbset - user database access is disabled.
Access to user database, userdb(4), denied.
usage : %s -u user attr=value ...
usage : %s -d -u user [-i]
usage : %s -d -u user attr ...
usage : %s -d -a attr ...
usage : %s [-u user] -f import_datafile
modify /etc/pam.d/system-auth, and password-auth on RHEL 6.4
add a few entries.
The command equiv is:
Code:
pam_tally2 --user username_here --reset
This effectively changes the lockout and user is allowed to log in. The key though is the modifications to system-auth and password-auth, adding the appropriate entries for pam_tally2.so to be called on.
account required pam_tally2.so
and a few others for other things i needed this time around.
thanks for you responses.
OA
Last edited by Franklin52; 02-05-2014 at 04:04 AM..
Reason: Please use code tags
Dear Concern,
We have observed that following command stuck/does not work in some RedHat nodes. Please advise us to troubleshoot the issue.
/usr/sbin/hpacucli ctrl all show
Note: HP Array Configuration Utility CLI for Linux 64-bit
With Best Regards,
Md. Abdullah-Al Kauser (3 Replies)
Hi,
I'm not an HP-UX SysAdmin and work with Linux Systems a bit more but I have a question about the logging level for the snmpdm. We don't specify or modify anything so we're probably taking the default? What is the default?
I see in the man page these options are available:
Turn off... (0 Replies)
Dear Expret,
Help me about my issue,
I trying add new disk to volume Group but error:
step add new disk to volume group.
1. ~Change a Volume Group
Add a Physical Volume to a Volume Group
Remove a Physical Volume from a Volume Group
Reorganize a Volume Group... (6 Replies)
I thought I would document this error since its not documented very well. The package or file may be different but the idea is the same.
$ sudo yum updateLoaded plugins: langpacks, presto, refresh-packagekit, versionlock
Setting up Update Process
Resolving Dependencies
--> Running... (0 Replies)
please tell pre-requisite steps to activate cron. i activated the cron but it not executing the script which i set in crontab entry.through root user i passed the service crond start it get start.but when i go to etc/init.d and passed crond stop command.it gets crond: can't lock /var/run/crond.pid,... (2 Replies)
I noticed in my cron log file for my solaris 8 servers the rc=1. I imagine that is return code and something did not process. Does anyone know what that is, is there fix or the implications of leaving it?
Thank you
> CMD: && /usr/sbin/rtc -c > /dev/null 2>&1
> root 22049 c Fri Dec 19... (1 Reply)
WARNING - /usr/sbin/fsck not found. Most likely the mount of
/usr failed or the /usr filesystem is badly
damaged. The system is being halted.
Either re-install the system of boot with -b
option in an attempt to recover
Anyone help me on restoring this without having to reinstall. it is a... (8 Replies)
How can i restart the console getty without rebooting the system on HPUX 11.0
Normally it will be stated by ps -ef | grep getty
console 0:00 /usr/sbin/getty console console
many thanx (4 Replies)