Changes between Version 39 and Version 40 of Document/Development/Design/LdapBackend
- Timestamp:
- 11/06/08 14:53:52 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/LdapBackend
v39 v40 252 252 * Refactored notify related methods to another file (''DataTable/Notificator.pm''), ''DataTable.pm'' inherit from it. 253 253 * Removed ''selectOptions()'' method because it was deprecated. 254 * Removed ''_hashFromDir()'' and ''_removeHasManyTables()'', not used anymore. 255 * Removed ''validatedRow()'', now there will be only ''validatedTypeRow()'', but has been renamed to '''''validatedRow()'''''. 254 256 * '''Tips''' 255 257 * ''$self->{'directory'}'' is going to be ''$self->{'dn'}'' (the full ''dn'', not the concrete ''rdn'' of the instance). … … 275 277 == Ldap Object Structure == 276 278 Besides the schemas for both object classes and attribute types, we are going to need some schemas and entries to organize the contents 279 277 280 === Organizational elements needed === 278 281 * __Schemas__