krb5 ccache of MEMORY type

2018-06-29 Thread Roman Semenov
Hello Everyone. I have a question regarding the subject:Is the krb5_ccahe thread safe at all  when it's of type MEMORY?   Technical Background:Assuming I make a ldap_sasl_bind_interactive() bind to an MS AD Server.That call requires krb5 ccache to contain the TGS ticket required for the bind o

Re: krb5 ccache of MEMORY type

2018-06-29 Thread Roman Semenov
Hello Greg, Thank you so much for the response and the link to the existing bug report. Now it makes sense. Thanks again, Roman On 06/29/2018 12:54 PM, Greg Hudson wrote: > On 06/29/2018 03:46 PM, Greg Hudson wrote: >>> Everything works fine while krb5 FILE type of ccache is in use. ow I >>> wan