mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
use / as separator
This commit is contained in:
parent
e2292d34e1
commit
5339c69620
@ -114,7 +114,7 @@ N_(" [!]noop\n")
|
||||
N_(" ppolicy\n")
|
||||
#endif
|
||||
#ifdef LDAP_CONTROL_X_CHAINING_BEHAVIOR
|
||||
N_(" [!]chaining[=<resolveBehavior>[,<continuationBehavior>]]\n")
|
||||
N_(" [!]chaining[=<resolveBehavior>[/<continuationBehavior>]]\n")
|
||||
N_(" one of \"chainingPreferred\", \"chainingRequired\",\n")
|
||||
N_(" \"referralsPreferred\", \"referralsRequired\"\n")
|
||||
#endif /* LDAP_CONTROL_X_CHAINING_BEHAVIOR */
|
||||
@ -304,7 +304,7 @@ tool_args( int argc, char **argv )
|
||||
if ( cvalue != NULL ) {
|
||||
char *continuation;
|
||||
|
||||
continuation = strchr( cvalue, ',' );
|
||||
continuation = strchr( cvalue, '/' );
|
||||
if ( continuation ) {
|
||||
/* FIXME: this makes sense only in searches */
|
||||
*continuation++ = '\0';
|
||||
|
Loading…
Reference in New Issue
Block a user