hello,

i'm trying to connect to my samba server from an openbsd system
smbclient works perfectly from the client, but if i try to mount the
share using shlight it refuses the connection and logs:
   negprot protocols not 0-terminated

i was unable to find any occurances of this problem,
i've read that the field should contain the host's name as a zero terminated 
string.


server:
        debian
        samba-3.2  (2:3.2.5-4lenny2)


client:
        openbsd-4.6
        sharity-light-1.3p0 userland smbfs --- SMB to NFS protocols converter

-- 
Nagy Zoltan (kirk) <[email protected]>
[global]
        dos charset = CP852
        unix charset = 852
        workgroup = MYWORKGROUP
        server string = "something for everyone"
        passdb backend = ldapsam:ldaps://ldapserver
        enable privileges = No
        client NTLMv2 auth = Yes
        syslog = 0
        max log size = 0
        smb ports = 139 445
        max xmit = 65535
        name resolve order = lmhosts host wins bcast
        unix extensions = No
        deadtime = 10
        socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=32768 
SO_RCVBUF=32768
        load printers = No
        printcap name = /dev/null
        disable spoolss = Yes
        domain logons = Yes
        os level = 255
        preferred master = Yes
        domain master = Yes
        dns proxy = No
        wins support = Yes
        ldap admin dn = cn=admin,dc=MYDOMAIN
        ldap group suffix = ou=Groups
        ldap machine suffix = ou=Computers
        ldap suffix = dc=MYDOMAIN
        ldap user suffix = ou=Users
        invalid users = root
        hosts allow = 127.0.0.1, MYNET/255.255.255.0
        hosts deny = all
        nt acl support = No
        veto files = 
/*.eml/*.nws/Recycled/riched20.dll/treeinfo*/Thumbs.db/lost+found/.disk/
        hide files = /.*/lost+found/

[homes]
        comment = Home Directories
        path = /mnt/wiki/users/%S
        valid users = %S
        read only = No
        browseable = No

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to