]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10288 autoca: fix olcAutoCAserverClass config
authorHoward Chu <hyc@openldap.org>
Fri, 29 Nov 2024 14:46:10 +0000 (14:46 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 29 Nov 2024 14:46:10 +0000 (14:46 +0000)
servers/slapd/overlays/autoca.c

index 692d9d5376edb95addcfa0e967a5acbfc7dcc579..1b15dcb08b332acc8eaf5f222a5402a1ecce1789 100644 (file)
@@ -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;