Penguin

Differences between version 6 and predecessor to the previous major change of LDAP.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Monday, March 22, 2004 9:12:39 pm by StuartYeates Revert
Older page: version 4 Last edited on Wednesday, September 3, 2003 6:31:40 pm by PerryLorier Revert
@@ -1,14 +1,14 @@
 [Acronym] for __L__ightweight __D__irectory __A__ccess __P__rotocol. 
  
-A protocol for accessing heirachial data. Kinda like [SQL] except it has "fixed" Schema's (you can define your own, but not quite as easily as you do in [SQL]). 
+A protocol for accessing heirachical data. Kinda like [SQL] except it has "fixed" Schema's (you can define your own, but not quite as easily as you do in [SQL]) and it's for [HierarchicalDataBase]s rather than [RelationalDataBase]s
  
-[LDAP] is (often) optimised for reading data, not read/write, so it's often used for directories. 
+[LDAP] implementations are (often) optimised for reading data, not read/write, so it's often used for directories. 
  
 Netware's [NDS] speaks [LDAP], Microsofts ActiveDirectory speaks [LDAP]. It's just a protocol. 
  
 DanielLawson is our local [LDAP] guru. If you've got the problem, he's got the solution :) 
  
-See [LDAPNotes], [LDAPAuthentication], [OpenLdapAccessControls], [OpenLDAP], [OpenLdap ] for more information 
+See [LDAPNotes], [LDAPURLs ], [LDAPAuthentication], [OpenLdapAccessControls] and [OpenLDAP] for more information 
  
 ---- 
 CategoryProtocols