[ILUG] samba problems (rather Access programmers)

Guest, Ken kengu at credo.ie
Fri Sep 1 10:50:22 IST 2000


Add the following to your users logon .bat files:

net use e: \\SERVER\\PUBLIC\\ACCDOC
net use p: \\SERVER\\PUBLIC\\SOLTSYS

#-----Original Message-----
#From: Deim Agoston [mailto:ago at hollo.idg.hu]
#Sent: 31 August 2000 21:52
#To: ilug at linux.ie
#Subject: [ILUG] samba problems (rather Access programmers)
#
#
#Hello !
#
#I have a friend who wants to get rid of NT and change to 
#linux+Samba but
#we have "minor" problems. The first is : the stupid Access programers
#coded the path into code statically. So the program search the 
#dbm files
#at \\SERVER\\ACCDOC and more he has to "map" the "network 
#drive" under E:
#. But the ACCDOC is under a folder SOLTSYS. So the structure is
#Soltsys\accdoc . Here comes the problem. The Soltsys at server 
#has to be
#seen as P: . Summarize : \\SERVER\SOLTSYS has to be mapped as P: and
#\\SERVER\SOLTSYS\ACCDOC has to be mapped as E: . The rules from our
#smb.conf are included. Please help me set up the directory 
#structure and
#shares that the users can access the dirs with right "mapped drivers".
#Any help appriciated.
#Thanks,
#Ago
#
#[global]
#netbios name = SERVER
#workgroup = SOLTESZ
#server string = SERVER
#browseable = yes
#hosts allow = 192.168.1. 127.
#log file = /var/log/smb.%
#max log size = 150
#security = user
#encrypt passwords = yes
#smb password file = /etc/samba/smbpasswd
#unix password sync = Yes
#passwd program = /usr/bin/passwd %u
#passwd chat = *New*UNIX*password* %n\n 
#*ReType*new*UNIX*password* %n\n \
#*passwd:*all*authentication*tokens*updated*successfully*
#include = /etc/samba/smb.conf.%m
#socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
#interfaces = 192.168.1.100/255.255.255.0
#local master = yes
#os level = 65
#domain master = yes
#preferred master = yes
#domain logons = yes
#logon path = \\%L\Profiles\%U
#name resolve order = wins lmhosts bcast
#wins support = yes
#dns proxy = yes
#
#[homes]
#comment = Home Directories
#browseable = no
#writeable = yes
#
#[netlogon]
#comment = Network Logon Service
#path = /home/netlogon
#guest ok = yes
#writeable = no
#share modes = no
#
#[Profiles]
#path= /home/profiles
#browseable = no
#guest ok = yes
#
#[public]
#comment = Soltsys
#path = /home/soltsys
#public = yes
#writeable = yes
#printable = no
#write list = @users
#create mask = 0765
#
#
#-- 
#Irish Linux Users' Group: ilug at linux.ie
#http://www.linux.ie/mailman/listinfo/ilug for (un)subscription 
#information.
#List maintainer: listmaster at linux.ie
#




More information about the ILUG mailing list