- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ldap to windows 2003
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
07-19-2007 11:26 PM
07-19-2007 11:26 PM
Ldap to windows 2003
The hp-ux client sees the 2003 domain controller.
however the proxy user has problems.
# /opt/ldapux/config/ldap_proxy_config -v
File Credentials verified - INVALID
Cannot understand thuis as when i setup the proxy user all is fine.
Has anyone had this problem or can point me in the right direction?
as below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2007 12:00 AM
07-20-2007 12:00 AM
Re: Ldap to windows 2003
It might be helpful to "gag" look at the Windows 2003 Server event log. There should be an event corresponding in time stamp to your credential issue that might explain why Windows is unhappy.
SEP
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
07-22-2007 07:43 PM
07-22-2007 07:43 PM
Re: Ldap to windows 2003
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 02:23 AM
07-23-2007 02:23 AM
Re: Ldap to windows 2003
As ferris bullers teacher said anyone anyone.
Can you help me please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 02:44 AM
07-24-2007 02:44 AM
Re: Ldap to windows 2003
- The user must be a valid domain member.
- The user must have special read priviledges (Use Delegation Wizard from AD Users & Computers on the Users container)
- The user's account must not be locked out, disabled, expired, password expired or otherwise unavailable.
- The account options must have the "Use DES encryption types for this account" checked.
- The user does NOT need to have any of the UNIX attributes set.
- You may want to run /opt/ldapux/config/ldap_proxy_config -i and re-initialize the password and settings.
- Use /opt/ldapux/config/ldap_proxy_config -p to verify that they are correct. e.g:
server# /opt/ldapux/config/ldap_proxy_config -p
PROXY DN: CN=LDAP Proxy User,CN=Users,DC=mydomain,DC=com
I almost always locked it out during testing, thus messing up all the clients.
On the windows side, enable authentication failure and success messages in the event logs and try watching for those.
Good luck,
Don
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 08:32 AM
07-24-2007 08:32 AM
Re: Ldap to windows 2003
The easiest test would be to manually search or bind with the proxy credentials you are passing to the NT server from LDAP-UX.
ldapsearch -h ntserver -p 389 -D "full_proxy_dn" -w "proxy account pw" -b "your base DN" samaccountname="some NT ID"
ldapsearch is pretty verbose in it's errors if authentication fails.