Operating System - HP-UX
1819930 Members
3122 Online
109607 Solutions
New Discussion юеВ

samba fails to map network drive after switching to trusted system

 
David Vann_2
Advisor

samba fails to map network drive after switching to trusted system

HP-UX 11.31
This was working until switching to trusted system.

After switching to trusted system using tsconvert I can no longer connect to samba. I tried re-joining the domain and it said it was successfull. Tried rebuilding smbpasswd and re joining again and that was successfull, but still cannot map network drive. In the log.smbd I'm getting:
203 [2010/10/19 17:22:15, 0] auth/pampass.c:smb_pam_account(572)
204 smb_pam_account: PAM: UNKNOWN PAM ERROR (32) during Account Management
for User: davann
205 [2010/10/19 17:22:15, 0] auth/pampass.c:smb_pam_accountcheck(780)
206 smb_pam_accountcheck: PAM: Account Validation Failed - Rejecting User
davann!
207 [2010/10/19 17:22:15, 1] auth/auth_domain.c:domain_client_validate(281)
208 PAM account restriction prevents user login

Any help would be appreciated
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: samba fails to map network drive after switching to trusted system

Shalom,

Please post the security line from smb.conf

Because smbpasswd will not be used unless security=user is built into the smb.conf file.

if security = user
then there needs to be an OS user for each smbpasswd user.

Something does not add up.

Check the pam configuration, it might be preventing authentication.

206 smb_pam_accountcheck: PAM: Account Validation Failed - Rejecting User
davann!
207 [2010/10/19 17:22:15, 1] auth/auth_domain.c:domain_client_validate(281)
208 PAM account restriction prevents user login

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
David Vann_2
Advisor

Re: samba fails to map network drive after switching to trusted system

smb.conf

security = domain

davann has been added to smbpasswd

As far as I know davann is not restricted in pam.conf nor pam_user.conf

That account can log into unix w/o any issues.