- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LDAP and Kerberos Auth Against Active Directory.
Operating System - HP-UX
1820390
Members
3454
Online
109623
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО09-25-2009 09:04 AM
тАО09-25-2009 09:04 AM
LDAP and Kerberos Auth Against Active Directory.
I have HP-UX boxes that I want to integrate into our Active Directory (R2 Schema).
I know this can be done rather easily with just a simple domain in AD, however I am looking for help with doing it in a multiple domain forest.
Basically I want to be able to get to these two trusted domains to allow auth for my nix systems...
NA.COMPANY.NET
NAC.COMPANY.NET
Has anyone ever accomplished this using just straight kerberos and ldap.
Supposedly Samba with adex (3.3 and higher) suppports it but it might be difficult to get a custom install of samba on all boxes.
The other option I suppose is Likewise Enterprise
I know this can be done rather easily with just a simple domain in AD, however I am looking for help with doing it in a multiple domain forest.
Basically I want to be able to get to these two trusted domains to allow auth for my nix systems...
NA.COMPANY.NET
NAC.COMPANY.NET
Has anyone ever accomplished this using just straight kerberos and ldap.
Supposedly Samba with adex (3.3 and higher) suppports it but it might be difficult to get a custom install of samba on all boxes.
The other option I suppose is Likewise Enterprise
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2009 10:40 AM
тАО09-25-2009 10:40 AM
Re: LDAP and Kerberos Auth Against Active Directory.
Shalom,
Best bet here:
If windows is the domain controller:
Use ADS and LDAP on Windows.
Use LDAP and Samba, highest version possible.
Develop a good smb.conf configuration.
Do a net join commmand, make sure it works.
Use that smb.conf file as a template, changing the name for other servers.
SEP
Best bet here:
If windows is the domain controller:
Use ADS and LDAP on Windows.
Use LDAP and Samba, highest version possible.
Develop a good smb.conf configuration.
Do a net join commmand, make sure it works.
Use that smb.conf file as a template, changing the name for other servers.
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2009 10:54 AM
тАО09-25-2009 10:54 AM
Re: LDAP and Kerberos Auth Against Active Directory.
My problem is I need to auth against multiple trusted domains in the forest, ldap idmap backend in samba doesn't do that. The ad idmap backup also doesn't do it.
Recently the adex backup was added and supposedly works for cross forest trusted auth.
[global]
workgroup = NA
security = ads
realm = NA.CL-WORLD.NET
;use kerberos keytab = true
password server = *
encrypt passwords = yes
idmap backend = adex
idmap uid = 10000 - 29999
idmap gid = 10000 - 29999
idmap config NAC:backend = adex
idmap config NAC:uid = 30000 - 39999
idmap config NAC:gid = 30000 - 39999
lanman auth = no
ntlm auth = no
winbind enum users = yes
winbind enum groups = yes
winbind separator = +
winbind nss info = adex
;winbind use default domain = yes
winbind offline logon = true
winbind normalize names = yes
client use spnego = yes
That is a sample configuration.
Recently the adex backup was added and supposedly works for cross forest trusted auth.
[global]
workgroup = NA
security = ads
realm = NA.CL-WORLD.NET
;use kerberos keytab = true
password server = *
encrypt passwords = yes
idmap backend = adex
idmap uid = 10000 - 29999
idmap gid = 10000 - 29999
idmap config NAC:backend = adex
idmap config NAC:uid = 30000 - 39999
idmap config NAC:gid = 30000 - 39999
lanman auth = no
ntlm auth = no
winbind enum users = yes
winbind enum groups = yes
winbind separator = +
winbind nss info = adex
;winbind use default domain = yes
winbind offline logon = true
winbind normalize names = yes
client use spnego = yes
That is a sample configuration.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP