(no commit message)
authorhttps://me.yahoo.com/a/9s1IqWsahpHPqgBknM7zgI4SqW.p#29ad7 <Interested_Bystander@web>
Tue, 14 Jun 2011 00:45:54 +0000 (20:45 -0400)
committerwww-data <www-data@project-moonshot.org>
Tue, 14 Jun 2011 00:45:54 +0000 (20:45 -0400)
prepare.mdwn

index e85f97b..eb92ff4 100644 (file)
@@ -122,4 +122,13 @@ To move processing (and significant startup cost) outside of the GSS server proc
  
          gss_eap_attr_ctx::registerProvider(ATTR_TYPE_LOCAL, createAttrContext);
 
+The shibresolver library also has to be loaded as an extension (exact path and filename vary by platform):
+
+    <OutOfProcess logger="shibd.logger">
+        <Extensions>
+            <Library path="plugins.so" fatal="true"/>
+            <Library path="/usr/lib/libshibresolver.so" fatal="true"/>
+        </Extensions>
+    </OutOfProcess>
+
 If you then run shibd, mech_eap's use of the SP will be remoted to it in the usual fashion.