- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: samba newbie
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
01-26-2005 05:29 AM
01-26-2005 05:29 AM
samba newbie
On the windows side, I am trying to connect to the following.. system = win-trade-sql2 with a ip address of 172.24.10.40. When I try to connect, it gives me "access is denied"
Here is what teh smb.conf file look like.
Do I need to make any particular entry in my smb.conf file to reolsve this. Any help is truly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 05:35 AM
01-26-2005 05:35 AM
Re: samba newbie
# Global parameters
[global]
workgroup = CORP
netbios name = PCX3
security = USER
encrypt passwords = Yes
min passwd length = 6
username map = /usr/local/samba/lib/username.map
kernel oplocks = No
invalid users = root daemon bin sys adm uucp lp nuucp hpdb www
create mask = 0775
directory mask = 0775
oplocks = No
guest account = smbnull
log file = /usr/local/samba/var/log.%m
log level = 3
debug timestamp = Yes
max log size = 4096
[homes]
comment = Home Directories
read only = No
browseable = No
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 05:46 AM
01-26-2005 05:46 AM
Re: samba newbie
Also make sure the UNIX user is having approriate permission to his home directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 05:58 AM
01-26-2005 05:58 AM
Re: samba newbie
Do I need to add some entries to my smb.conf file? When I try to map the drive, I am under teh implression that it should prompt me for teh samba userid and password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 06:35 AM
01-26-2005 06:35 AM
Re: samba newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 06:56 AM
01-26-2005 06:56 AM
Re: samba newbie
How did you install Samba?
Best to install HP's version:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA
You are using SECURITY=USER - any reason why?
Does the userid in Windows=userid in Unix?
If not, then you need to use a username.map file...
Rgds...Geoff