{section: Limitations}
 
-*: Microsoft Windows is not supported
-*: Mixed IPv4/IPv6 pools are not yet supported.
+Later versions of Condor should remove all of these limitations.
+
+*: Authentication is not supported. _This is extremely insecure_.
+*: Microsoft Windows is not supported.
+*: Mixed IPv4/IPv6 pools are not supported.
 *: You must use NO_DNS=TRUE, with all of those ramifications.
 *: You must set NETWORK_INTERFACE to a specific IPv6 address.
 
@@ -20,8 +23,13 @@
 DEFAULT_DOMAIN_NAME = example.com
 #CONDOR_HOST = 2607-f388-1086-0-21e-68ff-fe0f-6462.example.com
 COLLECTOR_HOST = 2607-f388-1086-0-21e-68ff-fe0f-6462.example.com
-ALLOW_WRITE=$(ALLOW_WRITE),2607-f388-1086-0-21b-24ff-fedf-b520.example.com
-ALLOW_NEGOTIATOR=$(ALLOW_NEGOTIATOR),2607-f388-1086-0-21e-68ff-fe0f-6462.example.com
+#ALLOW_WRITE=$(ALLOW_WRITE),2607-f388-1086-0-21b-24ff-fedf-b520.example.com
+#ALLOW_NEGOTIATOR=$(ALLOW_NEGOTIATOR),2607-f388-1086-0-21e-68ff-fe0f-6462.example.com
+
+ALLOW_WRITE=*
+ALLOW_NEGOTIATOR=*
+ALLOW_READ=*
+ALLOW_ADMINISTRATOR=*
 {endcode}
 
 NETWORK_INTERFACE is required; used for detection of scope ids.