The interface between the krb5 mechanism and the mechglue API gsskrb5_extract_authtime_from_sec_context() assumed the authtime would fit into an uint32_t, which is not the case on platforms where time_t is 64-bit. Fixes: #1073