From c852e11cb9885fdc928c4dc98be94578b60783d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Mon, 10 Mar 2025 12:27:23 +0000 Subject: [PATCH] ITS#10163 Add missed otp overlay to configure.ac --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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], -- 2.47.3