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
{{ message }}
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.
Creating the following file file_store.rb under lib/ldap_sync/core_ext should fix it:
# encoding: utf-8moduleActiveSupport::Cache::FileStore# Translate a file path into a key.deffile_path_key(path)fname=path[cache_path.to_s.size..-1].split(File::SEPARATOR,4).last.gsub(File::SEPARATOR,'')URI.decode_www_form_component(fname,Encoding::UTF_8)endend
The text was updated successfully, but these errors were encountered: