aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-07-23 02:33:16 +0000
committerGreg Hudson <ghudson@mit.edu>2010-07-23 02:33:16 +0000
commit8d47c6a432381772ed26e7433d93c95cdf3a0bd2 (patch)
tree130cdf3f13664c4070443487cdf851903959a216
parentef32bb07e5be38726e8efc4af229bb05437968a0 (diff)
downloadkrb5-8d47c6a432381772ed26e7433d93c95cdf3a0bd2.zip
krb5-8d47c6a432381772ed26e7433d93c95cdf3a0bd2.tar.gz
krb5-8d47c6a432381772ed26e7433d93c95cdf3a0bd2.tar.bz2
On the plugins2 branch, add a comment to pwqual_dict.c labeling that
file as a password quality module. git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24205 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/kadm5/srv/pwqual_dict.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/kadm5/srv/pwqual_dict.c b/src/lib/kadm5/srv/pwqual_dict.c
index 60bc5ff..dddd7f5 100644
--- a/src/lib/kadm5/srv/pwqual_dict.c
+++ b/src/lib/kadm5/srv/pwqual_dict.c
@@ -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