I added a share in smb.conf.regedit then I imported the file with net conf import smb.conf.regedit .
I send you another tar file at your email.

Regards
F

# net conf list

[global]
    workgroup = MYDOMAIN.LOCAL
    netbios name = MYSERVER
    realm = MYDOMAIN.LOCAL
    kerberos method = dedicated keytab
    dedicated keytab file = /etc/samba/samba.keytab
    create krb5 conf = no
    security = user
    domain master = yes
    domain logons = yes
    max log size = 100000
    log file = /var/log/samba/log.%m
    passdb backend = ipasam:ldapi://%2fvar%2frun%2fslapd-MYDOMAIN-LOCAL.socket
    disable spoolss = yes
    ldapsam:trusted = yes
    ldap ssl = off
    ldap suffix = dc=mydomain,dc=local
    ldap user suffix = cn=users,cn=accounts
    ldap group suffix = cn=groups,cn=accounts
    ldap machine suffix = cn=computers,cn=accounts
    rpc_server:epmapper = external
    rpc_server:lsarpc = external
    rpc_server:lsass = external
    rpc_server:lsasd = external
    rpc_server:samr = external
    rpc_server:netlogon = external
    rpc_server:tcpip = yes
    rpc_daemon:epmd = fork
    rpc_daemon:lsasd = fork
    log level = 10

[scratch]
    path = /data/scratch
    comment = Scratch shared files
    create mask = 0644
    invalid users = opera


On Tue, Mar 12, 2019 at 6:15 PM Alexander Bokovoy <abokovoy@redhat.com> wrote:
On ti, 12 maalis 2019, Fuji San via FreeIPA-users wrote:
>I sent you a mail with a link to the log tar file at ...
Thanks.

According to the logs you sent, there is no a share that a client tries
to access.

How did you add the share?

Samba on IPA master uses a particular configuration with its
configuration stored in the Samba registry. This means that actual
smb.conf on IPA master looks like this:

### Added by IPA Installer ###
[global]
debug pid = yes
config backend = registry


Anything added after 'config backend = registry' line is ignored by
Samba.

If you want to add a share, use 'net conf addshare' command. Once you
added a share definition, its settings can be updated with

net conf setparm 'sharename' 'parameter' 'value'

--
/ Alexander Bokovoy
Sr. Principal Software Engineer
Security / Identity Management Engineering
Red Hat Limited, Finland