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 | e5852f5607e198c0349a2aa52bafc81296015382 (patch) | |
tree | 598c6787140dfa6296754d4a81fb0ec8d9b04c12 /docs | |
parent | 3756055ea1d7efadd4ad282a92651d8e3dcb9796 (diff) | |
download | samba-e5852f5607e198c0349a2aa52bafc81296015382.tar.gz samba-e5852f5607e198c0349a2aa52bafc81296015382.tar.bz2 samba-e5852f5607e198c0349a2aa52bafc81296015382.zip |
KDC DNS domain must be the kerberos realm. Or so it seems that way
(This used to be commit e89543c7e90c5303e61674bb4a258176918e0111)
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 66d4c831b3..947e6c26e7 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 |