- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LDAP problem
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
04-18-2006 08:44 PM
04-18-2006 08:44 PM
LDAP problem
1. If the password is centralized at Server A that means all users will login to the Server A first , could advise how the user can use the application at Server B ? should I setup ssh for the user who want to use Server B ?
2. How the path is shared between the servers ?
thx in advise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 08:56 PM
04-18-2006 08:56 PM
Re: LDAP problem
2. What path?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 08:57 PM
04-18-2006 08:57 PM
Re: LDAP problem
please look at http://www.docs.hp.com/ for LDAP background reading first.
Can you also please read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
0 points to 64 replies !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 09:31 PM
04-18-2006 09:31 PM
Re: LDAP problem
"no need to login server A first " , do you mean if the user want to use the application in Server B , he just directly login to Server B , the LDAP will ask Server A to authenticate , am I right ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 09:37 PM
04-18-2006 09:37 PM
Re: LDAP problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 10:00 PM
04-18-2006 10:00 PM
Re: LDAP problem
but I have query , do you think centralize all user login to server A is good way ? if all user login to server A , and then I setup the ssh to re-direct the user to server B , the advantage is the users are no need to remember what application are in what server , he only login to login one single server ( it seems very good if there are many servers ) , am I right ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 06:35 PM
04-19-2006 06:35 PM
Re: LDAP problem
what is the usual practice , the user should login Server A or directly login Server B ( assume the user need to use the application at Server B ) ? please advise .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 06:43 PM
04-19-2006 06:43 PM
Re: LDAP problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 07:04 PM
04-19-2006 07:04 PM
Re: LDAP problem
LDAP can be used like NIS. You have a master server and a slave or two. So long as user logon uses the correct ldap configuration, it will be authenticated.
It can be used to authenticate even windows users.
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
04-19-2006 09:44 PM
04-19-2006 09:44 PM
Re: LDAP problem
you said "You have a master server and a slave or two"
that mean if the Server A ( ldap server ) is crashed , then the login will ask the auth. from Server B ( assume server B is slave ldap server ) , am I right ? if yes , how the password info is synchronize between server A and server B ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 11:28 PM
04-19-2006 11:28 PM
Re: LDAP problem
Any updates (write accesses like ldapmodify) are done to the master server and then spread to the replication servers.
The syncronization of the replication servers is taken care of automatically but could as well be initiated by the directory admin.
As LDAP's main purpose is for mostly reading access this is usually appropriate for user authentication and single sign on.
If you put data in your directory that requires frequent updates (unlike an occassional change of password by a user) then better consider using a DBMS like MySQL, PostgreSQL, Informix, Oracle etc.