mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Don't use C comments to comment out C code
This commit is contained in:
parent
32a33fe678
commit
6fd5f89d8e
1 changed files with 5 additions and 2 deletions
|
|
@ -189,9 +189,12 @@ N_(" -D binddn bind DN\n"),
|
|||
N_(" -e [!]<ext>[=<extparam>] general extensions (! indicates criticality)\n")
|
||||
N_(" [!]assert=<filter> (an RFC 2254 Filter)\n")
|
||||
N_(" [!]authzid=<authzid> (\"dn:<dn>\" or \"u:<user>\")\n")
|
||||
/* do not advertize support for proxyDN
|
||||
#ifdef LDAP_CONTROL_OBSOLETE_PROXY_AUTHZ
|
||||
#if 0
|
||||
/* non-advertized support for proxyDN */
|
||||
N_(" [!]proxydn=<dn> (an RFC 2253 DN)\n")
|
||||
*/
|
||||
#endif
|
||||
#endif
|
||||
#ifdef LDAP_CONTROL_X_CHAINING_BEHAVIOR
|
||||
N_(" [!]chaining[=<resolveBehavior>[/<continuationBehavior>]]\n")
|
||||
N_(" one of \"chainingPreferred\", \"chainingRequired\",\n")
|
||||
|
|
|
|||
Loading…
Reference in a new issue