Closed (fixed)
Project:
Kerberos Authentication
Version:
7.x-2.2-beta6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2012 at 02:39 UTC
Updated:
12 Nov 2014 at 19:38 UTC
Jump to comment: Most recent, Most recent file
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.