mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
ITS#10288 autoca: fix olcAutoCAserverClass config
This commit is contained in:
parent
6d41e5fef0
commit
c843b4ec93
1 changed files with 1 additions and 0 deletions
|
|
@ -670,6 +670,7 @@ static int autoca_cf( ConfigArgs *c )
|
|||
else
|
||||
rc = 1;
|
||||
}
|
||||
break;
|
||||
case ACA_USRKEYBITS:
|
||||
if ( c->value_int < MIN_KEYBITS )
|
||||
rc = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue