Difference between revisions of "OPS535 OpenLDAP Server"
m (Adding textbook reading) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
*** [https://tools.ietf.org/html/rfc4518 LDAP: Internationalized String Preparation RFC4518] | *** [https://tools.ietf.org/html/rfc4518 LDAP: Internationalized String Preparation RFC4518] | ||
*** [https://tools.ietf.org/html/rfc4519 LDAP: Schema for User Applications RFC4519] | *** [https://tools.ietf.org/html/rfc4519 LDAP: Schema for User Applications RFC4519] | ||
+ | * Advanced Topics | ||
+ | ** [https://www.oss.com/asn1/resources/asn1-made-simple/introduction.html ASN.1 Tutorial] | ||
+ | ** [https://www.zytrax.com/tech/survival/asn1.html ASN.1 Survival Guide] | ||
+ | ** [https://www.zytrax.com/books/ldap/ LDAP for rocket scientists] |
Latest revision as of 02:12, 6 January 2021
- Text book: Chapter 27
- OpenLDAP web site
- RFCs for LDAP
- RFC4510 - Lightweight Directory Access Protocol Technical Specification Road Map
- LDAP: The Protocol RFC4511
- LDAP: Directory Information Models RFC4512
- LDAP: Authentication Methods and Security Mechanisms RFC4513
- LDAP: String Representation of Distinguished Names RFC4514
- LDAP: String Representation of Search Filters RFC4515
- LDAP: Uniform Resource Locator RFC4516
- LDAP: Syntaxes and Matching Rules RFC4517
- LDAP: Internationalized String Preparation RFC4518
- LDAP: Schema for User Applications RFC4519
- RFC4510 - Lightweight Directory Access Protocol Technical Specification Road Map
- Advanced Topics