From: Terry Burton Date: Wed, 31 Jul 2019 19:37:50 +0000 (+0100) Subject: docs: Modules can have named instances X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00afafaaa33a165eac4da1230ee4ee7a677c6a3;p=thirdparty%2Ffreeradius-server.git docs: Modules can have named instances --- diff --git a/doc/unlang/keywords.adoc b/doc/unlang/keywords.adoc index 9f7770db473..dc504088601 100644 --- a/doc/unlang/keywords.adoc +++ b/doc/unlang/keywords.adoc @@ -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