projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f84d8ab
)
In ksetpwd (a program we don't yet install), don't display the new
author
Greg Hudson
<ghudson@mit.edu>
Wed, 9 Sep 2009 18:44:23 +0000
(18:44 +0000)
committer
Greg Hudson
<ghudson@mit.edu>
Wed, 9 Sep 2009 18:44:23 +0000
(18:44 +0000)
password to stderr. Cherry-picked from Luke's s4u branch since it's
an unrelated change.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22719
dc483132
-0cff-0310-8789-
dd5450dbe970
src/clients/kpasswd/ksetpwd.c
patch
|
blob
|
history
diff --git
a/src/clients/kpasswd/ksetpwd.c
b/src/clients/kpasswd/ksetpwd.c
index 45f782f08f9e1c1ffb357ae5af8e43dc7962d630..a489f06e3d2e0b88b733655a3e880de4b018b64a 100644
(file)
--- a/
src/clients/kpasswd/ksetpwd.c
+++ b/
src/clients/kpasswd/ksetpwd.c
@@
-282,8
+282,6
@@
int main( int argc, char ** argv )
/*
** change the password -
*/
- fprintf( stderr, "the password is %s\n", new_password );
-
{
int pw_result;
krb5_ccache ccache;