Skip to content

Commit

Permalink
secgsi: improve notifications for delegated proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
gganis committed Jun 19, 2018
1 parent 5ad04a3 commit f223743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/XrdSecgsi/XrdSecProtocolgsi.cc
Expand Up @@ -3762,6 +3762,8 @@ int XrdSecProtocolgsi::ServerDoSigpxy(XrdSutBuffer *br, XrdSutBuffer **bm,
SafeFree(Entity.creds);
Entity.creds = strdup(spxy.c_str());
Entity.credslen = spxy.length();
PRINT("proxy chain exported in Entity.creds (" << Entity.credslen << " bytes)");
PRINT("\n\n" << spxy.c_str() << "\n\n");
return 0;
}

Expand Down Expand Up @@ -3809,6 +3811,7 @@ int XrdSecProtocolgsi::ServerDoSigpxy(XrdSutBuffer *br, XrdSutBuffer **bm,
cmsg += pxfile;
return 0;
}
PRINT("proxy chain dumped to "<< pxfile);
} else {
cmsg = "proxy chain not dumped to file: entity name undefined";
return 0;
Expand Down

0 comments on commit f223743

Please sign in to comment.