- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to do CIFS client on hpux 11iv3 authenticating...
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-24-2011 05:43 AM
02-24-2011 05:43 AM
How to do CIFS client on hpux 11iv3 authenticating to ADS2003 using kerberos
With ntlm authentication, no problem.
How to do step by step with kerberos 5 authentication?
I have dc1.ad.xyz.com and dc2.ad.xyz.com server, fs3.ad.xyz.com server, remote share TEST on fs3, mount point on my hp-ux server /mnt/adshare, user test_acc with password 4hpux2AD, in the cifsclient.cfg is authenticationMethod = kerberos;
Best Regards Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2011 07:59 PM - last edited on 08-25-2011 02:20 PM by Kevin_Paul
02-24-2011 07:59 PM - last edited on 08-25-2011 02:20 PM by Kevin_Paul
Re: How to do CIFS client on hpux 11iv3 authenticating to ADS2003 using kerberos
What's your CIFS version ?
Some threads related to this.
http://h30499.www3.hp.com/t5/System-Administration/How-to-configure-kerberos-for-cifs-server-in-HPUX-11-31/m-p/4514074#M366162
http://h30499.www3.hp.com/t5/System-Administration/Configuring-kerberos-for-CIFS/m-p/4603989#M376098
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2011 12:45 AM
02-25-2011 12:45 AM
Re: How to do CIFS client on hpux 11iv3 authenticating to ADS2003 using kerberos
KRB5-Client B.11.31 Kerberos V5 Client Version 1.3.5.03
PAM-Kerberos D.01.26 PAM-Kerberos Version 1.26
krb5client E.1.6.2.07 Kerberos V5 Client Version 1.6.2.07
# swlist -l product |grep -i ldap
LdapUxClient B.04.20 LDAP-UX Client Services
NisLdapServer B.04.20 The NIS/LDAP Gateway (ypldapd)
# swlist -l product |grep -i cifs
CIFS-CFSM A.02.04.01 HP CIFS File System Module
CIFS-Client A.02.02.02 HP CIFS Client
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 Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2011 06:28 AM
02-25-2011 06:28 AM
Re: How to do CIFS client on hpux 11iv3 authenticating to ADS2003 using kerberos
An excellent document by Eric Roseme:
http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02564031/c02564031.pdf
Step-by-step setting up kerberos, ldap, cifs.
Earl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2011 07:31 AM
02-25-2011 07:31 AM
Re: How to do CIFS client on hpux 11iv3 authenticating to ADS2003 using kerberos
thank you very much.
This document is really cool, but I need the other HP-UX CIFS client only. Everything else is on the side Windows.
I do not see it clearly, what I have on the side HP-UX.
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2011 08:03 AM
02-25-2011 08:03 AM
Re: How to do CIFS client on hpux 11iv3 authenticating to ADS2003 using kerberos
then run CIFS client:
/sbin/init.d/cifsclient start
and type 2 commands:
/usr/bin/mkdir -p -m u=rwx,g=rx,o=rx /mnt/adshare && \
/usr/sbin/mount -F cifs -o username=test_acc,password=4hpux2AD fs3:/TEST /mnt/adshare
and that's all.
I'm looking for the same procedure as done with Kerberos authentication.
# cifslist
Mounted Object________Mountpoint_______State
--------------------------------------------
\\FS3\TEST____________/mnt/adshare_____M
================================================
Server____Local User____Remote User___Domain___State
----------------------------------------------------
fs3_______root__________test_acc_______________L
#