From 4187b3064c32398965380097900dc4134abd4551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Tue, 1 Sep 2015 20:25:20 +0300 Subject: [PATCH] Improved documentation about AD integration. --- README.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c1fcebb..53d26ef 100644 --- a/README.rst +++ b/README.rst @@ -252,14 +252,21 @@ Install dependencies: apt-get install samba-common-bin krb5-user ldap-utils +Make sure Certidude machine's fully qualified hostname is correct in ``/etc/hosts``: + +.. code:: + + 127.0.0.1 localhost + 127.0.1.1 ca.example.lan ca + Set up Samba client configuration in ``/etc/samba/smb.conf``: .. code:: ini [global] security = ads - netbios name = CERTIDUDE - workgroup = WORKGROUP + netbios name = CA + workgroup = EXAMPLE realm = EXAMPLE.LAN kerberos method = system keytab