- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- user name length
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
03-05-2003 06:19 AM
03-05-2003 06:19 AM
user name length
How can add user with name more than 8 characters.
(HP-UX 10.20, E35)
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:22 AM
03-05-2003 06:22 AM
Re: user name length
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe12d31ec5e34d711abdc0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:26 AM
03-05-2003 06:26 AM
Re: user name length
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:33 AM
03-05-2003 06:33 AM
Re: user name length
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:42 AM
03-05-2003 06:42 AM
Re: user name length
In my case I need longer names to support login from Windows clients to samba server shared resources on HP10.20. And I need that these user names be the same both for Windows domain (which is more than 8 char.) and samba client logins to shares.
Arturas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:44 AM
03-05-2003 06:44 AM
Re: user name length
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:55 AM
03-05-2003 06:55 AM
Re: user name length
There is a way round this if you only require the long names for Samba.
The "username map" variable can be pointed to a file that looks something like this:
mylogin = mylongwinlogin
darrenp = darrenprior
bob = bobtheadmin
Then you can have short login names on the HP-UX box which are mapped from the long Windows usernames.
See p162 in the Using Samba book from O'Reilly, or look up username map in your documentation.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 07:34 AM
03-05-2003 07:34 AM
Re: user name length
Refer to "username map":
EXAMPLE 1a:
vi /etc/smb.conf
[global]
username map = /etc/samba/usermap.txt
EXAMPLE 1b:
vi usermap.txt file
# unix name = SMB client username
jarwin = JosephArwin
manderso = MarkAnderson
users = @account