- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hpux and cifs
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-21-2004 10:58 AM
05-21-2004 10:58 AM
hpux and cifs
somebody knows, how i can create users in my hpux 11i with 8-15 character longs?
I need it because in my windows domain i have users with 9-12 character longs and i need create those users in my hpux and samba.
i dont want do it in trusted mode.
Help,
Thanks
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 11:07 AM
05-21-2004 11:07 AM
Re: hpux and cifs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 12:44 PM
05-21-2004 12:44 PM
Re: hpux and cifs
But with the native OS, any character beyond number 8 is a nuisance that the OS ignores.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:09 PM
05-21-2004 01:09 PM
Re: hpux and cifs
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 01:53 AM
05-25-2004 01:53 AM
Re: hpux and cifs
Thanks,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 02:39 AM
05-25-2004 02:39 AM
Re: hpux and cifs
You can choose any file for mapping, just configure the key
username map through swat in global section (maybe you have to select advanced view to see this parameter)
You can also simply add the line
username map = /your_path/your_file
ex.
username map = /var/opt/samba/private/usernamemap
in the smb.conf file
Then fill this file with entries like
unix_username = windows_username1 ....
like
root = administrator "Cesare Salvioni"
anytime a user in the windows_username is connecting a resource, it will be mapped to the unix_username
See also the help in swat for the username map keyword
Hope this help
Cesare Salvioni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 03:08 AM
05-25-2004 03:08 AM
Re: hpux and cifs
You can put it anywhere you like - just specify in your smb.conf file:
username map = /etc/opt/samba/username.map
Also, check out swat on your system:
http://yourserver:901
Great help available online.
Sign in as root, then click on "Globals", then "Help" next to username.map.
Rgds...Geoff