| 1 | == LDAP Resources == |
| 2 | |
| 3 | ORBIT usess the oppen-source implementation of the The Lightweight Directory Access Protocol (LDAP) from [[http://www.openldap.org/ OpenLDAP]]. Many of the ideas about using LDAP to implement RBAC on ORBIT are from this site. |
| 4 | |
| 5 | = LDAP References = |
| 6 | |
| 7 | == LDAP Version 2 documents in Adobe Acrobat (.pdf) format == |
| 8 | |
| 9 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc1777.txt.pdf RFC1777 Lightweight Directory Access Protocol]] |
| 10 | |
| 11 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc1778.txt.pdf RFC1778 The String Representation of Standard Attribute Syntaxes]] |
| 12 | |
| 13 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc1779.txt.pdf RFC1779 A String Representation of Distinguished Names]] |
| 14 | |
| 15 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc1959.txt.pdf RFC1959 An LDAP URL format]] |
| 16 | |
| 17 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc1960.txt.pdf RFC1960 A String Representation of LDAP Search Filters]] |
| 18 | |
| 19 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc1823.txt.pdf RFC1823 The LDAP Application Program Interface (C language API)]] |
| 20 | |
| 21 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc2596.txt.pdf RFC2596 Use of Language Codes in LDAP]] |
| 22 | |
| 23 | == LDAP Version 3 Documents == |
| 24 | |
| 25 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc4510.txt.pdf RFC4510 LDAP: Technical Specification Road Map]] |
| 26 | |
| 27 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc4511.txt.pdf RFC4511 LDAP: The Protocol]] |
| 28 | |
| 29 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc4512.txt.pdf RFC4512 LDAP: Directory Information Models]] |
| 30 | |
| 31 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc4513.txt.pdf RFC4513 LDAP: Authentication Methods and Security Mechanisms]] |
| 32 | |
| 33 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc4514.txt.pdf RFC4514 LDAP: String Representation of Distinguished Names]] |
| 34 | |
| 35 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc4515.txt.pdf RFC4515 LDAP: String Representation of Search Filters]] |
| 36 | |
| 37 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc4516.txt.pdf RFC4516 LDAP: Uniform Resource Locator]] |
| 38 | |
| 39 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc4517.txt.pdf RFC4517 LDAP: Syntaxes and Matching Rules]] |
| 40 | |
| 41 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc4518.txt.pdf RFC4518 LDAP: Internationalized String Preparation]] |
| 42 | |
| 43 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc4519.txt.pdf RFC4519 LDAP: Schema for User Applications]] |
| 44 | |
| 45 | == LDAP Data Interchange Format (LDIF) == |
| 46 | |
| 47 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc2849.txt.pdf RFC2849 The LDAP Data Interchange Format (LDIF)]] |
| 48 | |
| 49 | [[ftp://ftp.rfc-editor.org/in-notes/pdfrfc/rfc4525.txt.pdf RFC4525 Lightweight Directory Access Protocol (LDAP) Modify-Increment Extension]] |
| 50 | |