]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
finalize docs a bit
authorAlan T. DeKok <aland@freeradius.org>
Thu, 14 Dec 2023 16:27:21 +0000 (11:27 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 14 Dec 2023 16:27:21 +0000 (11:27 -0500)
doc/antora/modules/reference/pages/unlang/transaction.adoc

index 09c3d09c7a4c15390d17c6fd61a1d3708e0190ad..cedd3f34b78d0c36af93a56c5b8746156589403a 100644 (file)
@@ -46,7 +46,9 @@ transaction {
 }
 ----
 
-The last entry in a `transaction` section can also be an xref:unlang/actions.adoc[actions] subsection.  If set, those actions over-ride any previously set defaults.
+The last entry in a `transaction` section can also be an
+xref:unlang/actions.adoc[actions] subsection.  If set, those actions
+over-ride any previously set defaults.
 
 == Grouping Edits
 
@@ -55,7 +57,9 @@ xref:unlang/edit.adoc[edit] instructions.  When edit instructions are
 grouped, then the edits are done in an atomic transaction.  That is,
 either all of the edits succeed, or none of them do.
 
-For now, the only purpose of `transaction` is to group edits.  If a module is used inside of 
+For now, the only purpose of `transaction` is to group edits.  None of
+the modules support transactions.  If a module is used inside of a
+transaction, the server will return an error, and will not start.
 
 // Copyright (C) 2023 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.
 // This documentation was developed by Network RADIUS SAS.