----- Original Message ----- From: "Sofyan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 16 April 2003 4:06 Subject: [tanya-jawab] Samba Logon Script
> Halo Linuxer, > Saya baru belajar samba > Saya dach instal samba server bawaan RH7.3, sudah saya setting smb.conf nya, > dan client dengan win98 sudah bisa masuk workgroup dan browse home direktory > masing2 user. Gimana yach script untuk logon script(*.bat) supaya client > (dengan OS win98) bisa langsung melihat drive home direktory masing2 user > tanpa harus map network drive. > Misalkan dibuat drive G:\\Amin\sharefile > > Sedikit script smb.conf saya : > netbiosname = andromeda > path = /home/%S/sharefiles #adalah home direktory user, direktory sharefile > saya buat di /etc/skel > # run a specific logon batch file per workstation (machine) > ; logon script = %m.bat > # run a specific logon batch file per username > logon script = %U.bat > # Where to store roving profiles (only for Win95 and WinNT) > # %L substitutes for this servers netbios name, %U is username > # You must uncomment the [Profiles] share below > logon path = \\%L\Profiles\%U > > Trus apakah mapdrive langsung otomatis menyesuaikan dengan drive yang ada di > Win9X, maksudnya misalkan Drive di Client1 ada : A,C,D,E,F,G, trus apakah > drive samba bisa langsug otimatis jadi H:\\ , mengingat di cient partisi > hardisk berbeda-beda > > Trims > > > Sfyn > > > > > -- > Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] > Arsip dan info di http://linux.or.id/milis.php > FAQ milis http://linux.or.id/faq.php > > buat aja scriptnya di notepad kemudian save dg ext filenya .cmd atau .bat cth scriptnya: net use h: \\samba_server\share -jmz- -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip dan info di http://linux.or.id/milis.php FAQ milis http://linux.or.id/faq.php
