aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/modules.conf.example
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-04-20 11:51:10 +0100
committerGravatar Sadie Powell2023-04-20 11:52:03 +0100
commit87f8c35e03da9fdceae423b0da9a2ce179b83fb2 (patch)
tree22391a6ef5f41ebc92dfbef09657e4f24af9a17b /docs/conf/modules.conf.example
parent<link:sctp> is for outgoing connections not incoming connections. (diff)
Merge <ldapauth:allowpattern> and <ldapwhitelist>.
Closes #1478.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r--docs/conf/modules.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index 952eb14ae..34f79efae 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -1402,13 +1402,13 @@
# <ldapauth dbid="ldapdb" #
# baserdn="ou=People,dc=brainbox,dc=cc" #
# attribute="uid" #
-# allowpattern="Guest* Bot*" #
# killreason="Access denied" #
# verbose="yes" #
# host="$uid.$ou.inspircd.org" #
# useusername="no"> #
# #
-# <ldapwhitelist cidr="10.42.0.0/16"> #
+# <ldapexemption mask="*!*@10.42.0.0/16"> #
+# <ldapexemption mask="Guest*!*@*"> #
# #
# <ldaprequire attribute="attr" value="val"> #
# #