summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ShareGuardDB/Directory.hibin1983 -> 0 bytes
-rw-r--r--ShareGuardDB/Directory.obin11020 -> 0 bytes
-rw-r--r--ShareGuardDB/Directory_user.hibin1736 -> 0 bytes
-rw-r--r--ShareGuardDB/Directory_user.obin8716 -> 0 bytes
-rw-r--r--ShareGuardDB/User.hibin1980 -> 0 bytes
-rw-r--r--ShareGuardDB/User.obin10912 -> 0 bytes
-rw-r--r--shareguard-authnz-external.hs4
7 files changed, 3 insertions, 1 deletions
diff --git a/ShareGuardDB/Directory.hi b/ShareGuardDB/Directory.hi
deleted file mode 100644
index 5623c8f..0000000
--- a/ShareGuardDB/Directory.hi
+++ /dev/null
Binary files differ
diff --git a/ShareGuardDB/Directory.o b/ShareGuardDB/Directory.o
deleted file mode 100644
index 4fee297..0000000
--- a/ShareGuardDB/Directory.o
+++ /dev/null
Binary files differ
diff --git a/ShareGuardDB/Directory_user.hi b/ShareGuardDB/Directory_user.hi
deleted file mode 100644
index 6bfa14b..0000000
--- a/ShareGuardDB/Directory_user.hi
+++ /dev/null
Binary files differ
diff --git a/ShareGuardDB/Directory_user.o b/ShareGuardDB/Directory_user.o
deleted file mode 100644
index 6dbbef6..0000000
--- a/ShareGuardDB/Directory_user.o
+++ /dev/null
Binary files differ
diff --git a/ShareGuardDB/User.hi b/ShareGuardDB/User.hi
deleted file mode 100644
index d0a89cf..0000000
--- a/ShareGuardDB/User.hi
+++ /dev/null
Binary files differ
diff --git a/ShareGuardDB/User.o b/ShareGuardDB/User.o
deleted file mode 100644
index 1b46b28..0000000
--- a/ShareGuardDB/User.o
+++ /dev/null
Binary files differ
diff --git a/shareguard-authnz-external.hs b/shareguard-authnz-external.hs
index 8a0bdbb..56f3dd5 100644
--- a/shareguard-authnz-external.hs
+++ b/shareguard-authnz-external.hs
@@ -1,7 +1,7 @@
{-
shareguard-authnz-external: mod_authnz_external-to-ShareGuard interface
- Copyright (C) 2011 Clint Adams <clint@gnu.org>
+ Copyright (C) 2011, 2014 Clint Adams <clint@gnu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
@@ -18,6 +18,8 @@ shareguard-authnz-external: mod_authnz_external-to-ShareGuard interface
-}
+import Control.Exception.Base (catch)
+
import System.Exit ( exitWith, ExitCode (..) )
import System.Environment
import System.IO.Error