Pravin, You don't necessarily need a login script, but it is nice for mounting shared drives and printers, or just copying/installing files.
Use an empty login script to start, then use the Windows "command line" (the "net use /?" command is helpful here) to mount and attach to services you want. Put those commands into the login script and use environment variables (like $HOME and $USERNAME) to generalize them (so every user can benefit from them). Then test (the "echo" command is useful here, i.e. "echo $HOME $USERNAME"). Good luck, Troy >>> "pravin choubey" <[EMAIL PROTECTED]> 11/18/02 01:18PM >>> Hi, Does anyone have a simple login script which i can put in smb.conf for my samba server.I am installing samba first time and dont know perl.I copied one from book "Using samba" but it does not work. Thanks pravin _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
