Changes between Version 38 and Version 39 of Document/Development/Design/LdapBackend
- Timestamp:
- 11/05/08 11:39:17 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/LdapBackend
v38 v39 249 249 250 250 * '''Stuff done''' 251 * Fixed issue when you have an enabled field and also set to true the enableProperty 251 * Fixed issue when you have an enabled field and also set to true the enableProperty. 252 252 * Refactored notify related methods to another file (''DataTable/Notificator.pm''), ''DataTable.pm'' inherit from it. 253 * Removed ''selectOptions()'' method because it was deprecated. 253 254 * '''Tips''' 254 * ''$self->{'directory'}'' is going to be ''$self->{'dn'}'' (the full ''dn'', not the concrete ''rdn'' of the instance) 255 * ''$self->{'directory'}'' is going to be ''$self->{'dn'}'' (the full ''dn'', not the concrete ''rdn'' of the instance). 255 256 * ''ldapmodule'' replaces ''gconfmodule'' and it'll work with EBox::Ldap perl module at ''low level''. 256 257 * ''addTypedRow()'' and ''addRow()'' not longer support an ''id'' named parameter (Although they continue to return the ''id'' of the new row created).