mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
Print information about control used.
This commit is contained in:
parent
ffe448910c
commit
1903295032
1 changed files with 8 additions and 0 deletions
|
|
@ -1047,6 +1047,14 @@ main( int argc, char **argv )
|
|||
printf("\n# with manageDSAit %scontrol",
|
||||
manageDSAit > 1 ? "critical " : "" );
|
||||
}
|
||||
if ( noop ) {
|
||||
printf("\n# with noop %scontrol",
|
||||
noop > 1 ? "critical " : "" );
|
||||
}
|
||||
if ( valuesReturnFilter ) {
|
||||
printf("\n# with valuesReturnFilter %scontrol: %s",
|
||||
valuesReturnFilter > 1 ? "critical " : "", vrFilter );
|
||||
}
|
||||
|
||||
printf( "\n#\n\n" );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue