diff options
author | Andreas Schneider <asn@samba.org> | 2011-11-30 17:58:30 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2012-02-09 14:58:57 +0100 |
commit | 2464a7b0ddb556bed86a845c9400e26c4d7f584a (patch) | |
tree | 0fa3e61e970a29999fb55ba671ddaeb69b9f97d9 /source3/include | |
parent | 419e92b1499c77ddf3648d6b99ed482a57b3e713 (diff) | |
download | samba-2464a7b0ddb556bed86a845c9400e26c4d7f584a.tar.gz samba-2464a7b0ddb556bed86a845c9400e26c4d7f584a.tar.bz2 samba-2464a7b0ddb556bed86a845c9400e26c4d7f584a.zip |
s3-libsmb: Remove obsolete smb_krb5_locate_kdc.
Signed-off-by: Günther Deschner <gd@samba.org>
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Feb 9 14:58:57 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/krb5_protos.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/krb5_protos.h b/source3/include/krb5_protos.h index 32f995cf5d..f16cafd878 100644 --- a/source3/include/krb5_protos.h +++ b/source3/include/krb5_protos.h @@ -67,10 +67,6 @@ bool setup_kaddr( krb5_address *pkaddr, struct sockaddr_storage *paddr); int create_kerberos_key_from_string(krb5_context context, krb5_principal host_princ, krb5_data *password, krb5_keyblock *key, krb5_enctype enctype, bool no_salt); bool get_auth_data_from_tkt(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, krb5_ticket *tkt); krb5_const_principal get_principal_from_tkt(krb5_ticket *tkt); -krb5_error_code smb_krb5_locate_kdc(krb5_context ctx, const krb5_data *realm, struct sockaddr **addr_pp, int *naddrs, int get_masters); -#if defined(HAVE_KRB5_LOCATE_KDC) -krb5_error_code krb5_locate_kdc(krb5_context ctx, const krb5_data *realm, struct sockaddr **addr_pp, int *naddrs, int get_masters); -#endif krb5_error_code get_kerberos_allowed_etypes(krb5_context context, krb5_enctype **enctypes); bool get_krb5_smb_session_key(TALLOC_CTX *mem_ctx, krb5_context context, |