mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	Improved documentation about AD integration.
This commit is contained in:
		
							
								
								
									
										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 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user