- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- New to Samba, getting error code 1326
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
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
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
тАО08-05-2010 03:02 PM
тАО08-05-2010 03:02 PM
New to Samba, getting error code 1326
services file OK." and I can see the share that I added to smb.conf.
I used smba$manage_cifs to create a user and password.
From the DOS> prompt I enter "net use u: \\rx2600\salesmgr" then enter username and password that when I get "system error 1326 has occurred" logon failure: unknown user or bad password.
Has anyone seen this before or any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 03:15 PM
тАО08-05-2010 03:15 PM
Re: New to Samba, getting error code 1326
I find this stuff very confusing in Windows environments, trying to work out where and how the username and password are resolved. Is your client PC in a domain? What is the exact text of the username you entered (are you specifying a domain name?).
Are there any log entries on the OpenVMS system showing a login failure?
Is the OpenVMS system configured for case sensitivity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 08:12 PM
тАО08-05-2010 08:12 PM
Re: New to Samba, getting error code 1326
Does the user account used exist on Windows box? I did the quick search on the net and found lots of references for the error what your getting and the typical cause for them. You may want to search and refer them. Below is the link to samba documentation.
http://www.samba.org/samba/docs/
Regards,
Ketan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-07-2010 05:39 AM
тАО08-07-2010 05:39 AM
Re: New to Samba, getting error code 1326
What version of CIFs is it? Prior to the current version (1.2), when OVMS CIFS is configured as a Standalone server, you must include the server name when specifying the username, in the format:
servername\username
net use u: \\rx2600\salesmgr /user:rx2600\username *
But it's no longer required in v1.2. You can get v1.2 at:
http://h71000.www7.hp.com/network/cifs_download.html
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2010 05:29 AM
тАО08-09-2010 05:29 AM
Re: New to Samba, getting error code 1326
Please try the following steps and see if the problem goes away:
1. Login to VMS system using a privileged VMS user account
2. Execute:
$ @samba$root:[bin]samba$define_commands.com
3. Change user password by executing:
$ smbpasswd
New SMB password:
Retype new SMB password:
3. Verify that the login works:
$ smbclient --list
Password:
For example, to login using cifsadmin account in a CIFS domain PIANODOM on a VMS system PIANO, execute:
$ smbclient --list piano --user TESTDOM\cifsadmin
Password:
If the smbclient is working fine, then try login from the windows system and see if it goes fine.
Thanks,
Shilpa