diff options
author | Jim McDonough <jmcd@samba.org> | 2001-12-01 01:25:51 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2001-12-01 01:25:51 +0000 |
commit | e89543c7e90c5303e61674bb4a258176918e0111 (patch) | |
tree | 5102e2ff609c2166daafc90112460b9624b2d77e /docs | |
parent | 93a652b705e99df6cd493eacb1a8a61a3a2b82f7 (diff) | |
download | samba-e89543c7e90c5303e61674bb4a258176918e0111.tar.gz samba-e89543c7e90c5303e61674bb4a258176918e0111.tar.xz samba-e89543c7e90c5303e61674bb4a258176918e0111.zip |
KDC DNS domain must be the kerberos realm. Or so it seems that way
Diffstat (limited to 'docs')
-rw-r--r-- | docs/textdocs/ADS-HOWTO.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/textdocs/ADS-HOWTO.txt b/docs/textdocs/ADS-HOWTO.txt index 66d4c831b39..947e6c26e78 100644 --- a/docs/textdocs/ADS-HOWTO.txt +++ b/docs/textdocs/ADS-HOWTO.txt @@ -91,6 +91,9 @@ Step 2: Setup your /etc/krb5.conf address of your KDC. This usually either involves setting up a PTR record in your DNS server or adding your KDC to /etc/hosts. + Your KDC DNS name must be be in a domain that matches the realm, + e.g. realm EXAMPLE.COM, kdc server.example.com. At least for now. + * If all you want is kerberos support in smbclient then you can skip * straight to step 5 now. Step 3 is only needed if you want kerberos |