Changes between Version 33 and Version 34 of Document/Development/Design/LdapBackend

Show
Ignore:
Timestamp:
11/04/08 12:20:43 (5 years ago)
Author:
jgarcia@… (IP: 88.26.177.14)
Comment:

--

Legend:

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

    v33 v34  
    251251 * name or nameFromClass '''¿?'''    
    252252   * a) nameFromClass (let's automate as much as possible) 
    253    * b) name (let's the programmer choose the name) 
    254  * index() could (and must) be implemented in !DataTable (it will be the one which is used to be part of the DN in Ldap) 
    255    * but, printableIndex() '''¿?''' 
    256      * a) is_number() ? return $_; : return __($_); 
     253   * ~~b) name (let's the programmer choose the name)~~ 
    257254 * Remove gconfModule 
    258255   * How can we obtain the ''Module'' 's name? '''¿?''' 
    259256      * a) it's the ->modelDomain(), isn't it? (EBox::DNS::Model::!DomainTable has not the 'modelDomain' key, WTF?) 
    260       * b) As parameter in the new() 
    261    * setIndexField '''¿?''' remove method? 
     257         * It seems ''$self->{'gconfmodule'}->name()'' [source:/trunk/client/ebox/src/EBox/Model/DataTable.pm#L299 is used] for getting [[source:/trunk/client/ebox/src/EBox/Model/DataTable.pm#L321 the module] name as well 
     258      * ~~b) As parameter in the new()~~ 
    262259 
    263260=== Ldap !#7 ===