search for: acl_entry_t

Displaying 4 results from an estimated 4 matches for "acl_entry_t".

2001 Sep 19
2
--with-acl-support
Dear Andrew Tridgell, i cant compile the 2.2.1-9 package --with-acl-support, beacuse HAVE_SYS_ACL_H has wrong settings somewhere. i cant fix the bug, i just comment out the #ifdef HAVE_SYS_ACL_H line in the source/include/includes.h for a (i hope) good compilation. i use acl 1.1.2 from sgi, and the latest debian woody packages. Regards. Imre Szollosi mailto:szollosi@elme.hu
2002 Nov 23
1
2.2.7 compile error using --with-acl-support on debian
...b" Using LIBS = -lacl -lcups -lnsl -lcrypt -ldl -lpam Compiling smbd/server.c In file included from include/smb.h:462, from include/includes.h:677, from smbd/server.c:22: include/vfs.h:111: parse error before `acl_t' include/vfs.h:112: parse error before `acl_entry_t' include/vfs.h:113: parse error before `acl_entry_t' include/vfs.h:114: parse error before `acl_entry_t' include/vfs.h:115: warning: no semicolon at end of struct or union include/vfs.h:116: parse error before `*' include/vfs.h:116: `acl_t' declared as function returning a funct...
2002 Nov 21
4
ACLs with samba
Hi- I am experiencing some odd behavior with ACLs with winbindd using Samba 2.6 on Debian Woody (kernel version 2.4.18). 1. I am unable to alter permissions from Win2K clients using the Properties->Security interface. Is this normal? I get the "Unable to save Permission Changes on new Folder. Access is denied." message. This occurs with all accounts, both privileged and
2002 Oct 22
1
2.2.6 configure problems
.../tmp/ccycWmr0.o(.text+0xa): undefined reference to `acl_get_entry' collect2: ld returned 1 exit status configure: failed program was: #line 13211 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/acl.h> int main() { acl_t acl; int entry_id; acl_entry_t *entry_p; return acl_get_entry( acl, entry_id, entry_p); ; return 0; } // simply an undefined reference.... The first one will compile fine if I add in -lattr. The second one will result in the same error as the first if I only include -lacl. If I include both -lattr and -lacl then the second o...