- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to manage users in Samba
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-17-2006 06:37 PM
тАО12-17-2006 06:37 PM
How to manage users in Samba
I've configured a Samba server on an HP-UX system
The following steps are what I've done:
1.successfully installed Samba software on 11.23 OS
2.run /opt/samba/bin/samba_setup to configure a Samba server and I choose the server to play a "workgroup" role and "user" level security.
Then I tried to log on the server through a windows laptop then failed.
Should I configure a smbpasswd file and how to manage it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2006 07:09 PM
тАО12-17-2006 07:09 PM
Re: How to manage users in Samba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2006 08:29 PM
тАО12-17-2006 08:29 PM
Re: How to manage users in Samba
Now I know I can use syncsmbpasswd utility to build up the smbpasswd file but the root account won't be added to the smbpasswd file
So how can I add a root entry in the smbpasswd?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2006 08:37 PM
тАО12-17-2006 08:37 PM
Re: How to manage users in Samba
The root password won't be added in the samba password file.
You don't want that. Because if you have root in the samba file root is accesable from outside. You need the same user on boot side.
root is not a know user on windows.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-18-2006 06:32 PM
тАО12-18-2006 06:32 PM
Re: How to manage users in Samba
To manege your samba users you can use the SWAT configuration tool.
Just ad this section to your service file:
vi /etc/services
# swat is the Samba Web Administration Tool
swat 901/tcp
And then
Add those two lines to your /etc/inetd.conf file
# swat is the Samba Web Administration Tool
swat stream tcp nowait.400 root /usr/sbin/swat swat
Restart samaba
Use your internet browser to reach your configuratin tool:
http://ip of your server: 901
Just log on as root and after that make one user to manag your swat server.
Idriz