Moon authentication url should specify http protocol 18/46918/1
authorRyan Goulding <ryandgoulding@gmail.com>
Thu, 13 Oct 2016 21:21:51 +0000 (17:21 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Thu, 13 Oct 2016 21:25:06 +0000 (17:25 -0400)
Since moon communicates using HTTP, specify the protocol as part of
the URL.  This change simply changes the template to include the
protocol in the URL since parsing will fail otherwise.

Change-Id: I04677a3d18cfcd1d082892780bd26c31c5b8d930
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
aaa-shiro/src/main/resources/shiro.ini

index b0eb027f1708fee2d4df0ef1f245e2859a08338f..cfa25e79eb75934843374f6b8b80c7d1962f0124 100644 (file)
@@ -89,7 +89,7 @@ tokenAuthRealm = org.opendaylight.aaa.shiro.realm.TokenAuthRealm
 # enable the moonAuthRealm, uncomment the line below, and then add moonAuthRealm
 # to the securityManager.realms list below
 #moonAuthRealm = org.opendaylight.aaa.shiro.realm.MoonRealm
-#moonAuthRealm.moonServerURL = <host>:<port>
+#moonAuthRealm.moonServerURL = http://<host>:<port>
 
 # The CSV list of enabled realms.  In order to enable a realm, add it to the
 # list below: