[Samba-it] Windows XP e DFS: risolto.

Alex al.mc at lycos.it
Fri Apr 11 11:33:01 MDT 2003


Per chi fosse interessato il problema del DFS sotto win XP va risolto 
applicando la seguente patch al file trans2.c
che si trova sotto la dir smbd dei sorgenti.

sostituire la linea:

BOOL NT_arch = ((ra_type == RA_WINNT) || (ra_type == RA_WIN2K));

con

BOOL NT_arch = ((ra_type == RA_WINNT) || (ra_type == RA_WIN2K) || (ra_type 
== RA_WINXP) || (ra_type == RA_WIN2K3));

Ciao,
Alex. 




More information about the samba-it mailing list