LDAP stands for Lightweight Directory Access Protocol. This is an extensible open network protocol standard that provides access to distributed directory services. LDAP is an Internet standard for directory services that run on TCP/IP. Under OpenLDAP and related servers, there are two servers slapd, the LDAP daemon where the queries are sent to and slurpd, the replication daemon where data from one server is pushed to one or more slave servers. By having multiple servers hosting the same data, you can increase reliability, scalability, and availability.
<> It defines the operations one may perform like search, add, delete, modify, change name
<> It defines how operations and data are conveyed.
LDAP has the potential to consolidate all the existing application specific information like user, company phone and e-mail lists. This means that the change made on an LDAP server will take effect on every directory service based application that uses this piece of user information. The variety of information about a new user can be added through a single interface which will be made available to Unix account, NT account, e-mail server, Web Server, Job specific news groups etc.
When the user leaves his account can be disabled to all the services in a single operation. So LDAP is most useful to provide "white pages" (e.g. names, phone numbers, roles etc) and "yellow pages (e.g. location of printers, application servers etc) like services. Typically in a J2EE application environment it will be used to authenticate and authorize users.
Posted Date:- 2021-09-16 08:10:26
What is WebLogic JNDI WLInitialContextFactory?
What is Jtatransactionmanager?
What does @transactional do in Java?
What is difference between JNDI and JDBC?
Explain the creation of a thread-safe singleton in Java using double-checked locking.
Compare overloading with overriding.
What Is Xfn And How Does This Relate To Jndi?
How Does Jndi Relate To Omg's Corba Standards For Naming?
Who Will Provide Implementations Of Jndi?
Where Is Jndi Being Used In The Java Platform?
What Is An Ldap Server ? And What Is It Used For In An Enterprise Environment ?
What Is A Jndi Initialcontext ?
Explain The Importance Of Jndi?
How can we delete one attribute in LDAP with LDIF?
Name the Three Ldap Client Utilities Or Applications?
What Is Xfn And How Does This Relate To Jndi?
What is XFN and how does this relate to JNDI?
How does JNDI relate to Microsoft's ADSI?
How does JNDI relate to OMG's CORBA standards for naming?
How Does Jndi Relate To Netscape's Java Ldap Api?
What Protocols Does Jndi Provide An Interface To?
Who Will Provide Implementations Of Jndi?
Where Is Jndi Being Used In The Java Platform?
So Where Does Jndi Fit Into This Ldap ?
Difference between JNDI list and listBindings method.
Why do we need JNDI when communication using LDAP is possible?
Explain what is a naming service in JNDI?
Tell me what do you know about LDAP?
What is the importance of JNDI?
What do you know about the directory service of JNDI?