Changes between Version 25 and Version 26 of Document/Development/Design/LdapBackend

Show
Ignore:
Timestamp:
10/21/08 19:41:36 (5 years ago)
Author:
jgarcia@… (IP: 83.138.250.134)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Design/LdapBackend

    v25 v26  
    232232=== Organizational elements needed === 
    233233 * __Schemas__ 
     234   * attribute types 
     235     * '''eboxPkIndex''' 
     236{{{ 
     237attributetype ( EBox::Ldap::OIDs::EBoxInternalOID.'.1.1' 
     238    NAME 'eboxPkIndex' 
     239    EQUALITY caseIgnoreMatch 
     240    SUBSTR caseIgnoreSubstringsMatch 
     241    ORDERING caseIgnoreOrderingMatch 
     242    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) 
     243}}} 
    234244   * object classes 
    235245     * '''eboxModule''' 
     
    250260    MUST ( cn ) 
    251261    MAY  ( description $ eboxPkIndex ) ) 
    252 }}} 
    253    * attribute types 
    254      * '''eboxPkIndex''' 
    255 {{{ 
    256 attributetype ( EBox::Ldap::OIDs::EBoxInternalOID.'.1.1' 
    257     NAME 'eboxPkIndex' 
    258     EQUALITY caseIgnoreMatch 
    259     SUBSTR caseIgnoreSubstringsMatch 
    260     ORDERING caseIgnoreOrderingMatch 
    261     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) 
    262262}}} 
    263263 * __Entries__