From 10f9249961901dfda99f50272ba843f74f7bda68 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Thu, 30 Mar 2017 05:08:53 +0000 Subject: [PATCH] Update Null level --- .../lib/Lemonldap/NG/Manager/Build/Attributes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm index 9d1ae4794..428321e37 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm @@ -2229,7 +2229,7 @@ m{^(?:ldapi://[^/]*/?|\w[\w\-\.]*(?::\d{1,5})?|ldap(?:s|\+tls)?://\w[\w\-\.]*(?: # Null nullAuthnLevel => { type => 'int', - default => 2, + default => 0, documentation => 'Null authentication level', },