7299db1 Allow connection to self when impersonator set

4 files Authored by simo 7 years ago, Committed by rharwood 7 years ago,
    Allow connection to self when impersonator set
    
    If the target of a context establishment is the impersonator itself,
    then allow it. This kind of context establishment is used by tools like
    mod_auth_gssapi to be able to inspect the ticket just obtained via
    impersonation and it is basically a noop as the acceptor and the
    impersonator are the same entitiy.
    
    Signed-off-by: Simo Sorce <simo@redhat.com>
    Reviewed-by: Robbie Harwood <rharwood@redhat.com>
    Merges: #172
    
        
file modified
+50 -7
file modified
+2 -1
file modified
+25 -10