summaryrefslogtreecommitdiff
path: root/docs/modules.conf.example
diff options
context:
space:
mode:
authorRobin Burchell <viroteck@viroteck.net>2012-04-14 05:12:34 -0700
committerRobin Burchell <viroteck@viroteck.net>2012-04-14 05:12:34 -0700
commit2f8303334f2c5a62bcce47d39e8cf41208a9a296 (patch)
tree299a02210e380f998b923ac995b07f4a3fbafc4f /docs/modules.conf.example
parent9fbbdba61825a2316aa71492138059fd4d157217 (diff)
parent16cbb628161960eb87d5b2e8bdd62842b8eb0723 (diff)
Merge pull request #35 from pcarrier/insp20ldap
extras/m_ldapauth: CIDR-based whitelisting
Diffstat (limited to 'docs/modules.conf.example')
-rw-r--r--docs/modules.conf.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example
index 671c60ce9..b688882d0 100644
--- a/docs/modules.conf.example
+++ b/docs/modules.conf.example
@@ -960,6 +960,8 @@
# bindauth="mysecretpass" #
# verbose="yes"> #
# #
+# <ldapwhitelist cidr="10.42.0.0/16"> #
+# #
# The baserdn indicates the base DN to search in for users. Usually #
# this is 'ou=People,dc=yourdomain,dc=yourtld'. #
# #
@@ -987,6 +989,14 @@
# allow anonymous searching in which case these two values do not #
# need defining, otherwise they should be set similar to the examples #
# above. #
+# #
+# ldapwhitelist indicates that clients connecting from an IP in the #
+# provided CIDR do not need to authenticate against LDAP. It can be #
+# repeated to whitelist multiple CIDRs. #
+
+# ldapwhitelist indicates that clients connecting from the associated #
+# CIDR do to authenticate against LDAP. It can be used multiple #
+# times. #
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# LDAP oper configuration module: Adds the ability to authenticate #