summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-14 23:23:34 +0200
committerGünther Deschner <gd@samba.org>2010-05-17 12:47:50 +0200
commite3bdff3d67b46277ee59685218bd90f3788b487d (patch)
tree7200fdaa04cda835116cd06d1f6265b4d1befefa /source3/include
parent14ac2bb36ee22be6133ca1d069dc5de6c1891f47 (diff)
downloadsamba-e3bdff3d67b46277ee59685218bd90f3788b487d.tar.gz
samba-e3bdff3d67b46277ee59685218bd90f3788b487d.tar.bz2
samba-e3bdff3d67b46277ee59685218bd90f3788b487d.zip
s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 91b6bd9010..b633d9ef8a 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1821,7 +1821,8 @@ int kerberos_kinit_password(const char *principal,
bool create_local_private_krb5_conf_for_domain(const char *realm,
const char *domain,
const char *sitename,
- struct sockaddr_storage *pss);
+ struct sockaddr_storage *pss,
+ const char *kdc_name);
/* The following definitions come from libads/kerberos_keytab.c */