Ok, it doesn't appear to be an SMB issue, but an LDAP issue: our local windows 
network uses domain authentication over LDAP (openldap backend). when using 
gnomevfs, it does some sort of LDAP lookup, and that fails. Eavesdropping with 
wireshark, we can see it repeatedly query:
                Filter: (&(objectClass=posixAccount)(uid=aviv))
                Filter: (&(objectClass=posixAccount)(uidNumber=1015))
                Filter: (&(objectClass=posixAccount)(uid=aviv))
                Filter: 
(&(objectClass=posixGroup)(|(memberUid=aviv)(uniqueMember=uid=aviv,ou=people,dc=somecompany,dc=com)))
.... and the last three queries repeatedly

Attached is the full wireshark LDAP trace.

Below is my configuration from ldap.conf:
base dc=somecompany,dc=com
ldap_version 3
pam_password md5
uri ldap://192.168.1.2/
( the file itself is quite long, but these are the only uncommented lines in it)

** Attachment added: "wireshark LDAP trace"
   http://launchpadlibrarian.net/9297582/gnomevfs-ls_ldap_error_.txt

-- 
SMB shares browsing in Nautilus doesn't work
https://bugs.launchpad.net/bugs/139971
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to