- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LDAP/CIFS/Kerberos? Problems with AD and LDAP ...
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
05-10-2004 09:50 PM
05-10-2004 09:50 PM
I have an AD directory domain, and I've been told with the technology preview of CIFS it is possible to make a HP-UX a 'member server'. To do this, I need to use 'Encrypted passwords' in the smb.conf file.
I have installed Kerberos and LDAP so that the AD domain can be queried.
I get the following error in the log.
Anyone know an answer to this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 04:58 AM
05-11-2004 04:58 AM
Re: LDAP/CIFS/Kerberos? Problems with AD and LDAP encryption.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 02:36 AM
05-13-2004 02:36 AM
Re: LDAP/CIFS/Kerberos? Problems with AD and LDAP encryption.
It should be failrly simple. Maybe I am missing something abvious? Maybe it's not even possible the way HP says?
Robert Campbell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 04:40 AM - last edited on 09-16-2024 02:19 AM by support_s
05-13-2004 04:40 AM - last edited on 09-16-2024 02:19 AM by support_s
Re: LDAP/CIFS/Kerberos? Problems with AD and LDAP encryption.
- Tags:
- virtualization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 07:36 AM
05-13-2004 07:36 AM
Re: LDAP/CIFS/Kerberos? Problems with AD and LDAP encryption.
The technology preview should allow you to use 2.2.8b in an AD environment, with kerberos as the ldap secure negotiator, but it does just not seen to work.
You're saying that LDAP uses SSL rather than kerberos? That would mean LDAP is missing several libraries for the SSL part of it.
I'll try installing the HP 'certified' ver of the SSH server/client (which includes the SSL libraries).
I'll report back on my findings ;-)
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 08:01 AM
05-13-2004 08:01 AM
Re: LDAP/CIFS/Kerberos? Problems with AD and LDAP encryption.
LDAP can be configured to use kerb or SSL, or probably both if you really wanted, but it appears as though your LDAP client is attempting to establish an SSL connection. I can post my 2.2.8 (non-AD LDAP) and my 3.x (LDAP in a Win2k3 AD environment) smb.conf files if that would help you out any
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 09:28 PM
05-16-2004 09:28 PM
Re: LDAP/CIFS/Kerberos? Problems with AD and LDAP encryption.
the idea was to use an AD server just to authenticate the client's access to the shares on a Hp-UX server.
As far as I understand it, the smb.conf settings of importance are the settings for the authentication model (DOMAIN as opposed to USER or SHARE) and the encrypted password setting (which is where mine goes wrong). But you are saying that it all works with OpenLDAP? Is this because this is compiled with the SSL/Kerberos libraries built in?
I'd prefer not to compile things, as I have found it does not always work without a headache. Is there a series of packages to install to solve the encrypted authentication problem?
Thanks for the tips so far, I thought it might be in that area, but it's good to see my 'theories' confirmed! Thanks very much indeed!
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 04:49 AM
05-17-2004 04:49 AM
SolutionI suppose it would be possible to use a AD backend in samba 2.2, but you would have to feed AD's LDAP server the samba schema. Either way, samba must be built against OpenLDAP, OpenSSL, and Kerb. Most of this support must be enabled at compile time.
Unless HP or someone has a Samba 3.x binary thats compiled with all the options you need turned on, you may be stuck with compiling your own.