--- loncom/Attic/lchtmldir 2007/08/22 19:53:22 1.20
+++ loncom/Attic/lchtmldir 2008/05/30 13:37:48 1.21
@@ -2,7 +2,7 @@
# The Learning Online Network with CAPA
#
-# $Id: lchtmldir,v 1.20 2007/08/22 19:53:22 albertel Exp $
+# $Id: lchtmldir,v 1.21 2008/05/30 13:37:48 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -129,7 +129,7 @@ if( $authentication ne "unix:" &&
$authentication ne "localauth:") {
if($DEBUG) {
print("Invalid authentication parameter: ".$authentication."\n");
- print("Should be one of: unix, internal, krb4, localauth\n");
+ print("Should be one of-- unix: internal: krb4: krb5: localauth:\n");
}
exit 3;
}