Hi guys!
Being an absolute NOOB, mailing the first time to this group, I hope you're patient with my lack of knowledge ...

I have an issue with following documentation (is this the right place for issues?):

https://directory.fedoraproject.org/docs/389ds/howto/quickstart.html

My company works with RHDS11 (RHEL8) so I tried to recreate some stuff (Fedora 32):
useradd -c "RedHat Directory Server" -u 389 -g 389 -s /sbin/nologin slapd
groupadd -g 389 ds
Needs to be done before the installation of "389-base", or user and group will be created automatically (dirsrv.dirsrv).

Adapting basic configuration as described (instance.inf):
[general
group = ds
user = slapd

leads to 
ERR - dse_read_one_file - The configuration file /etc/dirsrv/slapd-example/schema//usr/share/dirsrv/schema/60trust.ldif could not be accessed,
error -1

after a copy:
cp /usr/share/dirsrv/schema/60trust.ldif /etc/dirsrv/schema/
instance creation works like a charm ...

Sorry again for being annoying, but ...

where am I doing wrong?
also having some SELinux related questions,
is this the right place for such kind of issues?

Best regards,
Hendrik Steiner