Commit 4109f7f

unknown <mo@.(none)>
2009-09-05 00:26:59
got back to a working version of the application
1 parent 126b3fc
build/lib/app/gorilla/gorilla.commons.infrastructure.dll
Binary file
build/lib/app/gorilla/gorilla.commons.infrastructure.thirdparty.dll
Binary file
build/lib/app/gorilla/gorilla.commons.utility.dll
Binary file
build/lib/app/gorilla/gorilla.commons.windows.forms.dll
Binary file
build/lib/app/gorilla/gorilla.commons.windows.forms.thirdparty.dll
Binary file
product/MyMoney/boot/container/registration/proxy_configuration/ServiceLayerConfiguration.cs
@@ -13,11 +13,11 @@ namespace MoMoney.boot.container.registration.proxy_configuration
         {
             item.add_interceptor(Lazy.load<IUnitOfWorkInterceptor>()).intercept_all();
 
-            item
-                .add_interceptor(
-                new SecuringProxy(new IsInRole(WindowsBuiltInRole.User.ToString())
-                                      .or(new IsInRole(WindowsBuiltInRole.Administrator.ToString()))))
-                .intercept_all();
+            //item
+            //    .add_interceptor(
+            //    new SecuringProxy(new IsInRole(WindowsBuiltInRole.User.ToString())
+            //                          .or(new IsInRole(WindowsBuiltInRole.Administrator.ToString()))))
+            //    .intercept_all();
         }
     }
 }
\ No newline at end of file