]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Fix leading comment in tests/data/make-krb5-conf
authorRuss Allbery <eagle@eyrie.org>
Thu, 5 Dec 2013 01:33:01 +0000 (17:33 -0800)
committerRuss Allbery <eagle@eyrie.org>
Thu, 5 Dec 2013 07:28:08 +0000 (23:28 -0800)
It wasn't correctly describing the new capability for adding
arbitrary key/value pairs.

tests/data/make-krb5-conf

index ebea963e9766e4aabd32a098222485c0bfafe713..abff6d11a1a0e2ccbdf67ef77eaab9a0874b11e1 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# Generate a krb5.conf file with an [appdefault] password_dictionary setting
-# pointing to the password dictionary we generated for the build.  This script
-# is used by C tests to set up the environment.
+# Generate a krb5.conf file with an [appdefault] krb5-strength section that
+# contains all the key/value pairs given on the command line.  This script is
+# used by C tests to set up the environment.
 #
 # Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2009, 2013