summaryrefslogtreecommitdiff
path: root/src/share/ma/setup
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-17 15:19:40 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-17 15:19:40 -0500
commita2a3d02d1aaf2d3dae3afea90c85cd6ca9f7ce4d (patch)
tree231a99a741c2e54e71504b1cb4fd8efcba3b0a65 /src/share/ma/setup
parent5eab477a9755178abf56eeba5f658db882611eec (diff)
add some checks about setup to authentication
Diffstat (limited to 'src/share/ma/setup')
-rw-r--r--src/share/ma/setup4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/share/ma/setup b/src/share/ma/setup
index 02fc069..f59187b 100644
--- a/src/share/ma/setup
+++ b/src/share/ma/setup
@@ -70,7 +70,7 @@ EOF
fi
else
- log verbose "This system has already set up the Monkeysphere authentication trust core."
+ log verbose "Monkeysphere authentication trust core already exists."
fi
# export the core key to the sphere keyring
@@ -91,6 +91,7 @@ EOF
fi
else
failure "Could not get monkeysphere-authentication trust guidelines."
+ # FIXME: what does this mean? should we suggest how to fix?
fi
# ensure that we're using the extended trust model (1), and that
@@ -102,5 +103,6 @@ EOF
log debug "sphere trust model: $TRUST_MODEL"
if [ "$TRUST_MODEL" != '1:3:1' ] ; then
failure "monkeysphere-authentication does not have the expected trust model settings."
+ # FIXME: what does this mean? should we suggest how to fix?
fi
}