Bluehost.com Web Hosting $6.95

Re: [Samba] Multiple Login scripts

This is a discussion on Re: [Samba] Multiple Login scripts within the Samba forums, part of the Networking and Network Related category; Julian Pilfold-Bagwell schrieb: >Hi all, > >Just a quick question about login scripts for a large number ...


Go Back   Usenet Forums > Networking and Network Related > Samba

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-16-2005
Robert Schetterer
 
Posts: n/a
Default Re: [Samba] Multiple Login scripts

Julian Pilfold-Bagwell schrieb:

>Hi all,
>
>Just a quick question about login scripts for a large number of users who
>change rooms a lot.
>
>I have several rooms each with a printer, and nearly a thousand users divided
>into two main groups - pupils and teachers who change rooms on a routine
>basis. Is it possible to set up multiple login scripts that would be executed
>in sequence i.e. run by user is %u, and machine is %m is it possible to say
>run %u to set up shares followed by %m to set up the right printers for the
>room their in?
>
>Thanks in advance...
>
>Cheers,
>
>Jpb
>
>

Hi,
jep it can be done , use ifmember.exe from the resource kit,
and install printers by group membership
like this

#defautllogin.bat
@echo off
ifmember /v /l "YOURDOMAINNAME\teachers"
if errorlevel 1 call teachers.bat

#teachers.bat
@echo off
REM install the pdfwriter
rundll32 printui.dll,PrintUIEntry /dn /n "\\pdc\pdfwriter" /q
rundll32 printui.dll,PrintUIEntry /in /n "\\pdc\pdfwriter"

REM install Lexmark t630 Laserprinter
rundll32 printui.dll,PrintUIEntry /dn /n "\\pdc\lext630" /q
rundll32 printui.dll,PrintUIEntry /in /n "\\pdc\lext630"

this works if you install the printer drivers on samba, how to in smb faqs
you can do any jobs by having a default login.bat for every domain user
and lead
to others bats by lead from ifmember.exe
so there are many combinations thinkable

Regards


--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 09:07 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0