e7cc651 confdb: add has_views and view_name to sss_domain_info

2 files Authored by sbose 9 years ago, Committed by jhrozek 9 years ago,
    confdb: add has_views and view_name to sss_domain_info
    
    To let the responders know which view is applied and to make view
    handling more efficiently especially when no view is applied/available
    two new member are added to the sss_domain_info struct.
    
    view_name is the name of the view if available. has_views is only true
    if the client has a specific view applied, i.e. it is false for the case
    when there are no views at all (e.g. plain LDAP provider) or the client
    has the FreeIPA default view. This allows the responders to easily
    bypass any view related code.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>
    
        
file modified
+3 -0
file modified
+3 -0