svn rev #24205: branches/plugins2/src/lib/kadm5/srv/

ghudson@MIT.EDU ghudson at MIT.EDU
Thu Jul 22 22:33:17 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=24205
Commit By: ghudson
Log Message:
On the plugins2 branch, add a comment to pwqual_dict.c labeling that
file as a password quality module.



Changed Files:
U   branches/plugins2/src/lib/kadm5/srv/pwqual_dict.c
Modified: branches/plugins2/src/lib/kadm5/srv/pwqual_dict.c
===================================================================
--- branches/plugins2/src/lib/kadm5/srv/pwqual_dict.c	2010-07-23 01:20:07 UTC (rev 24204)
+++ branches/plugins2/src/lib/kadm5/srv/pwqual_dict.c	2010-07-23 02:33:16 UTC (rev 24205)
@@ -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




More information about the cvs-krb5 mailing list