- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- samba 3.0, krb5 and Active Directory
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
06-02-2004 01:19 AM
06-02-2004 01:19 AM
samba 3.0, krb5 and Active Directory
I'm working in a HP-UX 11.11 PA-RISC environment. Have installed gcc and gmake.
I noticed that CIFS dosen't support native Active Directory (AD). But if I install Samba 3.0.4 it should support AD. In the installation instructions for Samba 3.0.4 it says that samba together with AD requires krb5 development libraries (either from MIT or Heimdal).
I have installer the MIT krb5, but it's the "regular" krb5, not det development libraries. So it doesen't work, the include/config.h file in samba does not contain "#define HAVE_KRB5 1".
Does anybody know where to find the krb5 development libraries?
Is there anybody that have done this and got it to work (samba and native AD)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 01:46 AM
06-02-2004 01:46 AM
Re: samba 3.0, krb5 and Active Directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 02:15 AM
06-02-2004 02:15 AM
Re: samba 3.0, krb5 and Active Directory
In order to compile Samba with ADS support, you need to have installed on your system:
The MIT or Heimdal Kerberos development libraries (either install from the sources or use a package).
The OpenLDAP development libraries.
If your Kerberos libraries are in a non-standard location, then remember to add the configure option --with-krb5=DIR.
After you run configure, make sure that include/config.h it generates contain lines like this:
#define HAVE_KRB5 1
#define HAVE_LDAP 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 02:26 AM
06-02-2004 02:26 AM
Re: samba 3.0, krb5 and Active Directory
You are right. Ignore myy previouse post ( and this one)
Sorry, only positive thing is that your post stays on top!
Regards and succes solving your problem.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 04:55 AM
06-07-2004 04:55 AM
Re: samba 3.0, krb5 and Active Directory
Unless you just have a burning desire to build samba from scratch, why not try using the technology preview version for samba version 3. HP has built it and you can just download the binaries for it. The caution is that you won't get support from HP for this, but if you build it yourself, you're not getting support from HP anyway, so how bad can it be. :)
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=CIFSTP3
Regards,
Miguel Munoz