diff options
author | Jeremy Allison <jra@samba.org> | 2006-09-02 19:27:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:39:47 -0500 |
commit | 0f1bc28744d8c7cae2fe2774b50fc4336408a74d (patch) | |
tree | 124fd73f24ecac3aff19bad4e55e21f5c1a7538c /source3/include | |
parent | bd5fca847a33ddef7d73ad8c6932ee2f6685054a (diff) | |
download | samba-0f1bc28744d8c7cae2fe2774b50fc4336408a74d.tar.gz samba-0f1bc28744d8c7cae2fe2774b50fc4336408a74d.tar.xz samba-0f1bc28744d8c7cae2fe2774b50fc4336408a74d.zip |
r18006: Actually a smaller change than it looks. Leverage
the get_dc_list code to get the _kerberos. names
for site support. This way we don't depend on one
KDC to do ticket refresh. Even though we know it's
up when we add it, it may go down when we're trying
to refresh.
Jeremy.
(This used to be commit 77fe2a3d7418012a8dbfb6aaeb2a8dd57c6e1a5d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index c5115a551fe..5a9d0f7d15d 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1789,6 +1789,9 @@ struct ip_service { unsigned port; }; +/* Special name type used to cause a _kerberos DNS lookup. */ +#define KDC_NAME_TYPE 0xDCDC + /* Used by the SMB signing functions. */ typedef struct smb_sign_info { |