summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_common.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-10-28 14:10:43 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-11-04 15:04:20 -0400
commit0bbe2065770968c70fd305da4f6eda1a360a3f1b (patch)
tree0e71759eac0c3153fe4195ec5fd23d380d79f036 /src/providers/krb5/krb5_common.h
parent1e29e68388c2e9c5da9cb0afe997bc1b4e6933be (diff)
downloadsssd-0bbe2065770968c70fd305da4f6eda1a360a3f1b.tar.gz
sssd-0bbe2065770968c70fd305da4f6eda1a360a3f1b.tar.bz2
sssd-0bbe2065770968c70fd305da4f6eda1a360a3f1b.zip
Add krb5_get_simple_upn()
Diffstat (limited to 'src/providers/krb5/krb5_common.h')
-rw-r--r--src/providers/krb5/krb5_common.h2
1 files changed, 2 insertions, 0 deletions
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__ */