summaryrefslogtreecommitdiffstats
path: root/src/sssd/90_LMI_SSSD_Profile.mof.skel
blob: 7edcf443b4785fabcc372379e5d8b1a44204c7f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
instance of PG_ProviderProfileCapabilities
{
    CapabilityID = "@CLASS@";

    ProviderModuleName = "cmpiLMI_SSSD";

    ProviderName = "@CLASS@";

    RegisteredProfile = 0;

    OtherRegisteredProfile = "OpenLMI-SSSD";
    OtherProfileOrganization = "OpenLMI";

    ProfileVersion = "@VERSION@";

    RegisteredSubProfiles = {};

    ConformingElements = {
       "@CLASS@"
    };
};