Changes between Version 3 and Version 4 of samba4


Ignore:
Timestamp:
03/20/2013 03:36:31 PM (11 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • samba4

    v3 v4  
    1818=== Kerberos ===
    1919As for now, it's the best way to have no Kerberos installation around. Samba4 comes with an own Heimdal-based Kerberos implementation. Even Samba4 compiles fine against MIT-Krb5, the AD controller functionality gets disabled. This is not what we want to have.
     20But, the Kerberos tools (kinit, klist ...) should be installed as the bundled Heimdal packet does not include them. For this, even MIT-krb5 is good to use. Just make sure that the Kerberos-server does not start or is not started as the Kerberos server function will be provided by Samba4.
    2021
    2122=== Miscellaneous ===
     
    4445== Setting up the domain ==
    4546
    46 ./samba-tool domain provision ...
     47before you try a provisioning, make sure that the realm specified in the {{{/etc/samba/smb.conf}}} is the same as you want to use. Best is to move the {{{/etc/samba/smb.conf}}} out of the way if exist.
     48
     49{{{
     50samba-tool domain provision
     51}}}
    4752
    4853== Resources ==