diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-25 00:08:53 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-25 00:08:53 -0400 |
commit | 023b6d1e72f904a0f9147fa5c5a0dffa38be9461 (patch) | |
tree | d673ca77e50c46b4eb9a169668edc7afc687eb3a | |
parent | d6632fcdded8d1c9bf1b75e8df57b613f3f704b6 (diff) |
add another FIXME for m-s d
-rwxr-xr-x | src/monkeysphere-server | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server index 60a83af..6d57fc4 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -681,11 +681,14 @@ diagnostics() { # FIXME: look to see that the ownertrust rules are set properly on the # authentication keyring -# FIXME: make sure that at least one identity certifier exists +# FIXME: make sure that at least one identity certifier exists # FIXME: look at the timestamps on the monkeysphere-generated # authorized_keys files -- warn if they seem out-of-date. +# FIXME: check for a cronjob that updates monkeysphere-generated +# authorized_keys? + echo echo "Checking for MonkeySphere-enabled public-key authentication for users ..." # Ensure that User ID authentication is enabled: |