xfs
[Top] [All Lists]

Re: [SLIGHTLY OT] XFS ACL support in Samba

To: Federico Sevilla III <jijo@xxxxxxxxxxxxxxxxxxxx>, Linux XFS Mailing List <linux-xfs@xxxxxxxxxxx>
Subject: Re: [SLIGHTLY OT] XFS ACL support in Samba
From: Ian Scott <ian.scott@xxxxxxxxxxx>
Date: Mon, 16 Jul 2001 08:01:31 -0500
In-reply-to: <Pine.LNX.4.21.0107151633190.397-100000@xxxxxxxxxxxxxxxxxxx lection.local>
Sender: owner-linux-xfs@xxxxxxxxxxx
At 04:44 PM 7/15/2001 +0800, Federico Sevilla III wrote:

...
[ -f source/Makefile ] || (cd source && ./configure --with-fhs           \
   --prefix=/usr --sysconfdir=/etc --with-privatedir=/etc/samba          \
   --with-lockdir=/var/state/sa mba --localstatedir=/var --with-netatalk \
   --with-smbmount --with-pam --with-syslo g --with-sambabook            \
   --with-utmp --with-readline --with-acl-support)
...

I see you are also including PAM support in your Samba configuration. There is a problem with the configure process in Samba. While compiling the test program for ACL support, it also includes PAM. If your PAM dev files are missing, the ACL step will fail even if your ACL support is working. Make sure you have the libpam0g-dev Debian package installed.

Ian


<Prev in Thread] Current Thread [Next in Thread>