From 0bbe2065770968c70fd305da4f6eda1a360a3f1b Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 28 Oct 2010 14:10:43 +0200 Subject: Add krb5_get_simple_upn() --- src/providers/krb5/krb5_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/providers/krb5/krb5_common.h') diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h index a8ebcf5c..139ce400 100644 --- a/src/providers/krb5/krb5_common.h +++ b/src/providers/krb5/krb5_common.h @@ -145,4 +145,6 @@ errno_t write_krb5info_file(const char *realm, const char *kdc, errno_t remove_krb5_info_files(TALLOC_CTX *mem_ctx, const char *realm); +errno_t krb5_get_simple_upn(TALLOC_CTX *mem_ctx, struct krb5_ctx *krb5_ctx, + const char *username, const char **_upn); #endif /* __KRB5_COMMON_H__ */ -- cgit