HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba 3.0.2 on HPUX 11i with winbind; Get_Pwnam_in...
Operating System - HP-UX
1836096
Members
4020
Online
110089
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
07-14-2004 10:23 AM
07-14-2004 10:23 AM
Samba 3.0.2 on HPUX 11i with winbind; Get_Pwnam_internals didn't find user + NT_STATUS_NO_SUCH_USER
Hey,
Iâ ve troubles with a samba-installation ( version 3.0.2, HP-CIFS-Technologie Preview ) on HPUX 11i. I want to setup a fileserver within a customerenvironment connecting into a windows 2000 domain, which contains a lot of trusted domains. I have joined the domain already and wbinfo brings me the list of users and groups. Also within the winbind_imap.tdb I see some entrys which seems to map some windows-ids to unix ids. But when I try to connect to the share I always gets asked for a password and even with the correct pw entered the connection fails. Here are some outputs from the logs
Log.%m
[Tue Jul 13 16:00:44 2004, 5] lib/username.c:Get_Pwnam_internals(251)
Get_Pwnam_internals didn't find user [q904700]!
[Tue Jul 13 16:00:44 2004, 0] auth/auth_util.c:make_server_info_info3(1100)
make_server_info_info3: pdb_init_sam failed!
[Tue Jul 13 16:00:44 2004, 5] auth/auth.c:check_ntlm_password(270)
check_ntlm_password: winbind authentication for user [q904700] FAILED with error NT_STATUS_NO_SUCH_USER
[Tue Jul 13 16:00:44 2004, 2] auth/auth.c:check_ntlm_password(310)
check_ntlm_password: Authentication for user [q904700] -> [q904700] FAILED with error NT_STATUS_NO_SUCH_USER
log.winbindd
[Tue Jul 13 16:00:44 2004, 5] nsswitch/winbindd_pam.c:winbindd_pam_auth_crap(454)
NTLM CRAP authentication for user [AUSTRIA]\[q904700] returned NT_STATUS_OK (PAM: 0)
[Tue Jul 13 16:00:44 2004, 3] nsswitch/winbindd_acct.c:winbindd_create_user(875)
[24834]: create_user: user=>(q904700), group=>()
[Tue Jul 13 16:00:44 2004, 5] nsswitch/winbindd_acct.c:wb_getgrnam(521)
wb_getgrnam: Did not find group (nobody)
[Tue Jul 13 16:00:44 2004, 5] nsswitch/winbindd.c:winbind_client_read(463)
read failed on sock 28, pid 24834: EOF
I also found some errors within log.smbd, but that errors are moving from smbd to winbindd, depending which daemon is started first, the second one has that:
[Tue Jul 13 16:00:44 2004, 5] tdb/tdbutil.c:tdb_log(724)
tdb(unnamed): tdb_brlock failed (fd=14) at offset 4 rw_type=2 lck_type=6: Permission denied
Configuration:
[global]
workgroup =
netbios name = CIFSTEST1
server string = Samba Test server
security = DOMAIN
encrypt passwords = Yes
password server = *
log file = /var/opt/samba/log.%m
max log size = 20480
load printers = No
dns proxy = No
wins server = 10.1.20.1
winbind separator = +
idmap uid= 5000-65000
idmap gid = 5000-65000
winbind enum users = yes
winbind enum groups = yes
template shell = /usr/bin/sh
guest account = pcguest
[shares]
Valid users is in format "DOMAIN+USERNAME" or "@DOMAIN+GROUPNAME"
Is there anybody who has seen this error and knows how to solve it? I also have the complete logs in debug-level 5 and 10 available, if they are usefull.
Thx & br
Martin Schretzmei
Iâ ve troubles with a samba-installation ( version 3.0.2, HP-CIFS-Technologie Preview ) on HPUX 11i. I want to setup a fileserver within a customerenvironment connecting into a windows 2000 domain, which contains a lot of trusted domains. I have joined the domain already and wbinfo brings me the list of users and groups. Also within the winbind_imap.tdb I see some entrys which seems to map some windows-ids to unix ids. But when I try to connect to the share I always gets asked for a password and even with the correct pw entered the connection fails. Here are some outputs from the logs
Log.%m
[Tue Jul 13 16:00:44 2004, 5] lib/username.c:Get_Pwnam_internals(251)
Get_Pwnam_internals didn't find user [q904700]!
[Tue Jul 13 16:00:44 2004, 0] auth/auth_util.c:make_server_info_info3(1100)
make_server_info_info3: pdb_init_sam failed!
[Tue Jul 13 16:00:44 2004, 5] auth/auth.c:check_ntlm_password(270)
check_ntlm_password: winbind authentication for user [q904700] FAILED with error NT_STATUS_NO_SUCH_USER
[Tue Jul 13 16:00:44 2004, 2] auth/auth.c:check_ntlm_password(310)
check_ntlm_password: Authentication for user [q904700] -> [q904700] FAILED with error NT_STATUS_NO_SUCH_USER
log.winbindd
[Tue Jul 13 16:00:44 2004, 5] nsswitch/winbindd_pam.c:winbindd_pam_auth_crap(454)
NTLM CRAP authentication for user [AUSTRIA]\[q904700] returned NT_STATUS_OK (PAM: 0)
[Tue Jul 13 16:00:44 2004, 3] nsswitch/winbindd_acct.c:winbindd_create_user(875)
[24834]: create_user: user=>(q904700), group=>()
[Tue Jul 13 16:00:44 2004, 5] nsswitch/winbindd_acct.c:wb_getgrnam(521)
wb_getgrnam: Did not find group (nobody)
[Tue Jul 13 16:00:44 2004, 5] nsswitch/winbindd.c:winbind_client_read(463)
read failed on sock 28, pid 24834: EOF
I also found some errors within log.smbd, but that errors are moving from smbd to winbindd, depending which daemon is started first, the second one has that:
[Tue Jul 13 16:00:44 2004, 5] tdb/tdbutil.c:tdb_log(724)
tdb(unnamed): tdb_brlock failed (fd=14) at offset 4 rw_type=2 lck_type=6: Permission denied
Configuration:
[global]
workgroup =
netbios name = CIFSTEST1
server string = Samba Test server
security = DOMAIN
encrypt passwords = Yes
password server = *
log file = /var/opt/samba/log.%m
max log size = 20480
load printers = No
dns proxy = No
wins server = 10.1.20.1
winbind separator = +
idmap uid= 5000-65000
idmap gid = 5000-65000
winbind enum users = yes
winbind enum groups = yes
template shell = /usr/bin/sh
guest account = pcguest
[shares]
Valid users is in format "DOMAIN+USERNAME" or "@DOMAIN+GROUPNAME"
Is there anybody who has seen this error and knows how to solve it? I also have the complete logs in debug-level 5 and 10 available, if they are usefull.
Thx & br
Martin Schretzmei
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP