Hello openSuSE group,
I want to create a small cluster used ARM based devices (odroid-x and RPI’s ).
I’m running opensuse 12.2 and configured LDAP using YAST2.
When I try to enable TSL/LDAPS/Use common Server certificate (needed for the LDAP client connection) I run into problems because I do get the following error:
setfacl -m u:ldap:r /etc/ssl/servercerts/serverkey.pem failed.
Do you have filesystem acl support disabled?
Looking at /etc/fstab
odroid-head:~ # cat /etc/fstab
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
odroid-head:~ #
doesn’t point me to a location where to enable acl
the system runs on a sincle SD card (/dev/mmcblk0)
in three partitiones.
All in all a standard installation:
odroid-head:~ # df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 3448772 3027068 246500 93% /
/dev/root 3448772 3027068 246500 93% /
devtmpfs 499924 36 499888 1% /dev
tmpfs 508200 0 508200 0% /dev/shm
tmpfs 508200 2724 505476 1% /run
tmpfs 508200 0 508200 0% /sys/fs/cgroup
tmpfs 508200 0 508200 0% /media
tmpfs 508200 2724 505476 1% /var/lock
tmpfs 508200 2724 505476 1% /var/run
/dev/mmcblk0p2 52413 14483 37931 28% /odroid-boot
odroid-head:~ #
Could someone help me to find how to enable acl to enable LDAP
thank you very much
Lars