search for: with_acl_support

Displaying 3 results from an estimated 3 matches for "with_acl_support".

2009 Aug 28
1
FreeBSD 7.2 and Samba 3.3.7 AD 2003 Authentication Problem
...id = 50001 - 100000 idmap gid = 50001 - 100000 I hope you can help me resolve this issue. Please let me know if you need any additional info. Thanks, Vladimir Orlic # more /var/db/ports/samba3/options _OPTIONS_READ=samba-3.0.35,1 WITH_LDAP=true WITH_ADS=true WITHOUT_CUPS=true WITH_WINBIND=true WITH_ACL_SUPPORT=true WITHOUT_AIO_SUPPORT=true WITHOUT_FAM_SUPPORT=true WITH_SYSLOG=true WITHOUT_QUOTAS=true WITH_UTMP=true WITH_PAM_SMBPASS=true WITHOUT_CLUSTER=true WITH_DNSUPDATE=true WITH_EXP_MODULES=true WITH_POPT=true WITH_PCH=true WITHOUT_MAX_DEBUG=true WITHOUT_SMBTORTURE=true # more /var/db/ports/samba33/o...
2002 Aug 19
1
smaba 2.2.5 and acls on XFS
Hi i have a question concerning the acl supoprt of samba, i have a mandrake9 (2.4.19) with a xfs partition installed locally i can get and set acls on the xfs parition snip [root@aclsmb data]# getfacl samba/ # file: samba # owner: root # group: root user::rwx group::r-x other::r-x [root@aclsmb data]# setfacl -m u:smalchow:rwx samba/ [root@aclsmb data]# getfacl samba/ # file: samba # owner:
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
...--with-winbind .endif .if defined(WITH_WINBIND_AUTH_CHALLENGE) CONFIGURE_ARGS+= --with-winbind-auth-challenge .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME} .else CONFIGURE_ARGS+= --with-krb5=no .endif .if defined(WITH_ACL_SUPPORT) .if ${OSVERSION} < 500018 BROKEN= "Requires a recent FreeBSD 5.0-CURRENT" .else CONFIGURE_ARGS+= --with-acl-support .endif .endif .if defined(WITH_LIBICONV) LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv CONFIGURE_ARGS+= --with-libiconv .endif WRKSRC=...