From 85555a514cc3501bb66d3fb2513ed1a32b6fe537 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Thu, 14 Aug 2025 08:35:51 +0200 Subject: [PATCH] Allow Ldap deprecated functions. --- src/aute_smbldap.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/aute_smbldap.c b/src/aute_smbldap.c index 98552c0..d0069f8 100644 --- a/src/aute_smbldap.c +++ b/src/aute_smbldap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2018 Andrea Zagli + * Copyright (C) 2010-2025 Andrea Zagli * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,7 +27,10 @@ #include #include + +#define LDAP_DEPRECATED 1 #include + #include #include -- 2.50.1