summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/kerberos_credentials.h
AgeCommit message (Collapse)AuthorFilesLines
2010-05-02s4:credentials Make the CCACHE in credentials depend on the things that built itAndrew Bartlett1-0/+28
This means that we consider the ccache only as reliable as the least specified of the inputs we used. This means that we will regenerate the ccache if any of the inputs change. Andrew Bartlett