From 811449f02e75b7bc71717f18f3ba74a888d8ccd6 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Thu, 8 May 2014 12:13:02 +0200 Subject: CIM Schema v9 --- mof/LMI_SSSD.mof | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mof/LMI_SSSD.mof b/mof/LMI_SSSD.mof index 607f460..70d0901 100644 --- a/mof/LMI_SSSD.mof +++ b/mof/LMI_SSSD.mof @@ -133,6 +133,9 @@ class LMI_SSSDDomain : CIM_ManagedElement [Description("List of backup servers for this domain.")] string BackupServers[]; + [Description("Main provider for this domain.")] + string Provider; + [Description("The Kerberos realm this domain is configured with.")] string Realm; -- cgit