search for: wyler

Displaying 5 results from an estimated 5 matches for "wyler".

Did you mean: tyler
2000 Feb 18
0
Different Domain Login.
...are my DIFFS, please review them and help me impliment this better if you see anything that needs to be changed, thanks! WAYBELOW is my origional post to samba-ntdom@samba.org FOLLOWING ARE MY DIFFS: -- smbd/reply.c -- # diff smbd/reply.c.orig smbd/reply.c 787a788,794 > /* Added by Ryan Wyler (ryan@nhorizon.net) */ > if(*lp_defaultauthdomain) { > if(strequal(lp_workgroup(), domain)) { > fstrcpy(domain,lp_defaultauthdomain()); > } > } > -- param/loadparm.c -- # diff param/loadparm.c.orig param/loadparm.c 122a123 > char *szDefaultAuthD...
2000 Feb 18
0
Different Domain Login. UPDATED
...are my DIFFS, please review them and help me impliment this better if you see anything that needs to be changed, thanks! WAYBELOW is my origional post to samba-ntdom@samba.org FOLLOWING ARE MY DIFFS: -- smbd/reply.c -- # diff smbd/reply.c.orig smbd/reply.c 787a788,794 > /* Added by Ryan Wyler (ryan@nhorizon.net) */ > if(*lp_defaultauthdomain) { > if(strequal(lp_workgroup(), domain)) { > fstrcpy(domain,lp_defaultauthdomain()); > } > } > -- param/loadparm.c -- # diff param/loadparm.c.orig param/loadparm.c 122a123 > char *szDefaultAuthD...
2000 Feb 29
0
automount, samba, desktop.ini issues
Program: update_links.pl Author: Ryan Wyler <ryan@nhorizon.net> Problem this program solves: Windows machines taking a LONG time to browse shares of automount points which include directories that are inaccessable to the samba server. Explanation: We have our samba shares setup to mount the unix automount directories. The proble...
2004 Apr 24
0
New message
...Postbox 282, 8035 Zurich, Switzerland www.rezamusic.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reza's CD's are distributed worldwide through www.rezamusic.com and are also available at the following shops in Switzerland: AARAU: Dezibelle BADEN: Jecklin, Eiermann guitar shop BASEL: Musik Wyler, Musik Hug BERN: Krompholz, Jecklin LUGANO: Alhambra Music LUZERN: Musik Hug MONTREUX: L'Octave ST. GALLEN: Musik Hug ZUG: Gion's Musiglade ZURICH: Musik Hug, Jecklin, Musighuesli
2002 Oct 30
1
hundreds of thousands files
I am rsyncing several hunderds of thousands of files in several directories. The way I got rsync to work for me was I wrote a script which NFS mounts the directory I am rsyncing first before starting, and then it goes through the directories and rsyncs them in bite sizeable chunks by going a few directories deep and starting there.. Is there any way to have this as an option inside rsync