I added couple different realm only the first one works. Second realm not authenticating any idea why?
I get following error
"Sorry, unrecognized username or password. Have you forgotten your password?"
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | kerberos_authentication-1774518-2.patch | 2.52 KB | Incubbus |
Comments
Comment #1
denix commentedComment #2
denix commentedWhen you save a new realm in a new line, the module saves the "^M" char. I did not check yet the code in deep so I cannot propose a patch, but a workaround to this problem is to manually change the values in your database deleting the "^M".
Denis
Comment #3
santhoshabraham commentedThank you! i'll try that.
Comment #4
Incubbus commentedPossible patch for your issue.
in kerberos_authentication.admin.inc: replaced the serialization- and deserialization mechanisms for the realm and matched the delimiter.
Plus: The strings will be trimmed and empty strings will be removed.
Don't forget to upgrade to 7.x-2.2-beta6 before applying the patch.
Comment #5
Incubbus commentedComment #7
Incubbus commented7.x-2.2
Tested on Windows & Ubuntu with 2 existing and a fake realm, also added empty lines.