mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
Print information about control used.
This commit is contained in:
parent
ffe448910c
commit
1903295032
@ -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…
x
Reference in New Issue
Block a user