Difference between revisions of "Samba4 BDC"

From Stadm
Jump to navigationJump to search
Line 11: Line 11:
 
  cp /etc/krb5.conf /etc/krb5.bak
 
  cp /etc/krb5.conf /etc/krb5.bak
 
*add realm to kerberos file /etc/krb5.conf
 
*add realm to kerberos file /etc/krb5.conf
  [libdefaults]
+
  cp /usr/local/samba/share/setup/krb5.conf /etc/krb5.conf
      default_realm = EXAMPLE.EDU
+
*change ${REALM} variable to your realm
      dns_lookup_realm = false
+
*test that you can kinit
      dns_lookup_kdc = true
+
kinit administrator
 
+
*type password then klist to check if you have ticket
 +
klsit
 
==Provision BDC==
 
==Provision BDC==

Revision as of 09:42, 24 June 2014


Required Packages

Kerberos

  • make backup of kerberos conf
cp /etc/krb5.conf /etc/krb5.bak
  • add realm to kerberos file /etc/krb5.conf
cp /usr/local/samba/share/setup/krb5.conf /etc/krb5.conf
  • change ${REALM} variable to your realm
  • test that you can kinit
kinit administrator
  • type password then klist to check if you have ticket
klsit

Provision BDC