Changes between Version 25 and Version 26 of Document/Development/Design/LdapBackend
- Timestamp:
- 10/21/08 19:41:36 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/LdapBackend
v25 v26 232 232 === Organizational elements needed === 233 233 * __Schemas__ 234 * attribute types 235 * '''eboxPkIndex''' 236 {{{ 237 attributetype ( 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 }}} 234 244 * object classes 235 245 * '''eboxModule''' … … 250 260 MUST ( cn ) 251 261 MAY ( description $ eboxPkIndex ) ) 252 }}}253 * attribute types254 * '''eboxPkIndex'''255 {{{256 attributetype ( EBox::Ldap::OIDs::EBoxInternalOID.'.1.1'257 NAME 'eboxPkIndex'258 EQUALITY caseIgnoreMatch259 SUBSTR caseIgnoreSubstringsMatch260 ORDERING caseIgnoreOrderingMatch261 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )262 262 }}} 263 263 * __Entries__