Bug 3913 - user unknown
Summary: user unknown
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbmount (unmaintained) (show other bugs)
Version: 3.0.9
Hardware: Other Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-06 11:24 UTC by markus
Modified: 2006-07-06 14:17 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description markus 2006-07-06 11:24:01 UTC
mounting from 2 maschines with smbfs results 2 different user filepermissions

++++++++++++++++++++++++++++
1. functioning

#cat /proc/mounts
//193.170.98.45/maex /home/maex/test smbfs rw,nodiratime,nosuid,nodev,uid=1000,gid=1000,file_mode=0755,dir_mode=0755 0 0

maex@son:~/test$ ls -ls
total 4
4 drwxr-xr-x  1 maex maex 4096 2006-07-06 16:57 tt

++++++++++++++++++++++++++++
2nd. disfunktion


#cat /proc/mounts
//193.170.98.45/maex /home/maex/server smbfs rw,nodiratime,nosuid,nodev,uid=1000,gid=1000,file_mode=0755,dir_mode=0755 0 0


maex@mother:~/server$ ls -ls
total 2048
2048 drwxr-xr-x  1 500 500 0 2006-07-06 16:57 tt
+++++++++++++++++++++++++++++

user isnt known. dont get filepermissions.

os: debian sarge stable 31v2
samba-client & common 3.0.14a-3s
Comment 1 Gerald (Jerry) Carter (dead mail address) 2006-07-06 14:17:14 UTC
smbfs is not our code.  Sorry.  Try the cifs fs instead since it 
is under active development in the linux kernel.