From 203cf90521f2e912ca371e89a50d817ffabb66d7 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 28 Apr 2014 12:53:29 +0200 Subject: CIM Schema v7 --- mof/LMI_SSSD.mof | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mof/LMI_SSSD.mof') diff --git a/mof/LMI_SSSD.mof b/mof/LMI_SSSD.mof index e45d857..c2a18b9 100644 --- a/mof/LMI_SSSD.mof +++ b/mof/LMI_SSSD.mof @@ -162,8 +162,8 @@ class LMI_SSSDDomain : CIM_ManagedElement [Description("The login format this domain expects.")] string LoginFormat; - [Description("The output format this domain uses.")] - string OutputFormat; + [Description("Format of fully qualified name this domain uses.")] + string FullyQualifiedNameFormat; }; [Version("0.1.0"), Provider("cmpi:cmpiLMI_SSSD"), Association, -- cgit