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:
parent
70f89f996a
commit
4187b3064c
11
README.rst
11
README.rst
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user