diff options
author | Günther Deschner <gd@samba.org> | 2009-11-12 00:51:46 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-12 10:22:39 +0100 |
commit | b4e40958b7f7406dc6cdd1bef4fa3f824b9cbe3a (patch) | |
tree | 241ef08c033d00cb3b78ae298bf94f95a65313fa /source3/include | |
parent | bbe4a9cf0fb09a0a2348149e4fb43e3c74ed3abf (diff) | |
download | samba-b4e40958b7f7406dc6cdd1bef4fa3f824b9cbe3a.tar.gz samba-b4e40958b7f7406dc6cdd1bef4fa3f824b9cbe3a.tar.bz2 samba-b4e40958b7f7406dc6cdd1bef4fa3f824b9cbe3a.zip |
s3-kerberos: add smb_krb5_principal_get_realm().
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 8bd27b99e3..cbf30d6158 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1086,6 +1086,8 @@ krb5_error_code smb_krb5_get_creds(const char *server_s, const char *cc, const char *impersonate_princ_s, krb5_creds **creds_p); +char *smb_krb5_principal_get_realm(krb5_context context, + krb5_principal principal); #endif /* HAVE_KRB5 */ |