• Janos Farago's avatar
    Windows registry configuration backend · 5a020763
    Janos Farago yazdı
    The goal is to manage LibreOffice configuration centrally
    in the enterprise. In Windows Server environment using
    Group Policies is a common solution for configuration
    management. Therefore it is required that LibreOffice can
    read configuration data from Windows registry, too.
    
    Windows registry is another configuration layer on the
    top of normal xml based configuration.
    
    For example the following registry setting:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\LibreOffice\org.openoffice.UserProfile\Data\o]
    "Value"="Example Corp."
    "Final"=dword:00000001
    becomes the following in configuration:
    <item oor:path="/org.openoffice.UserProfile/Data">
        <prop oor:name="o" oor:finalized="true">
            <value>Example Corp.</value>
        </prop>
    </item>
    
    Change-Id: I2cdd83fc93922bf2806417bfd1b83f85cc926d4c
    Signed-off-by: 's avatarStephan Bergmann <sbergman@redhat.com>
    5a020763
Library_configmgr.mk 1.86 KB