0a73aa7 Fixed entity metadata resolution.

19 files Authored by edewata 12 years ago, Committed by simo 12 years ago,
    Fixed entity metadata resolution.
    
    The current code assumes that an entity will always have a corresponding
    LDAPObject on the server, so it looks for the metadata in a fixed location.
    This assumption doesn't work for HBAC Test since it is a Command, not an
    LDAPObject, so the metadata has to be obtained from a different location.
    A new method get_default_metadata() has been added to allow each entity
    to find the metadata from the correct location.
    
    Ticket #388
    
        
file modified
+15 -10
file modified
+9 -6
file modified
+18 -16
file modified
+3 -2
file modified
+21 -12
file modified
+3 -2
file modified
+9 -6
file modified
+3 -2
file modified
+3 -2
file modified
+3 -5
file modified
+3 -2
file modified
+6 -4
file modified
+3 -2
file modified
+3 -2
file modified
+9 -6
file modified
+7 -6