- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- user adds
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 01:10 AM
05-26-2004 01:10 AM
Here is my command
useradd -u 14480 -g 300 -m -d /home/109das -s /usr/bin/ksh
-c "derek smith" 109das
Is this possible?
thanks, derek
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 01:18 AM
05-26-2004 01:18 AM
Solutionsorry not supported: see "man 4 passwd" :
"The login name must begin with an alpha character and may only contain alphanumeric and underscore characters."
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 04:54 AM
05-26-2004 04:54 AM
Re: user adds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 04:57 AM
05-26-2004 04:57 AM
Re: user adds
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 04:58 AM
05-26-2004 04:58 AM
Re: user adds
Yes. First you will need to get the encrypted strings for this password which can be done either by using "/usr/lib/makekey" or setting it to an existing user and grabbing the encrypted password from either /etc/passwd or /tcb directory on a trusted system. With makekey you have to supply *exactly* 10 chars with first 8 being the password and the last two any arbitrary chars of you choice. For ex.,
"echo Ohio2004xy|/usr/lib/makekey" Once you got the encrypted password, then use
/usr/sam/lbin/usermod.sam -p encrypted_string login_name
It will set the password.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 04:59 AM
05-26-2004 04:59 AM
Re: user adds
Hope this is what you are expecting.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 05:17 AM
05-26-2004 05:17 AM
Re: user adds
echo Ohio2004xy|/usr/lib/makekey" Once you got the encrypted password, then use
/usr/sam/lbin/usermod.sam -p encrypted_string login_name
this would be
/usr/sam/lbin/usermode.sam -p encryted_pword user id?
I have xyFPl71Wsg3cA as the encrypted passwd and this did not work when I went to login as my test account