]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
On the plugins2 branch, add a comment to pwqual_dict.c labeling that
authorGreg Hudson <ghudson@mit.edu>
Fri, 23 Jul 2010 02:33:16 +0000 (02:33 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 23 Jul 2010 02:33:16 +0000 (02:33 +0000)
file as a password quality module.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24205 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kadm5/srv/pwqual_dict.c

index 60bc5ff82cc1d0cce0347dddb09f0aba967dc871..dddd7f5f0585b0599960104a7807676e61999448 100644 (file)
@@ -5,6 +5,8 @@
  * $Header$
  */
 
+/* Password quality module to look up paswords within the realm dictionary. */
+
 #if !defined(lint) && !defined(__CODECENTER__)
 static char *rcsid = "$Header$";
 #endif