Fix table notation (#12)
This commit is contained in:
parent
e8e70a00f8
commit
e69fc50d73
@ -5,23 +5,23 @@ ldap-client
|
|||||||
|
|
||||||
This library implements (the parts of) [RFC 4511][rfc4511]
|
This library implements (the parts of) [RFC 4511][rfc4511]
|
||||||
|
|
||||||
Feature | RFC Section | Support
|
| Feature | RFC Section | Support
|
||||||
:--------------------------- |:---------------:|:-----------:
|
|:---------------------------- |:---------------:|:-----------:
|
||||||
Bind Operation | [4.2][4.2] | ✔
|
| Bind Operation | [4.2][4.2] | ✔
|
||||||
Unbind Operation | [4.3][4.3] | ✔
|
| Unbind Operation | [4.3][4.3] | ✔
|
||||||
Unsolicited Notification | [4.4][4.4] | ✔
|
| Unsolicited Notification | [4.4][4.4] | ✔
|
||||||
Notice of Disconnection | [4.4.1][4.4.1] | ✔
|
| Notice of Disconnection | [4.4.1][4.4.1] | ✔
|
||||||
Search Operation | [4.5][4.5] | ✔\*
|
| Search Operation | [4.5][4.5] | ✔\*
|
||||||
Modify Operation | [4.6][4.6] | ✔
|
| Modify Operation | [4.6][4.6] | ✔
|
||||||
Add Operation | [4.7][4.7] | ✔
|
| Add Operation | [4.7][4.7] | ✔
|
||||||
Delete Operation | [4.8][4.8] | ✔
|
| Delete Operation | [4.8][4.8] | ✔
|
||||||
Modify DN Operation | [4.9][4.9] | ✔
|
| Modify DN Operation | [4.9][4.9] | ✔
|
||||||
Compare Operation | [4.10][4.10] | ✔
|
| Compare Operation | [4.10][4.10] | ✔
|
||||||
Abandon Operation | [4.11][4.11] | ✘
|
| Abandon Operation | [4.11][4.11] | ✘
|
||||||
Extended Operation | [4.12][4.12] | ✔
|
| Extended Operation | [4.12][4.12] | ✔
|
||||||
IntermediateResponse Message | [4.13][4.13] | ✔
|
| IntermediateResponse Message | [4.13][4.13] | ✔
|
||||||
StartTLS Operation | [4.14][4.14] | ✔†
|
| StartTLS Operation | [4.14][4.14] | ✔†
|
||||||
LDAP over TLS | - | ✔
|
| LDAP over TLS | - | ✔
|
||||||
|
|
||||||
\* The `:dn` thing is unsupported in Extensible matches
|
\* The `:dn` thing is unsupported in Extensible matches
|
||||||
† Only serves as an example of Extended Operation. It's useless for all practical purposes as it does not actually enable TLS. In other words, use LDAP over TLS instead.
|
† Only serves as an example of Extended Operation. It's useless for all practical purposes as it does not actually enable TLS. In other words, use LDAP over TLS instead.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user