1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-23 00:25:18 +00:00

Improved documentation about AD integration.

This commit is contained in:
Lauri Võsandi 2015-09-01 20:25:20 +03:00
parent 70f89f996a
commit 4187b3064c

View File

@ -252,14 +252,21 @@ Install dependencies:
apt-get install samba-common-bin krb5-user ldap-utils 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``: Set up Samba client configuration in ``/etc/samba/smb.conf``:
.. code:: ini .. code:: ini
[global] [global]
security = ads security = ads
netbios name = CERTIDUDE netbios name = CA
workgroup = WORKGROUP workgroup = EXAMPLE
realm = EXAMPLE.LAN realm = EXAMPLE.LAN
kerberos method = system keytab kerberos method = system keytab