]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
docs: Modules can have named instances
authorTerry Burton <tez@terryburton.co.uk>
Wed, 31 Jul 2019 19:37:50 +0000 (20:37 +0100)
committerAlan DeKok <aland@freeradius.org>
Thu, 1 Aug 2019 16:16:01 +0000 (12:16 -0400)
doc/unlang/keywords.adoc

index 9f7770db47345a5bcda427e59b81603cd13fa96c..dc5040886017b9afb23f9755e1d2095e5e46a1df 100644 (file)
@@ -86,7 +86,8 @@ impossible to create before.
 The _module_ keywords refer pre-packaged libraries that implement
 specific functionality, such as connecting to SQL, LDAP, etc.  The
 name used here is not the literal string `module`.  Instead, it is the
-name of a pre-packaged module such as `sql`, or `ldap`, or `eap`.
+name of an instance of a pre-packaged module such as `sql`, or `ldap`, or
+`eap`.
 
 The documentation below describes how to reference modules.  That is,
 how to use `sql`, etc. in the policies.  Please see the