- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: A problem in Sama
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-2007 08:03 PM
05-21-2007 08:03 PM
I've configured a CIFS server in a Windows AD domain as a domain member
Now I want to authenticate Administrator which is the domain controller account to be a samba account
So I ran "useradd administrator" in HP-UX and it failed(as we all know it's an invalid username in unix)
So how can I use Administrator to log on CIFS server.Should I use user map and How?
Thx in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 08:09 PM
05-21-2007 08:09 PM
SolutionThat user name is too big for HP-UX.
Better to add root as an admin user to the Windows side.
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-2007 08:31 PM
05-21-2007 08:31 PM
Re: A problem in Sama
I know it's too large
But I have to use the domain account "Administrator" to log on Samba server.
So I edited username.map and add this entry:
root=administrator
but it didn't work
and advice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 08:51 PM
05-21-2007 08:51 PM
Re: A problem in Sama
You can not add an account bigger than 8 characters on HP-UX 11.11 or lower.
If you are 11.23 or above you can load an add in from http://software.hp.com that permits this.
The solution to the problem is to have the windows administration create a new account and give it admin priviledges.
That account needs to have less than 8 characters in it.
As far as samba goes its possibly much easier
cifsclient with -U administrator should prompt you for the admin password and grant you command line access to the system.
Also net join after modifying smb.conf to permit ADS access could provide you an integration method that does not require an illegal user on HP-UX.
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-2007 08:52 PM
05-21-2007 08:52 PM
Re: A problem in Sama
i.e. root=DOMAIN\adminaccount