Updated documentation
authorAlan T. DeKok <aland@freeradius.org>
Thu, 26 Aug 2010 10:54:55 +0000 (12:54 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 26 Aug 2010 14:14:59 +0000 (16:14 +0200)
raddb/modules/perl
src/modules/rlm_perl/example.pl

index d961b11..69ad307 100644 (file)
@@ -17,9 +17,9 @@ perl {
        #  The following hashes are given to the module and
         #  filled with value-pairs (Attribute names and values)
        #
-       #  %RAD_CHECK           Read-only       Check items
-       #  %RAD_REQUEST         Read-only       Attributes from the request
-       #  %RAD_REPLY           Read-write      Attributes for the reply
+       #  %RAD_CHECK           Check items
+       #  %RAD_REQUEST         Attributes from the request
+       #  %RAD_REPLY           Attributes for the reply
        # 
        #  The return codes from functions in the perl_script
        #  are passed directly back to the server.  These
index e5f584b..7395ece 100644 (file)
@@ -22,6 +22,9 @@
 #
 # You can use every module that comes with your perl distribution!
 #
+# If you are using DBI and do some queries to DB, please be sure to
+# use the CLONE function to initialize the DBI connection to DB.
+#
 
 use strict;
 # use ...