- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CIFS server user isses
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
09-17-2003 06:20 AM
09-17-2003 06:20 AM
CIFS server user isses
Have installed the software and can see a few file systems from the windows client.
This only occurs since I have chosen the Security level as "share."
With Security level "User"
I have created the user accounts and used smbpasswd.
When I do logon as user "pluto1$" and enter passwd I recieve another logon prompt and therefore no access to the file system.
As said this does not occur if I chose security level share.
Where am I going wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 06:32 AM
09-17-2003 06:32 AM
Re: CIFS server user isses
With security level set to server, the clients will have to provide the username and password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 06:32 AM
09-17-2003 06:32 AM
Re: CIFS server user isses
security = user
encrypt passwords = yes
smb passwd file = /path to smbpasswd.
Any other problems please post your smb.conf file.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 06:33 AM
09-17-2003 06:33 AM
Re: CIFS server user isses
Also, take a look at security_level.txt in /opt/samba/docs/textdocs.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 06:41 AM
09-17-2003 06:41 AM
Re: CIFS server user isses
I also find it easier to configure CIFS (Samba) with the swat utility for newbies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 06:45 AM
09-17-2003 06:45 AM
Re: CIFS server user isses
Have you done smbpasswd -a
What were the results?
smpasswd -a pluto$ password
# lets check the return code.
rc=$?
echo $rc
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
09-17-2003 07:09 AM
09-17-2003 07:09 AM
Re: CIFS server user isses
Also changed the passwd successfully
#echo $?
#0
still same problem
keep on facing the logon prompt regardless
hang on will post the smb.conf file
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:10 AM
09-17-2003 07:10 AM
Re: CIFS server user isses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:17 AM
09-17-2003 07:17 AM
Re: CIFS server user isses
here is the smb.conf
thanks for all the help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:22 AM
09-17-2003 07:22 AM
Re: CIFS server user isses
I would advise using user instead of share, and really suggest that you use SWAT to configure shares, users, global parameters etc. The help files are great for explaining what each selection does. I am normally not a fan of GUI's or web based admins, but I used to drive my self nuts with the smb.conf file until I found SWAT. Now I rarely have problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:27 AM
09-17-2003 07:27 AM
Re: CIFS server user isses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:29 AM
09-17-2003 07:29 AM
Re: CIFS server user isses
not it's set to user
(I changed to share so I could grab the smb.conf file)
so right now I'm set to User and access to the file systems is denied- no login prompt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:31 AM
09-17-2003 07:31 AM
Re: CIFS server user isses
hosts allow = 192.168.1.1
is that the IP address of the client you are trying to connect from?
I don't mean to insult your intelligence if these questions seem pretty basic. When I have worked on a frustrating problem for a while I appreciate someone else looking at my work to make sure I didn't overlook something.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:37 AM
09-17-2003 07:37 AM
Re: CIFS server user isses
this is the file
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:40 AM
09-17-2003 07:40 AM
Re: CIFS server user isses
thanks for the help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:47 AM
09-17-2003 07:47 AM
Re: CIFS server user isses
You may want to verify that the password server does in fact use encrypted, and pluto is defined on that system and the passwords are synced up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:51 AM
09-17-2003 07:51 AM
Re: CIFS server user isses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:55 AM
09-17-2003 07:55 AM
Re: CIFS server user isses
For your information.
When you set the parameter "security=share"
samba acts like Windows workgoup.
In case of security=user act like PDC.
When you are using security=user like PDC.
On samba server, unix user account and also samba user account also must be created.
Normally, in NT/2000 workstation logon problem due to password athentication failing.
Fix for this by updating the registry at client.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkStatio
n\Parameters]
"EnablePlainTextPassword"=dword:00000001
Good luck,
Cheers,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 08:35 AM
09-17-2003 08:35 AM