User Tools

Site Tools


fileservices:samba_active_directory_integration_on_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
fileservices:samba_active_directory_integration_on_ubuntu [2014/02/05 13:58]
tschulz [(Dynamic Home Directory Creation) pam_mkhomedir]
fileservices:samba_active_directory_integration_on_ubuntu [2021/05/21 13:59] (current)
tschulz [Install]
Line 1: Line 1:
 ====== Samba Active Directory Integration on Ubuntu ====== ====== Samba Active Directory Integration on Ubuntu ======
 ===== Install ===== ===== Install =====
-<​code>​apt-get install samba winbind ntp krb5-kdc krb5-admin-server rng-tools</​code>​+<​code>​apt-get install samba winbind ntp krb5-kdc krb5-admin-server rng-tools ​libnss-winbind libpam-winbind</​code>​
 ===== /​etc/​krb5.conf ===== ===== /​etc/​krb5.conf =====
 <​code>​[logging] <​code>​[logging]
Line 28: Line 28:
    debug = false    debug = false
    ​ticket_lifetime = 36000</​code>​    ​ticket_lifetime = 36000</​code>​
 +   
 +===== NEW krb5.conf =====
 +<​file>​
 +[libdefaults]
 + default_realm = SAMDOM.EXAMPLE.COM
 + dns_lookup_realm = false
 + dns_lookup_kdc = true
 +</​file>​
 +
 ===== /​etc/​network/​interfaces ===== ===== /​etc/​network/​interfaces =====
 <​code>​iface eth0 inet static <​code>​iface eth0 inet static
Line 67: Line 76:
    ​template shell = /bin/bash    ​template shell = /bin/bash
 </​code>​ </​code>​
-===== commands ​=====+===== Join domain ​=====
 <​code>​kdb5_util create <​code>​kdb5_util create
 kdb5_util stash kdb5_util stash
fileservices/samba_active_directory_integration_on_ubuntu.1391630321.txt.gz · Last modified: 2014/02/05 13:58 by tschulz