Displaying 3 results from an estimated 3 matches for "with_msdfs".
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
...--with-pam
--without-manpages-langs \
--with-piddir=${VARDIR}/run
--with-logfilebase=${VARDIR}/log
.include <bsd.port.pre.mk>
.if defined(WITH_QUOTAS)
CONFIGURE_ARGS+= --with-quotas
.endif
.if defined(WITH_UTMP)
CONFIGURE_ARGS+= --with-utmp
.endif
.if defined(WITH_MSDFS)
CONFIGURE_ARGS+= --with-msdfs
.endif
.if defined(WITH_WINBIND)
CONFIGURE_ARGS+= --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+=...
2001 Oct 04
5
msdfs
Hello,
Last week I submitted a problem with msdfs on samba.
I didn't receive any reaction. I've also tried the samba-cvs version but
this
has also problems.
We really like to use msdfs from samba, because we want to put all our
homedirectories
( more than 4000 ) in one dfsroot. This is not possible with Microsoft's
dfs because this
has a limit of 1000 .... I didn't found this
2003 Dec 01
0
No subject
...de/msdfs.h 26 May 2000 17:10:38 -0000 1.5
+++ include/msdfs.h 20 Aug 2001 23:15:00 -0000
@@ -53,10 +53,9 @@
struct dfs_path
{
- pstring hostname;
- pstring servicename;
- pstring volumename;
- pstring restofthepath;
+ pstring hostname;
+ pstring servicename;
+ pstring reqpath;
};
#ifdef WITH_MSDFS
Index: msdfs/msdfs.c
===================================================================
RCS file: /data/cvs/samba/source/msdfs/msdfs.c,v
retrieving revision 1.10.4.6
diff -u -r1.10.4.6 msdfs.c
--- msdfs/msdfs.c 19 Aug 2001 17:21:02 -0000 1.10.4.6
+++ msdfs/msdfs.c 20 Aug 2001 23:15:00 -0000
@@ -33...