Alan DeKok wrote:
> > If you run 3.0 on 2.x dictionaries
> Don't. Just... don't.
In that case, it might help to document the "dictionary =" main configuration
item.
Patch attached.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
diff --git a/raddb/dictionary.in b/raddb/dictionary.in
index 7e84794..fa7076b 100644
--- a/raddb/dictionary.in
+++ b/raddb/dictionary.in
@@ -2,6 +2,10 @@
# This is the master dictionary file, which references the
# pre-defined dictionary files included with the server.
#
+# Usually this file is located in ${raddbdir}/dictionary,
+# however, servers configured with a "dictionary = PATH"
+# directive will source from ${dictionary}/dictionary instead.
+#
# Any new/changed attributes MUST be placed in this file, as
# the pre-defined dictionaries SHOULD NOT be edited.
#
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html