Operating System - HP-UX
1826341 Members
4016 Online
109692 Solutions
New Discussion

Re: HPUX CIFS NT_STATUS_INVALID_PARAMETER

 
Haim Lichaa
Advisor

HPUX CIFS NT_STATUS_INVALID_PARAMETER

When trying to migrate my CIFS to a Windows 2008 Active directory server I receive the following error in the client log file.

[2010/06/29 11:13:04, 0] auth/auth_domain.c:domain_client_validate(256)
domain_client_validate: unable to validate password for user XXXXX in domain
XXXX to Domain controller XXXXX. Error was NT_STATUS_INVALID_PARAMETER.

I'm currently running the following:
# swlist -l product|grep -i ldap
LdapUxClient B.05.00 LDAP-UX Client Services
NisLdapServer B.05.00 The NIS/LDAP Gateway (ypldapd)
# swlist -l product|grep -i cifs
CIFS-Development A.02.04.01 HP CIFS Server Source Code Files
CIFS-Server A.02.04.01 HP CIFS Server (Samba) File and Print Se

On HPUX 11v2. I tried following the document http://docs.hp.com/en/16322/CIFSUnifiedLoginV2.pdf but all I am really interested in is the windows fileshare component and not the unified login. What section must I complete to only allow for Windows Fileshare?

Thanks
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: HPUX CIFS NT_STATUS_INVALID_PARAMETER

Shalom,

To properly integrate the CIFS share into a Windows 2008 ADS domain, you need to issue a command.

net join

You may need to do an ads join, this all depends on your goals.

Any net join command will require an administrative user id and password on the windows domain to properly integrate.

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
nightwich
Valued Contributor

Re: HPUX CIFS NT_STATUS_INVALID_PARAMETER

Hi Haim


Try this configuration

Put this entry in the fstab

Windows_server:/share_path$ /it_g cifs username=xxxx,password=xxxx 0 0


Where username is a user for your AD and have permissions to mount the share.

Them mountall

In my environment this setup is working.

Reply if you have any doubt


Regards