find_principal_in_keytab is used in loops to look for various principals in a keytab. Having failure debug messages in find_principal_in_keytab produces erroneous output where it looks like something has failed, but in reality just another principal was chosen.
All the callers of find_principal_in_keytab output failure debug lines in cases where there really is a failure. So the patch quiets this down and fine tunes things.
Cheers,
Stef
On Mon, May 07, 2012 at 11:48:37AM +0200, Stef Walter wrote:
find_principal_in_keytab is used in loops to look for various principals in a keytab. Having failure debug messages in find_principal_in_keytab produces erroneous output where it looks like something has failed, but in reality just another principal was chosen.
All the callers of find_principal_in_keytab output failure debug lines in cases where there really is a failure. So the patch quiets this down and fine tunes things.
Cheers,
Stef
Ack
On Mon, 2012-05-07 at 11:56 +0200, Jakub Hrozek wrote:
On Mon, May 07, 2012 at 11:48:37AM +0200, Stef Walter wrote:
find_principal_in_keytab is used in loops to look for various principals in a keytab. Having failure debug messages in find_principal_in_keytab produces erroneous output where it looks like something has failed, but in reality just another principal was chosen.
All the callers of find_principal_in_keytab output failure debug lines in cases where there really is a failure. So the patch quiets this down and fine tunes things.
Cheers,
Stef
Ack
Pushed to master.
sssd-devel@lists.fedorahosted.org