(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) Trash : (Answer) New Item
Hello,
I have a question about LDIF.
We modeled some network management rules based on PCIM(Policy Core Information Model) and defined rule instance.
We will use PR(Policy Repository) based on LDAP for it.
We should insert rules instance into PR having LDIF.
 
When we translate data instance based on PCIM into LDAP,there are several questions;
 
1. How we could load the rule instances into PR?
2. Is there another way to load rule instance into PR?
3. IS there automatic tool converting something(MOF, etc..) to LDIF?
 
P.S. MOF is the syntax of the CIM Schemas
 
example >>
 
  [ Abstract, Description(
"An abstraction or emulation of a hardware entity, that may "
"or may not be Realized in physical hardware. ...") ]
class CIM_LogicalDevice : CIM Logical Element
{
...
[Key, MaxLen (64), Description(
"An address or other identifying information to uniquely"
"name the LogicalDevice.") ;

             string DeviceID;
[Description (
"Boolean indicating that the Device can be power"
"managed. ...") ]
boolean PowerManagementSupported;
[Description (
"Requests that the LogicalDevice be enabled.") ]
uint32 EnableDevice( [IN] boolean Enabled);
.........
};

Please, help me..
Please, Send reply mail to me
Sincerely
Bye


dryrice@hanmail.net

[Append to This Answer]
This document is: http://www.openldap.org/faq/index.cgi?file=597
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org