From 85ecf49fdacd910f804caab1be7bf68d23702dc9 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 21 Dec 2011 19:17:42 +0100 Subject: Honor case sensitive flag when creating the ccname template --- src/providers/krb5/krb5_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/krb5/krb5_utils.h') diff --git a/src/providers/krb5/krb5_utils.h b/src/providers/krb5/krb5_utils.h index 8977e14f..7cc57d42 100644 --- a/src/providers/krb5/krb5_utils.h +++ b/src/providers/krb5/krb5_utils.h @@ -33,7 +33,7 @@ char *expand_ccname_template(TALLOC_CTX *mem_ctx, struct krb5child_req *kr, const char *template, bool file_mode, - bool *private_path); + bool case_sensitive, bool *private_path); errno_t become_user(uid_t uid, gid_t gid); -- cgit