change "login" -> "authenticaion"
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1597 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -179,7 +179,7 @@ login(char *host)
|
|||||||
if(do_klogin(host))
|
if(do_klogin(host))
|
||||||
printf("\n*** Using plaintext user and password ***\n\n");
|
printf("\n*** Using plaintext user and password ***\n\n");
|
||||||
else{
|
else{
|
||||||
printf("Kerberos login successful.\n\n");
|
printf("Kerberos authentication successful.\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ruserpass(host, &user, &pass, &acct) < 0) {
|
if (ruserpass(host, &user, &pass, &acct) < 0) {
|
||||||
|
Reference in New Issue
Block a user