From: Ondřej Kuzník Date: Mon, 10 Mar 2025 12:27:23 +0000 (+0000) Subject: ITS#10163 Add missed otp overlay to configure.ac X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c852e11cb9885fdc928c4dc98be94578b60783d5;p=thirdparty%2Fopenldap.git ITS#10163 Add missed otp overlay to configure.ac --- diff --git a/configure.ac b/configure.ac index 713e57eb20..a506cb1e7f 100644 --- a/configure.ac +++ b/configure.ac @@ -358,6 +358,8 @@ OL_ARG_ENABLE_OV(memberof, [Reverse Group Membership overlay], no, [no yes mod], ol_enable_overlays) OL_ARG_ENABLE_OV(nestgroup, [Nested Group overlay], no, [no yes mod], ol_enable_overlays) +OL_ARG_ENABLE_OV(otp, [OTP 2-factor authentication overlay], + no, [no yes mod], ol_enable_overlays) OL_ARG_ENABLE_OV(ppolicy, [Password Policy overlay], no, [no yes mod], ol_enable_overlays) OL_ARG_ENABLE_OV(proxycache, [Proxy Cache overlay],