6716aae schema cache: Read server info only once

1 file Authored by dkupka 7 years ago, Committed by jcholast 7 years ago,
    schema cache: Read server info only once
    
    Do not open/close the file with every access to plugins. Extensive
    access to filesystem may cause significant slowdown.
    
    https://fedorahosted.org/freeipa/ticket/6048
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>