IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
It is assumed tou have already installed the ctdb version of samba and also installed, configured and tested CTDB.
<h2>Create a user account</h2>
First you need to initialise the Samba password database so that you have some user that can authenticate to the samba service.<br>
Do this by running:
<pre>
smbpasswd -a root
</pre>
Samba with clustering must use the tdbsam or ldap SAM passdb backends (it must not use the default smbpasswd backend), or must be configured to be a member of a domain.<br>
The rest of the configuration of Samba is exactly as it is done on a normal system.<br><br>
See the docs on http://samba.org/ for details.
<h2>Critical smb.conf parameters</h2>
A clustered Samba install must set some specific configuration parameters
<pre>
clustering = yes
idmap backend = tdb2
</pre>
<h2>Using smbcontrol</h2>
You can check for connectivity to the smbd daemons on each node using smbcontrol