You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This function provides a simple way to verify that a user name and password match
those normally used for Kerberos authentication. It does this by checking that the
supplied user name and password can be used to get a ticket for the supplied service.
If the user name does not contain a realm, then the default realm supplied is used.
..."
Shouldn't this function return False if the service doesn't exist?
The checkPassword documentation says:
"This function provides a simple way to verify that a user name and password match
those normally used for Kerberos authentication. It does this by checking that the
supplied user name and password can be used to get a ticket for the supplied service.
If the user name does not contain a realm, then the default realm supplied is used.
..."
Shouldn't this function return False if the service doesn't exist?
I would expect the second call to return False.
Is this a bug or am I wrong?
Thanks
The text was updated successfully, but these errors were encountered: