I've set the path for each user in pdbedit and created a login script with
drive mapping etc etc
The network drives aren't being mapped when I login each user:
smb.conf
[global]
printcap name = cups
cups options = raw
map to guest = Bad User
# include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
[protel]
comment = Protel Data Folder
path = /protel
# drive = K:
read only = no
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
write list = root
admin users = root
guest ok = Yes
browseable = No
pdbedit -L -v
Unix username: aillin
NT username:
Account Flags: [U ]
User SID: S-1-5-21-1439502771-4027299746-1242570080-3004
Primary Group SID: S-1-5-21-1439502771-4027299746-1242570080-513
Full Name: aillin
Home Directory: \\ucd01\aillin\.9xprofile
HomeDir Drive: P:
Logon Script: \\ucd01\netlogon\aillin.bat
Profile Path: \\ucd01\profiles\.msprofile
Domain: UCD
Account desc:
Workstations:
vim /vavr/lib/samba/netlogon/aillin.bat
echo Setting Current Time...
net time UCD01 /set /yes
echo Mapping Network Drives to StressFree File Server UCD01...
net use k: UCD01protel
net use s: UCD01share
#net use t: EXAMPLESERVERtemp
Chris Boyd
Systems Engineer
USIT
19-21 Aston Quay
Dublin 2
Ireland
Tel: +353 1 6021670
Fax: +353 1 6771602
www.usit.ie
-----------------------------------------------------------------
This email message is intended only for the addressee(s)
and contains information that may be confidential and/or
copyrighted. If you are not the intended recipient please
notify the sender by reply email and immediately delete
this email. Use, disclosure or reproduction of this email
by anyone other than the intended recipient(s) is strictly
prohibited. USIT has scanned this email for viruses and
dangerous content and believes it to be clean. However,
virus scanning is ultimately the responsibility of the recipient.
-----------------------------------------------------------------
Mont Rothstein
2006-Apr-06 16:52 UTC
[Samba] net drive mapping not working in login script
Do your user's home directories already exist? Then need to. Samba does not by defult auto-create them. If you want to auto-create them options include: 1) A preexec in the [homes] section 2) Create them as part of the add user script 3) Use pam_mkhomedir -Mont On 4/6/06, Chris Boyd <Chris.Boyd@usit.ie> wrote:> > I've set the path for each user in pdbedit and created a login script with > drive mapping etc etc > The network drives aren't being mapped when I login each user: > smb.conf > [global] > printcap name = cups > cups options = raw > map to guest = Bad User > # include = /etc/samba/dhcp.conf > logon path = \\%L\profiles\.msprofile > logon home = \\%L\%U\.9xprofile > logon drive = P: > > > [protel] > comment = Protel Data Folder > path = /protel > # drive = K: > read only = no > [netlogon] > comment = Network Logon Service > path = /var/lib/samba/netlogon > write list = root > admin users = root > guest ok = Yes > browseable = No > > pdbedit -L -v > > Unix username: aillin > NT username: > Account Flags: [U ] > User SID: S-1-5-21-1439502771-4027299746-1242570080-3004 > Primary Group SID: S-1-5-21-1439502771-4027299746-1242570080-513 > Full Name: aillin > Home Directory: \\ucd01\aillin\.9xprofile > HomeDir Drive: P: > Logon Script: \\ucd01\netlogon\aillin.bat > Profile Path: \\ucd01\profiles\.msprofile > Domain: UCD > Account desc: > Workstations: > > vim /vavr/lib/samba/netlogon/aillin.bat > > echo Setting Current Time... > net time UCD01 /set /yes > > echo Mapping Network Drives to StressFree File Server UCD01... > net use k: UCD01protel > net use s: UCD01share > #net use t: EXAMPLESERVERtemp > > > > Chris Boyd > Systems Engineer > USIT > 19-21 Aston Quay > Dublin 2 > Ireland > > Tel: +353 1 6021670 > Fax: +353 1 6771602 > www.usit.ie > > ----------------------------------------------------------------- > This email message is intended only for the addressee(s) > and contains information that may be confidential and/or > copyrighted. If you are not the intended recipient please > notify the sender by reply email and immediately delete > this email. Use, disclosure or reproduction of this email > by anyone other than the intended recipient(s) is strictly > prohibited. USIT has scanned this email for viruses and > dangerous content and believes it to be clean. However, > virus scanning is ultimately the responsibility of the recipient. > ----------------------------------------------------------------- > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >
On Thu, 2006-04-06 at 17:19 +0100, Chris Boyd wrote:> I've set the path for each user in pdbedit and created a login script with drive mapping etc etc > The network drives aren't being mapped when I login each user: > smb.conf > [global] > printcap name = cups > cups options = raw > map to guest = Bad User > # include = /etc/samba/dhcp.conf > logon path = \\%L\profiles\.msprofile > logon home = \\%L\%U\.9xprofile > logon drive = P: > > > [protel] > comment = Protel Data Folder > path = /protel > # drive = K: > read only = no > [netlogon] > comment = Network Logon Service > path = /var/lib/samba/netlogon > write list = root > admin users = root > guest ok = Yes > browseable = No > > pdbedit -L -v > > Unix username: aillin > NT username: > Account Flags: [U ] > User SID: S-1-5-21-1439502771-4027299746-1242570080-3004 > Primary Group SID: S-1-5-21-1439502771-4027299746-1242570080-513 > Full Name: aillin > Home Directory: \\ucd01\aillin\.9xprofile > HomeDir Drive: P: > Logon Script: \\ucd01\netlogon\aillin.bat > Profile Path: \\ucd01\profiles\.msprofile > Domain: UCD > Account desc: > Workstations: > > vim /vavr/lib/samba/netlogon/aillin.bat > > echo Setting Current Time... > net time UCD01 /set /yes > > echo Mapping Network Drives to StressFree File Server UCD01... > net use k: UCD01protel > net use s: UCD01share > #net use t: EXAMPLESERVERtemp >---- do the scripts work if you run them manually? Craig
The home directories are already there. I've put the login files in /var/lib/samba/netlogon/ and that's the path set in the netlogon section of smb.conf Chris Boyd Systems Engineer USIT 19-21 Aston Quay Dublin 2 Ireland Tel: +353 1 6021670 Fax: +353 1 6771602 www.usit.ie>>> "Mont Rothstein" <mont.rothstein@gmail.com> 04/06/06 5:51 PM >>>Do your user's home directories already exist? Then need to. Samba does not by defult auto-create them. If you want to auto-create them options include: 1) A preexec in the [homes] section 2) Create them as part of the add user script 3) Use pam_mkhomedir -Mont On 4/6/06, Chris Boyd <Chris.Boyd@usit.ie> wrote:> > I've set the path for each user in pdbedit and created a login script with > drive mapping etc etc > The network drives aren't being mapped when I login each user: > smb.conf > [global] > printcap name = cups > cups options = raw > map to guest = Bad User > # include = /etc/samba/dhcp.conf > logon path = \\%L\profiles\.msprofile > logon home = \\%L\%U\.9xprofile > logon drive = P: > > > [protel] > comment = Protel Data Folder > path = /protel > # drive = K: > read only = no > [netlogon] > comment = Network Logon Service > path = /var/lib/samba/netlogon > write list = root > admin users = root > guest ok = Yes > browseable = No > > pdbedit -L -v > > Unix username: aillin > NT username: > Account Flags: [U ] > User SID: S-1-5-21-1439502771-4027299746-1242570080-3004 > Primary Group SID: S-1-5-21-1439502771-4027299746-1242570080-513 > Full Name: aillin > Home Directory: \\ucd01\aillin\.9xprofile > HomeDir Drive: P: > Logon Script: \\ucd01\netlogon\aillin.bat > Profile Path: \\ucd01\profiles\.msprofile > Domain: UCD > Account desc: > Workstations: > > vim /vavr/lib/samba/netlogon/aillin.bat > > echo Setting Current Time... > net time UCD01 /set /yes > > echo Mapping Network Drives to StressFree File Server UCD01... > net use k: UCD01protel > net use s: UCD01share > #net use t: EXAMPLESERVERtemp > > > > Chris Boyd > Systems Engineer > USIT > 19-21 Aston Quay > Dublin 2 > Ireland > > Tel: +353 1 6021670 > Fax: +353 1 6771602 > www.usit.ie > > ----------------------------------------------------------------- > This email message is intended only for the addressee(s) > and contains information that may be confidential and/or > copyrighted. If you are not the intended recipient please > notify the sender by reply email and immediately delete > this email. Use, disclosure or reproduction of this email > by anyone other than the intended recipient(s) is strictly > prohibited. USIT has scanned this email for viruses and > dangerous content and believes it to be clean. However, > virus scanning is ultimately the responsibility of the recipient. > ----------------------------------------------------------------- > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >----------------------------------------------------------------- This email message is intended only for the addressee(s) and contains information that may be confidential and/or copyrighted. If you are not the intended recipient please notify the sender by reply email and immediately delete this email. Use, disclosure or reproduction of this email by anyone other than the intended recipient(s) is strictly prohibited. USIT has scanned this email for viruses and dangerous content and believes it to be clean. However, virus scanning is ultimately the responsibility of the recipient. -----------------------------------------------------------------
To answer craig. I've corrected the dos syntax in the login scripts but they
don't seem to be running.
Here's the whole smb.conf
[global]
printcap name = cups
cups options = raw
map to guest = Bad User
# include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
security = user
restrict anonymous = no
domain master = Yes
preferred master = Yes
# idmap uid = 15000-20000
# idmap gid = 15000-20000
log level = 2
netbios name = UCD01
max protocol = NT
ldap ssl = No
server signing = Auto
workgroup = UCD
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s
/bin/false %m$
passdb backend = tdbsam
domain logons = Yes
local master = Yes
os level = 65
[protel]
comment = Protel Data Folder
path = /protel
# drive = K:
read only = no
[homes]
comment = Home Directories
valid users = %S
browseable = No
read only = No
inherit acls = Yes
[profiles]
comment = Network Profiles Service
path = /var/lib/samba/profiles
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
write list = root
admin users = root
guest ok = Yes
browseable = No
ls -la /var/lib/samba/netlogon/
total 21
drwxr-xr-x 3 root root 224 Apr 7 12:13 .
drwxr-xr-x 6 root root 680 Apr 7 12:16 ..
-rwxr--r-- 1 root root 179 Apr 7 12:10 aillin.bat
-rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat
-rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat
-rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat
-rwxr--r-- 1 root root 181 Apr 7 12:09 robin.bat
drwxr-xr-x 2 root root 80 Apr 6 12:05 scripts
Chris Boyd
Systems Engineer
USIT
19-21 Aston Quay
Dublin 2
Ireland
Tel: +353 1 6021670
Fax: +353 1 6771602
www.usit.ie>>> "Mont Rothstein" <mont.rothstein@gmail.com>
04/06/06 5:51 PM >>>
Do your user's home directories already exist? Then need to. Samba does
not by defult auto-create them.
If you want to auto-create them options include:
1) A preexec in the [homes] section
2) Create them as part of the add user script
3) Use pam_mkhomedir
-Mont
On 4/6/06, Chris Boyd <Chris.Boyd@usit.ie> wrote:>
> I've set the path for each user in pdbedit and created a login script
with
> drive mapping etc etc
> The network drives aren't being mapped when I login each user:
> smb.conf
> [global]
> printcap name = cups
> cups options = raw
> map to guest = Bad User
> # include = /etc/samba/dhcp.conf
> logon path = \\%L\profiles\.msprofile
> logon home = \\%L\%U\.9xprofile
> logon drive = P:
>
>
> [protel]
> comment = Protel Data Folder
> path = /protel
> # drive = K:
> read only = no
> [netlogon]
> comment = Network Logon Service
> path = /var/lib/samba/netlogon
> write list = root
> admin users = root
> guest ok = Yes
> browseable = No
>
> pdbedit -L -v
>
> Unix username: aillin
> NT username:
> Account Flags: [U ]
> User SID: S-1-5-21-1439502771-4027299746-1242570080-3004
> Primary Group SID: S-1-5-21-1439502771-4027299746-1242570080-513
> Full Name: aillin
> Home Directory: \\ucd01\aillin\.9xprofile
> HomeDir Drive: P:
> Logon Script: \\ucd01\netlogon\aillin.bat
> Profile Path: \\ucd01\profiles\.msprofile
> Domain: UCD
> Account desc:
> Workstations:
>
> vim /vavr/lib/samba/netlogon/aillin.bat
>
> echo Setting Current Time...
> net time UCD01 /set /yes
>
> echo Mapping Network Drives to StressFree File Server UCD01...
> net use k: UCD01protel
> net use s: UCD01share
> #net use t: EXAMPLESERVERtemp
>
>
>
> Chris Boyd
> Systems Engineer
> USIT
> 19-21 Aston Quay
> Dublin 2
> Ireland
>
> Tel: +353 1 6021670
> Fax: +353 1 6771602
> www.usit.ie
>
> -----------------------------------------------------------------
> This email message is intended only for the addressee(s)
> and contains information that may be confidential and/or
> copyrighted. If you are not the intended recipient please
> notify the sender by reply email and immediately delete
> this email. Use, disclosure or reproduction of this email
> by anyone other than the intended recipient(s) is strictly
> prohibited. USIT has scanned this email for viruses and
> dangerous content and believes it to be clean. However,
> virus scanning is ultimately the responsibility of the recipient.
> -----------------------------------------------------------------
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/listinfo/samba
>
-----------------------------------------------------------------
This email message is intended only for the addressee(s)
and contains information that may be confidential and/or
copyrighted. If you are not the intended recipient please
notify the sender by reply email and immediately delete
this email. Use, disclosure or reproduction of this email
by anyone other than the intended recipient(s) is strictly
prohibited. USIT has scanned this email for viruses and
dangerous content and believes it to be clean. However,
virus scanning is ultimately the responsibility of the recipient.
-----------------------------------------------------------------
No they are in the /var/lib/samba/netlogon/ directory...see
ls -la /var/lib/samba/netlogon/
total 21
drwxr-xr-x 2 root root 200 Apr 7 14:20 .
drwxr-xr-x 6 root root 680 Apr 7 14:15 ..
-rwxr-xr-x 1 root root 179 Apr 7 12:10 aillin.bat
-rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat
-rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat
-rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat
-rwxr-xr-x 1 root root 181 Apr 7 12:09 robin.bat
I've tried chmod 755, changing the {netlogon} in smb.conf:
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
login scipt = netlogon/%U.bat
write list = root
admin users = root
guest ok = Yes
browseable = No
doesn't work for some reason.
Chris Boyd
Systems Engineer
USIT
19-21 Aston Quay
Dublin 2
Ireland
Tel: +353 1 6021670
Fax: +353 1 6771602
www.usit.ie>>> E <eehines@comcast.net> 04/07/06 2:00 PM >>>
You haven't placed your scripts in the .../netlogon directory; you've
placed them, it seems from your ls listing, in your .../netlogon/scripts
directory. You need to correct your [netlogon] path.
Eric Hines
Chris Boyd wrote:> To answer craig. I've corrected the dos syntax in the login scripts but
they don't seem to be running.
>
> Here's the whole smb.conf
>
<snip>
> [netlogon]
> comment = Network Logon Service
> path = /var/lib/samba/netlogon
> write list = root
> admin users = root
> guest ok = Yes
> browseable = No
>
>
> ls -la /var/lib/samba/netlogon/
> total 21
> drwxr-xr-x 3 root root 224 Apr 7 12:13 .
> drwxr-xr-x 6 root root 680 Apr 7 12:16 ..
> -rwxr--r-- 1 root root 179 Apr 7 12:10 aillin.bat
> -rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat
> -rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat
> -rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat
> -rwxr--r-- 1 root root 181 Apr 7 12:09 robin.bat
> drwxr-xr-x 2 root root 80 Apr 6 12:05 scripts
>
>
> Chris Boyd
> Systems Engineer
> USIT
> 19-21 Aston Quay
> Dublin 2
> Ireland
>
> Tel: +353 1 6021670
> Fax: +353 1 6771602
> www.usit.ie
>
<snip>
--
The mode in which the inevitable comes to pass is through effort.
--Justice Oliver Wendell Holmes, Jr
-----------------------------------------------------------------
This email message is intended only for the addressee(s)
and contains information that may be confidential and/or
copyrighted. If you are not the intended recipient please
notify the sender by reply email and immediately delete
this email. Use, disclosure or reproduction of this email
by anyone other than the intended recipient(s) is strictly
prohibited. USIT has scanned this email for viruses and
dangerous content and believes it to be clean. However,
virus scanning is ultimately the responsibility of the recipient.
-----------------------------------------------------------------
I'm shotgunning here, since I'm not much more experienced than you, but I think setting login script to netlogon/%U.bat makes Geraldine, for instance, run the script geraldine.bat.bat. Try using netlogon/%U (although I'm not sure this construction works). Eric Hines Chris Boyd wrote:> No they are in the /var/lib/samba/netlogon/ directory...see > > ls -la /var/lib/samba/netlogon/ > total 21 > drwxr-xr-x 2 root root 200 Apr 7 14:20 . > drwxr-xr-x 6 root root 680 Apr 7 14:15 .. > -rwxr-xr-x 1 root root 179 Apr 7 12:10 aillin.bat > -rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat > -rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat > -rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat > -rwxr-xr-x 1 root root 181 Apr 7 12:09 robin.bat > > I've tried chmod 755, changing the {netlogon} in smb.conf: > > [netlogon] > comment = Network Logon Service > path = /var/lib/samba/netlogon > login scipt = netlogon/%U.bat > write list = root > admin users = root > guest ok = Yes > browseable = No > > doesn't work for some reason. > > > > > Chris Boyd > Systems Engineer > USIT > 19-21 Aston Quay > Dublin 2 > Ireland > > Tel: +353 1 6021670 > Fax: +353 1 6771602 > www.usit.ie > >>>> E <eehines@comcast.net> 04/07/06 2:00 PM >>> >>>> > You haven't placed your scripts in the .../netlogon directory; you've > placed them, it seems from your ls listing, in your .../netlogon/scripts > directory. You need to correct your [netlogon] path. > > Eric Hines > > Chris Boyd wrote: > >> To answer craig. I've corrected the dos syntax in the login scripts but they don't seem to be running. >> >> Here's the whole smb.conf >> >> > <snip> > > >> [netlogon] >> comment = Network Logon Service >> path = /var/lib/samba/netlogon >> write list = root >> admin users = root >> guest ok = Yes >> browseable = No >> >> >> ls -la /var/lib/samba/netlogon/ >> total 21 >> drwxr-xr-x 3 root root 224 Apr 7 12:13 . >> drwxr-xr-x 6 root root 680 Apr 7 12:16 .. >> -rwxr--r-- 1 root root 179 Apr 7 12:10 aillin.bat >> -rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat >> -rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat >> -rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat >> -rwxr--r-- 1 root root 181 Apr 7 12:09 robin.bat >> drwxr-xr-x 2 root root 80 Apr 6 12:05 scripts >> >> >> Chris Boyd >> Systems Engineer >> USIT >> 19-21 Aston Quay >> Dublin 2 >> Ireland >> >> Tel: +353 1 6021670 >> Fax: +353 1 6771602 >> www.usit.ie >> >> > <snip> > >-- The mode in which the inevitable comes to pass is through effort. --Justice Oliver Wendell Holmes, Jr
Yea i tried that to no avail. Chris Boyd Systems Engineer USIT 19-21 Aston Quay Dublin 2 Ireland Tel: +353 1 6021670 Fax: +353 1 6771602 www.usit.ie>>> EHines <eehines@comcast.net> 04/07/06 2:24 PM >>>I'm shotgunning here, since I'm not much more experienced than you, but I think setting login script to netlogon/%U.bat makes Geraldine, for instance, run the script geraldine.bat.bat. Try using netlogon/%U (although I'm not sure this construction works). Eric Hines Chris Boyd wrote:> No they are in the /var/lib/samba/netlogon/ directory...see > > ls -la /var/lib/samba/netlogon/ > total 21 > drwxr-xr-x 2 root root 200 Apr 7 14:20 . > drwxr-xr-x 6 root root 680 Apr 7 14:15 .. > -rwxr-xr-x 1 root root 179 Apr 7 12:10 aillin.bat > -rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat > -rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat > -rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat > -rwxr-xr-x 1 root root 181 Apr 7 12:09 robin.bat > > I've tried chmod 755, changing the {netlogon} in smb.conf: > > [netlogon] > comment = Network Logon Service > path = /var/lib/samba/netlogon > login scipt = netlogon/%U.bat > write list = root > admin users = root > guest ok = Yes > browseable = No > > doesn't work for some reason. > > > > > Chris Boyd > Systems Engineer > USIT > 19-21 Aston Quay > Dublin 2 > Ireland > > Tel: +353 1 6021670 > Fax: +353 1 6771602 > www.usit.ie > >>>> E <eehines@comcast.net> 04/07/06 2:00 PM >>> >>>> > You haven't placed your scripts in the .../netlogon directory; you've > placed them, it seems from your ls listing, in your .../netlogon/scripts > directory. You need to correct your [netlogon] path. > > Eric Hines > > Chris Boyd wrote: > >> To answer craig. I've corrected the dos syntax in the login scripts but they don't seem to be running. >> >> Here's the whole smb.conf >> >> > <snip> > > >> [netlogon] >> comment = Network Logon Service >> path = /var/lib/samba/netlogon >> write list = root >> admin users = root >> guest ok = Yes >> browseable = No >> >> >> ls -la /var/lib/samba/netlogon/ >> total 21 >> drwxr-xr-x 3 root root 224 Apr 7 12:13 . >> drwxr-xr-x 6 root root 680 Apr 7 12:16 .. >> -rwxr--r-- 1 root root 179 Apr 7 12:10 aillin.bat >> -rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat >> -rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat >> -rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat >> -rwxr--r-- 1 root root 181 Apr 7 12:09 robin.bat >> drwxr-xr-x 2 root root 80 Apr 6 12:05 scripts >> >> >> Chris Boyd >> Systems Engineer >> USIT >> 19-21 Aston Quay >> Dublin 2 >> Ireland >> >> Tel: +353 1 6021670 >> Fax: +353 1 6771602 >> www.usit.ie >> >> > <snip> > >-- The mode in which the inevitable comes to pass is through effort. --Justice Oliver Wendell Holmes, Jr ----------------------------------------------------------------- This email message is intended only for the addressee(s) and contains information that may be confidential and/or copyrighted. If you are not the intended recipient please notify the sender by reply email and immediately delete this email. Use, disclosure or reproduction of this email by anyone other than the intended recipient(s) is strictly prohibited. USIT has scanned this email for viruses and dangerous content and believes it to be clean. However, virus scanning is ultimately the responsibility of the recipient. -----------------------------------------------------------------
Would there be a problem with the path in the tdb db? Unix username: geraldine NT username: Account Flags: [U ] User SID: S-1-5-21-1439502771-4027299746-1242570080-3008 Primary Group SID: S-1-5-21-1439502771-4027299746-1242570080-513 Full Name: Geraldine Home Directory: \\ucd01\geraldine\.9xprofile HomeDir Drive: P: Logon Script: \\ucd01\netlogon\geraldine.bat Profile Path: \\ucd01\profiles\.msprofile Domain: UCD Account desc: Workstations: Munged dial: Logon time: 0 Logoff time: Tue, 19 Jan 2038 03:14:07 GMT Kickoff time: Tue, 19 Jan 2038 03:14:07 GMT Password last set: Thu, 06 Apr 2006 16:21:28 GMT Password can change: Thu, 06 Apr 2006 16:21:28 GMT Password must change: Tue, 19 Jan 2038 03:14:07 GMT Last bad password : 0 Bad password count : 0 Logon hours : FFFFFFFFFFFFFFFFFFFFFFFFFFF Chris Boyd Systems Engineer USIT 19-21 Aston Quay Dublin 2 Ireland Tel: +353 1 6021670 Fax: +353 1 6771602 www.usit.ie>>> EHines <eehines@comcast.net> 04/07/06 2:24 PM >>>I'm shotgunning here, since I'm not much more experienced than you, but I think setting login script to netlogon/%U.bat makes Geraldine, for instance, run the script geraldine.bat.bat. Try using netlogon/%U (although I'm not sure this construction works). Eric Hines Chris Boyd wrote:> No they are in the /var/lib/samba/netlogon/ directory...see > > ls -la /var/lib/samba/netlogon/ > total 21 > drwxr-xr-x 2 root root 200 Apr 7 14:20 . > drwxr-xr-x 6 root root 680 Apr 7 14:15 .. > -rwxr-xr-x 1 root root 179 Apr 7 12:10 aillin.bat > -rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat > -rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat > -rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat > -rwxr-xr-x 1 root root 181 Apr 7 12:09 robin.bat > > I've tried chmod 755, changing the {netlogon} in smb.conf: > > [netlogon] > comment = Network Logon Service > path = /var/lib/samba/netlogon > login scipt = netlogon/%U.bat > write list = root > admin users = root > guest ok = Yes > browseable = No > > doesn't work for some reason. > > > > > Chris Boyd > Systems Engineer > USIT > 19-21 Aston Quay > Dublin 2 > Ireland > > Tel: +353 1 6021670 > Fax: +353 1 6771602 > www.usit.ie > >>>> E <eehines@comcast.net> 04/07/06 2:00 PM >>> >>>> > You haven't placed your scripts in the .../netlogon directory; you've > placed them, it seems from your ls listing, in your .../netlogon/scripts > directory. You need to correct your [netlogon] path. > > Eric Hines > > Chris Boyd wrote: > >> To answer craig. I've corrected the dos syntax in the login scripts but they don't seem to be running. >> >> Here's the whole smb.conf >> >> > <snip> > > >> [netlogon] >> comment = Network Logon Service >> path = /var/lib/samba/netlogon >> write list = root >> admin users = root >> guest ok = Yes >> browseable = No >> >> >> ls -la /var/lib/samba/netlogon/ >> total 21 >> drwxr-xr-x 3 root root 224 Apr 7 12:13 . >> drwxr-xr-x 6 root root 680 Apr 7 12:16 .. >> -rwxr--r-- 1 root root 179 Apr 7 12:10 aillin.bat >> -rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat >> -rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat >> -rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat >> -rwxr--r-- 1 root root 181 Apr 7 12:09 robin.bat >> drwxr-xr-x 2 root root 80 Apr 6 12:05 scripts >> >> >> Chris Boyd >> Systems Engineer >> USIT >> 19-21 Aston Quay >> Dublin 2 >> Ireland >> >> Tel: +353 1 6021670 >> Fax: +353 1 6771602 >> www.usit.ie >> >> > <snip> > >-- The mode in which the inevitable comes to pass is through effort. --Justice Oliver Wendell Holmes, Jr ----------------------------------------------------------------- This email message is intended only for the addressee(s) and contains information that may be confidential and/or copyrighted. If you are not the intended recipient please notify the sender by reply email and immediately delete this email. Use, disclosure or reproduction of this email by anyone other than the intended recipient(s) is strictly prohibited. USIT has scanned this email for viruses and dangerous content and believes it to be clean. However, virus scanning is ultimately the responsibility of the recipient. -----------------------------------------------------------------
I dont know it seems no matter where I put the script or path it doesn't seem to run. I'm wondering if it's something on the XP side? Any ideas? Chris Boyd Systems Engineer USIT 19-21 Aston Quay Dublin 2 Ireland Tel: +353 1 6021670 Fax: +353 1 6771602 www.usit.ie>>> Ed Kasky <ed@esson.net> 04/07/06 2:56 PM >>>I have the following config that works well for me: logon script = %u.bat and under /shared/netlogon I have [user].bat for each user as we are a small operation... HTH Ed At 06:24 AM Friday, 4/7/2006, EHines wrote -=>>I'm shotgunning here, since I'm not much more experienced than you, >but I think setting login script to netlogon/%U.bat makes Geraldine, >for instance, run the script geraldine.bat.bat. Try using >netlogon/%U (although I'm not sure this construction works). > >Eric Hines > >Chris Boyd wrote: >>No they are in the /var/lib/samba/netlogon/ directory...see >>ls -la /var/lib/samba/netlogon/ >>total 21 >>drwxr-xr-x 2 root root 200 Apr 7 14:20 . >>drwxr-xr-x 6 root root 680 Apr 7 14:15 .. >>-rwxr-xr-x 1 root root 179 Apr 7 12:10 aillin.bat >>-rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat >>-rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat >>-rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat >>-rwxr-xr-x 1 root root 181 Apr 7 12:09 robin.bat >> >>I've tried chmod 755, changing the {netlogon} in smb.conf: >> >>[netlogon] >> comment = Network Logon Service >> path = /var/lib/samba/netlogon >> login scipt = netlogon/%U.bat >> write list = root >> admin users = root >> guest ok = Yes >> browseable = No >> >>doesn't work for some reason. >> >> >> >>Chris Boyd >>Systems Engineer >>USIT 19-21 Aston Quay >>Dublin 2 >>Ireland >> >>Tel: +353 1 6021670 >>Fax: +353 1 6771602 >>www.usit.ie >> >>>>>E <eehines@comcast.net> 04/07/06 2:00 PM >>> >>>>> >>You haven't placed your scripts in the .../netlogon directory; >>you've placed them, it seems from your ls listing, in your >>.../netlogon/scripts directory. You need to correct your [netlogon] path. >> >>Eric Hines >> >>Chris Boyd wrote: >> >>>To answer craig. I've corrected the dos syntax in the login >>>scripts but they don't seem to be running. >>>Here's the whole smb.conf >>> >><snip> >> >> >>>[netlogon] >>> comment = Network Logon Service >>> path = /var/lib/samba/netlogon >>> write list = root >>> admin users = root >>> guest ok = Yes >>> browseable = No >>> >>> >>>ls -la /var/lib/samba/netlogon/ >>>total 21 >>>drwxr-xr-x 3 root root 224 Apr 7 12:13 . >>>drwxr-xr-x 6 root root 680 Apr 7 12:16 .. >>>-rwxr--r-- 1 root root 179 Apr 7 12:10 aillin.bat >>>-rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat >>>-rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat >>>-rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat >>>-rwxr--r-- 1 root root 181 Apr 7 12:09 robin.bat >>>drwxr-xr-x 2 root root 80 Apr 6 12:05 scripts >>> >>> >>>Chris Boyd >>>Systems Engineer >>>USIT 19-21 Aston Quay >>>Dublin 2 >>>Ireland >>> >>>Tel: +353 1 6021670 >>>Fax: +353 1 6771602 >>>www.usit.ie >>> >>> >><snip> >> >> > >-- >The mode in which the inevitable comes to pass is through effort. > --Justice Oliver Wendell Holmes, Jr > >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/listinfo/samba. . . . . . . . . . . . . . . . . . Randomly Generated Quote (758 of 1045): Often things ARE as bad as they seem! ----------------------------------------------------------------- This email message is intended only for the addressee(s) and contains information that may be confidential and/or copyrighted. If you are not the intended recipient please notify the sender by reply email and immediately delete this email. Use, disclosure or reproduction of this email by anyone other than the intended recipient(s) is strictly prohibited. USIT has scanned this email for viruses and dangerous content and believes it to be clean. However, virus scanning is ultimately the responsibility of the recipient. -----------------------------------------------------------------
The machine (rds7) is showing up as a domain member and the scripts do work
under the users.
smbclient -L ucd01:
Sharename Type Comment
--------- ---- -------
protel Disk Protel Data Folder
share Disk Shared Folder
profiles Disk Network Profiles Service
users Disk All users
groups Disk All groups
print$ Disk Printer Drivers
IPC$ IPC IPC Service (Samba 3.0.20-4-SUSE)
ADMIN$ IPC IPC Service (Samba 3.0.20-4-SUSE)
root Disk Home Directories
Domain=[UCD] OS=[Unix] Server=[Samba 3.0.20-4-SUSE]
Server Comment
--------- -------
RDS7
UCD01 Samba 3.0.20-4-SUSE
Workgroup Master
--------- -------
UCD UCD01
>before you worry about scripts running automatically, you should
>confirm...
>1 - that the scripts work if you can run them from the XP system
>manually as that user
>2 - that the machines have been 'joined' to the domain as that is
>the
>only way automatic scripts in netlogon will run
Craig
Chris Boyd
Systems Engineer
USIT
19-21 Aston Quay
Dublin 2
Ireland
Tel: +353 1 6021670
Fax: +353 1 6771602
www.usit.ie>>> Ed Kasky <ed@esson.net> 04/07/06 2:56 PM >>>
I have the following config that works well for me:
logon script = %u.bat
and under /shared/netlogon I have [user].bat for each user as we are
a small operation...
HTH
Ed
At 06:24 AM Friday, 4/7/2006, EHines wrote -=>>I'm shotgunning here, since I'm not much more experienced than you,
>but I think setting login script to netlogon/%U.bat makes Geraldine,
>for instance, run the script geraldine.bat.bat. Try using
>netlogon/%U (although I'm not sure this construction works).
>
>Eric Hines
>
>Chris Boyd wrote:
>>No they are in the /var/lib/samba/netlogon/ directory...see
>>ls -la /var/lib/samba/netlogon/
>>total 21
>>drwxr-xr-x 2 root root 200 Apr 7 14:20 .
>>drwxr-xr-x 6 root root 680 Apr 7 14:15 ..
>>-rwxr-xr-x 1 root root 179 Apr 7 12:10 aillin.bat
>>-rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat
>>-rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat
>>-rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat
>>-rwxr-xr-x 1 root root 181 Apr 7 12:09 robin.bat
>>
>>I've tried chmod 755, changing the {netlogon} in smb.conf:
>>
>>[netlogon]
>> comment = Network Logon Service
>> path = /var/lib/samba/netlogon
>> login scipt = netlogon/%U.bat
>> write list = root
>> admin users = root
>> guest ok = Yes
>> browseable = No
>>
>>doesn't work for some reason.
>>
>>
>>
>>Chris Boyd
>>Systems Engineer
>>USIT 19-21 Aston Quay
>>Dublin 2
>>Ireland
>>
>>Tel: +353 1 6021670
>>Fax: +353 1 6771602
>>www.usit.ie
>>
>>>>>E <eehines@comcast.net> 04/07/06 2:00 PM >>>
>>>>>
>>You haven't placed your scripts in the .../netlogon directory;
>>you've placed them, it seems from your ls listing, in your
>>.../netlogon/scripts directory. You need to correct your [netlogon]
path.
>>
>>Eric Hines
>>
>>Chris Boyd wrote:
>>
>>>To answer craig. I've corrected the dos syntax in the login
>>>scripts but they don't seem to be running.
>>>Here's the whole smb.conf
>>>
>><snip>
>>
>>
>>>[netlogon]
>>> comment = Network Logon Service
>>> path = /var/lib/samba/netlogon
>>> write list = root
>>> admin users = root
>>> guest ok = Yes
>>> browseable = No
>>>
>>>
>>>ls -la /var/lib/samba/netlogon/
>>>total 21
>>>drwxr-xr-x 3 root root 224 Apr 7 12:13 .
>>>drwxr-xr-x 6 root root 680 Apr 7 12:16 ..
>>>-rwxr--r-- 1 root root 179 Apr 7 12:10 aillin.bat
>>>-rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat
>>>-rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat
>>>-rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat
>>>-rwxr--r-- 1 root root 181 Apr 7 12:09 robin.bat
>>>drwxr-xr-x 2 root root 80 Apr 6 12:05 scripts
>>>
>>>
>>>Chris Boyd
>>>Systems Engineer
>>>USIT 19-21 Aston Quay
>>>Dublin 2
>>>Ireland
>>>
>>>Tel: +353 1 6021670
>>>Fax: +353 1 6771602
>>>www.usit.ie
>>>
>>>
>><snip>
>>
>>
>
>--
>The mode in which the inevitable comes to pass is through effort.
> --Justice Oliver Wendell Holmes, Jr
>
>--
>To unsubscribe from this list go to the following URL and read the
>instructions: https://lists.samba.org/mailman/listinfo/samba
. . . . . . . . . . . . . . . . . .
Randomly Generated Quote (758 of 1045):
Often things ARE as bad as they seem!
-----------------------------------------------------------------
This email message is intended only for the addressee(s)
and contains information that may be confidential and/or
copyrighted. If you are not the intended recipient please
notify the sender by reply email and immediately delete
this email. Use, disclosure or reproduction of this email
by anyone other than the intended recipient(s) is strictly
prohibited. USIT has scanned this email for viruses and
dangerous content and believes it to be clean. However,
virus scanning is ultimately the responsibility of the recipient.
-----------------------------------------------------------------
Success!!!!! That did it. I put just the file name in pdbedit and they are working now. Thanks a million>Also as a note, I don't reference the path for a login script, but >rather the login script name itself as it is assumed to be in the >'netlogon' share of the server providing logon services.>i.e. 'logon.bat' and not '\\server\netlogon\logon.bat'>I am not stating these things to be empiricallly correct, but rather >as >this works for me.Chris Boyd Systems Engineer USIT 19-21 Aston Quay Dublin 2 Ireland Tel: +353 1 6021670 Fax: +353 1 6771602 www.usit.ie>>> Ed Kasky <ed@esson.net> 04/07/06 2:56 PM >>>I have the following config that works well for me: logon script = %u.bat and under /shared/netlogon I have [user].bat for each user as we are a small operation... HTH Ed At 06:24 AM Friday, 4/7/2006, EHines wrote -=>>I'm shotgunning here, since I'm not much more experienced than you, >but I think setting login script to netlogon/%U.bat makes Geraldine, >for instance, run the script geraldine.bat.bat. Try using >netlogon/%U (although I'm not sure this construction works). > >Eric Hines > >Chris Boyd wrote: >>No they are in the /var/lib/samba/netlogon/ directory...see >>ls -la /var/lib/samba/netlogon/ >>total 21 >>drwxr-xr-x 2 root root 200 Apr 7 14:20 . >>drwxr-xr-x 6 root root 680 Apr 7 14:15 .. >>-rwxr-xr-x 1 root root 179 Apr 7 12:10 aillin.bat >>-rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat >>-rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat >>-rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat >>-rwxr-xr-x 1 root root 181 Apr 7 12:09 robin.bat >> >>I've tried chmod 755, changing the {netlogon} in smb.conf: >> >>[netlogon] >> comment = Network Logon Service >> path = /var/lib/samba/netlogon >> login scipt = netlogon/%U.bat >> write list = root >> admin users = root >> guest ok = Yes >> browseable = No >> >>doesn't work for some reason. >> >> >> >>Chris Boyd >>Systems Engineer >>USIT 19-21 Aston Quay >>Dublin 2 >>Ireland >> >>Tel: +353 1 6021670 >>Fax: +353 1 6771602 >>www.usit.ie >> >>>>>E <eehines@comcast.net> 04/07/06 2:00 PM >>> >>>>> >>You haven't placed your scripts in the .../netlogon directory; >>you've placed them, it seems from your ls listing, in your >>.../netlogon/scripts directory. You need to correct your [netlogon] path. >> >>Eric Hines >> >>Chris Boyd wrote: >> >>>To answer craig. I've corrected the dos syntax in the login >>>scripts but they don't seem to be running. >>>Here's the whole smb.conf >>> >><snip> >> >> >>>[netlogon] >>> comment = Network Logon Service >>> path = /var/lib/samba/netlogon >>> write list = root >>> admin users = root >>> guest ok = Yes >>> browseable = No >>> >>> >>>ls -la /var/lib/samba/netlogon/ >>>total 21 >>>drwxr-xr-x 3 root root 224 Apr 7 12:13 . >>>drwxr-xr-x 6 root root 680 Apr 7 12:16 .. >>>-rwxr--r-- 1 root root 179 Apr 7 12:10 aillin.bat >>>-rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat >>>-rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat >>>-rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat >>>-rwxr--r-- 1 root root 181 Apr 7 12:09 robin.bat >>>drwxr-xr-x 2 root root 80 Apr 6 12:05 scripts >>> >>> >>>Chris Boyd >>>Systems Engineer >>>USIT 19-21 Aston Quay >>>Dublin 2 >>>Ireland >>> >>>Tel: +353 1 6021670 >>>Fax: +353 1 6771602 >>>www.usit.ie >>> >>> >><snip> >> >> > >-- >The mode in which the inevitable comes to pass is through effort. > --Justice Oliver Wendell Holmes, Jr > >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/listinfo/samba. . . . . . . . . . . . . . . . . . Randomly Generated Quote (758 of 1045): Often things ARE as bad as they seem! ----------------------------------------------------------------- This email message is intended only for the addressee(s) and contains information that may be confidential and/or copyrighted. If you are not the intended recipient please notify the sender by reply email and immediately delete this email. Use, disclosure or reproduction of this email by anyone other than the intended recipient(s) is strictly prohibited. USIT has scanned this email for viruses and dangerous content and believes it to be clean. However, virus scanning is ultimately the responsibility of the recipient. -----------------------------------------------------------------
Not to put too fine a point on the matter (I'm out of ideas, now, anyway), but did you notice Ed's suggestion of the lower case u: %u? Samba distinguishes between %U and %u. His solution also blows my thought about the "extra" .bat suffix out of the water. Eric Hines Chris Boyd wrote:> I dont know it seems no matter where I put the script or path it doesn't seem to run. I'm wondering if it's something on the XP side? > Any ideas? > > > Chris Boyd > Systems Engineer > USIT > 19-21 Aston Quay > Dublin 2 > Ireland > > Tel: +353 1 6021670 > Fax: +353 1 6771602 > www.usit.ie > >>>> Ed Kasky <ed@esson.net> 04/07/06 2:56 PM >>> >>>> > I have the following config that works well for me: > > logon script = %u.bat > > and under /shared/netlogon I have [user].bat for each user as we are > a small operation... > > HTH > > Ed > > At 06:24 AM Friday, 4/7/2006, EHines wrote -=> > >> I'm shotgunning here, since I'm not much more experienced than you, >> but I think setting login script to netlogon/%U.bat makes Geraldine, >> for instance, run the script geraldine.bat.bat. Try using >> netlogon/%U (although I'm not sure this construction works). >> >> Eric Hines >> >> Chris Boyd wrote: >> >>> No they are in the /var/lib/samba/netlogon/ directory...see >>> ls -la /var/lib/samba/netlogon/ >>> total 21 >>> drwxr-xr-x 2 root root 200 Apr 7 14:20 . >>> drwxr-xr-x 6 root root 680 Apr 7 14:15 .. >>> -rwxr-xr-x 1 root root 179 Apr 7 12:10 aillin.bat >>> -rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat >>> -rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat >>> -rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat >>> -rwxr-xr-x 1 root root 181 Apr 7 12:09 robin.bat >>> >>> I've tried chmod 755, changing the {netlogon} in smb.conf: >>> >>> [netlogon] >>> comment = Network Logon Service >>> path = /var/lib/samba/netlogon >>> login scipt = netlogon/%U.bat >>> write list = root >>> admin users = root >>> guest ok = Yes >>> browseable = No >>> >>> doesn't work for some reason. >>> >>> >>> >>> Chris Boyd >>> Systems Engineer >>> USIT 19-21 Aston Quay >>> Dublin 2 >>> Ireland >>> >>> Tel: +353 1 6021670 >>> Fax: +353 1 6771602 >>> www.usit.ie >>> >>> >>>>>> E <eehines@comcast.net> 04/07/06 2:00 PM >>> >>>>>> >>>>>> >>> You haven't placed your scripts in the .../netlogon directory; >>> you've placed them, it seems from your ls listing, in your >>> .../netlogon/scripts directory. You need to correct your [netlogon] path. >>> >>> Eric Hines >>> >>> Chris Boyd wrote: >>> >>> >>>> To answer craig. I've corrected the dos syntax in the login >>>> scripts but they don't seem to be running. >>>> Here's the whole smb.conf >>>> >>>> >>> <snip> >>> >>> >>> >>>> [netlogon] >>>> comment = Network Logon Service >>>> path = /var/lib/samba/netlogon >>>> write list = root >>>> admin users = root >>>> guest ok = Yes >>>> browseable = No >>>> >>>> >>>> ls -la /var/lib/samba/netlogon/ >>>> total 21 >>>> drwxr-xr-x 3 root root 224 Apr 7 12:13 . >>>> drwxr-xr-x 6 root root 680 Apr 7 12:16 .. >>>> -rwxr--r-- 1 root root 179 Apr 7 12:10 aillin.bat >>>> -rwxr--r-- 1 root root 179 Apr 7 12:10 geraldine.bat >>>> -rwxr--r-- 1 root root 179 Apr 7 12:10 kay.bat >>>> -rwxr--r-- 1 root root 179 Apr 7 12:10 reception.bat >>>> -rwxr--r-- 1 root root 181 Apr 7 12:09 robin.bat >>>> drwxr-xr-x 2 root root 80 Apr 6 12:05 scripts >>>> >>>> >>>> Chris Boyd >>>> Systems Engineer >>>> USIT 19-21 Aston Quay >>>> Dublin 2 >>>> Ireland >>>> >>>> Tel: +353 1 6021670 >>>> Fax: +353 1 6771602 >>>> www.usit.ie >>>> >>>> >>>> >>> <snip> >>> >>> >>> >> -- >> The mode in which the inevitable comes to pass is through effort. >> --Justice Oliver Wendell Holmes, Jr >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/listinfo/samba >> > > . . . . . . . . . . . . . . . . . . > Randomly Generated Quote (758 of 1045): > Often things ARE as bad as they seem! > > > > ----------------------------------------------------------------- > This email message is intended only for the addressee(s) > and contains information that may be confidential and/or > copyrighted. If you are not the intended recipient please > notify the sender by reply email and immediately delete > this email. Use, disclosure or reproduction of this email > by anyone other than the intended recipient(s) is strictly > prohibited. USIT has scanned this email for viruses and > dangerous content and believes it to be clean. However, > virus scanning is ultimately the responsibility of the recipient. > ----------------------------------------------------------------- > > >-- The mode in which the inevitable comes to pass is through effort. --Justice Oliver Wendell Holmes, Jr