- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Accessing CIFS from windows95/98
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
02-20-2002 09:08 PM
02-20-2002 09:08 PM
Accessing CIFS from windows95/98
The CIFS (Samba) is installed in the N Class server with HPUX 11.0. The CIFS server and client also installed in this server.
B8724AA A.01.05 CIFS/9000 Client
B8725AA A.01.05 CIFS/9000 Server
The CIFS server connection is sucessful for WindowsNT, or WIN2K PCs to UNIX Server. We have no problem of doing the mapping from these servers.
When we do mapping from windows95/98, we are getting this error messge "The Password is incorrect, Try Again". When we connect from HPUX 10.20 Server with old samba product, It is working fine.
Please let me know, What could be the problems?
Thanks
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 09:24 PM
02-20-2002 09:24 PM
Re: Accessing CIFS from windows95/98
Probably a password encryption issue. Try reversing your current setting and try it.
http://docs.hp.com/hpux/onlinedocs/B8725-90003/B8725-90003_top.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 10:31 PM
02-20-2002 10:31 PM
Re: Accessing CIFS from windows95/98
/opt/samba/docs/textdocs/
ENCRYPTION.txt
Win95.txt
WinNT.txt
Also check you samba-logs (probably at /var/opt/samba/log.smb) for entries with invalid password. Make shure the correct user-id was used, when connecting from win95/98 machines.
Hardy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 11:32 PM
02-20-2002 11:32 PM
Re: Accessing CIFS from windows95/98
From the log file, the samba is trying to login as the NT user name, But in our actual case it should not be. The following is the samba log file.
[2002/02/21 12:39:39, 1] smbd/reply.c:(925)
Rejecting user 'lyt': authentication failed
I tried to login as user called 'tztool'
Have you thing any solutions?
Reagrds
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 12:36 AM
02-21-2002 12:36 AM
Re: Accessing CIFS from windows95/98
If you have a fixed mapping of windows-users ('lyt') to unix-account ('tztool') you can use the samba "username map" option.
Hardy