7fd907c LDAP: extend LDAP systemtap probes of attr list

4 files Authored by thalman 4 years ago, Committed by pbrezina 4 years ago,
    LDAP: extend LDAP systemtap probes of attr list
    
    We would like to see list of requested attributes from LDAP server.
    This patch adds attribute list to probe sdap_search_send where it
    is pretty formated and stored in attrs:string variable.
    
    Content of attrs may for example look like
    
        ["objectClass", "uid", "userPassword", "uidNumber", ...]
    
    Reviewed-by: Michal Židek <mzidek@redhat.com>
    
        
file modified
+1 -0
file modified
+1 -0
file modified
+2 -1