From: Peter Kille [peter.kille@volvo.com] Sent: Tuesday, February 27, 2001 5:41 AM To: Info-VAX@Mvb.Saic.Com Subject: Re: Samba on OpenVMS & passwords Hi. I also tried that a while ago, had some trouble with passwords as well, now i pointed out my PDC and BDC as password servers, works better. (I also tried with a Linux file but i did not work). [global] workgroup = VDS netbiosname = KALKON dead time = 10 map archive = no printing = bsd printcap name = /sys$manager/tcpip$printcap.dat load printers = no status = yes print command = print %f/queue=%p/delete/passall/name="""""%s""""" lprm command = delete/entry=%j security = server password server = VSES0200 VSES0201 default service = default create mode = 0777 ********These two shares works for me*********** [samba] comment = Kalkon Samba path = /dsa1/samba public = yes writable = yes printable = no [distr] comment = Kalkon distr path = /dsa1/distr public = yes writable = yes printable = no BR , Peter "Borut Kurnik" wrote in message news:01Feb26.102223cet.119041@gateway.add.si... > Hi! > > I have installed Samba 2.0.6 on OpenVMS 7.2-1 running on a DS20 Alpha server > I wonder what must I do to get the encrypted passwords to work. > When I put this > > smb passwd file = /samba_root/var/private/SMBPASSWD.DAT > > into my SMB.CONF and use smbpasswd program, it said it had changed the > password, but didn't do anything. > I tried to use a file password file from linux but didn't work either. So > till now I could only work without passwords (as guest). > > And another thing: > > path=dka100:[public.all] works, but /dka100/public/all doesnt > ???? > > > Thanks, > > Borut > > > [global] > workgroup = ADDSMB1 > netbios name = GVIDO > netbios aliases = gvido > server string = GVIDO as Samba Server > encrypt passwords = Yes > ; mangled names = No > ; encrypt passwords = No > hide dot files = No > map system = Yes > printing = bsd > printcap name = /sys$sysroot/tcpip$lpd/tcpip$printcap.dat > print command = print %s /queue=%p /delete/name=SAMBA_PRINT > lppause command = samba_lppause %p %j > lpresume command = samba_lpresume %p %j > lpq command = samba_lpstat %p > lprm command = samba_lprm %p %j > ; lpq cache time = 0 ;future when next OpenVMS release uses SYS$GETQUI() > ; smbrun = project_root:[samba_vms.bin]smbrun.exe_axp > load printers = yes > ; socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > socket options = SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE > ; keepalive = 30 > guest account = LUJ > ; This next option sets a separate log file for each client. Remove > ; it if you want a combined log file. > ; log file = /usr/local/samba/log.%m > log file = /samba_root/var/%m.log > ; log file = sys$output/ > > ; You will need a world readable lock directory and "share modes=yes" > ; if you want to support the file sharing modes for multiple users > ; of the same files > ; lock directory = /usr/local/samba/var/locks > share modes = yes > security = user > share modes = yes > map to guest = Bad Password > ; > ; new stuff > ; debug pid = Yes > ; debug uid = Yes > level2 oplocks = True > ; magic script = SAMBA_MAGIC.COM ;experimental, will this work on OpenVMS? > ; magic output = SAMBA_MAGIC.LOG > ; new stuff > ; max xmit = 8192 > > blocking locks = True > message command = samba_message %f %t %s > ; ole locking compatibility must be off, or VMS will create a giant empty > files! > ole locking compatibility = no > > ; unix password sync = no ! VMS password chat. > ; password chat = "*Enter OLD password*" %o\n \ > ; "*Enter NEW password*" %n\n \ > ; "*Reenter NEW password*" %\n\n \ > ; "*Password changed*" > ; > password server = gulp > smb passwd file = /samba_root/var/private/SMBPASSWD.DAT > ; passwd program = SET PASSWORD > ; passwd chat debug = True ; Debug only > ; > ; nmbd > ; local master = yes ;default > ; preferred master = no; default > > [public] > comment = Public temporary storage > path = /dka100/public/all > writeable = Yes > browsable = Yes > public = Yes > guest ok = Yes > > > >