我刚安装了个fc9, 然后按下面设置, windows中访问的时候能看到目录, 但是不能进去,提示没有权限: 1. yum install samba samba-client 2. smbpasswd -a administrator 3. vi /etc/samba/smb.conf add the following to this file: ------------------------------------------------------------------------------------- [common] comment = Common path = /common/kdrive/ writeable = yes ...
by lidexiang - 服务器应用 - 2008-05-29 13:54:09 阅读(3168) 回复(6)
[root@fc4 data]# smbpasswd cgweb New SMB password: Retype new SMB password: account_policy_get: tdb_fetch_uint32 failed for field 1 (min password length), r eturning 0 account_policy_get: tdb_fetch_uint32 failed for field 2 (password history), retu rning 0 account_policy_get: tdb_fetch_uint32 failed for field 3 (user must logon to chan ge password), returning 0 account_policy_get: tdb_fetch_uint32...
fc4配置好samba出现这样的问题. 1.从网络上的windows电脑复制文件时,单文件没有问题,但复制文件夹时就停在正在复制那就不动啦. 2.从网络上的windows电脑访问这台LINUX时,能看到共享的文件夹,但打开时提示"找不到网络路径". 麻烦有这方面经验的朋友帮忙,谢谢. 排除硬件问题,同一电脑安装的XP无此相象. 另:在这台电脑上安装AS3,用同样的方法配置的samba也没有这样的情况. [ 本帖最后由 northboy 于 2005-12-19 11:31 编辑 ]
:oops::oops::oops::oops::oops::oops: smb.conf配置如下: security = user [tech] path = /home/tech comment = Tech Dept Files public = no valid users = @tech write list = @tech create mask = 0770 directory mask 0770 [backup] path = /tmp/file comment = mimi's directory public = no valid users = mimi write list = mimi create mask = 0770 direct...
fc6,让机器安装时自动安装samba服务器端。 我用root建立好共享目录test,在test下建立文件test.c。chmod -R 后test和子目录/文件属性都是rwxrwxrwx。 samba设置所有用户都可以登录,samba下增加用户kk,kk是root组的,且都共享成可见/可修改。 用另一个root组账号kk登录,可以看到文件和内容,但是不能修改,不能删除。 怎么回事?////有一台机器我是手工安装samba服务器端,居然只有各级文件夹,没有文件。奇怪~~~~~~~ ----...
我在我的rh上这样配置samba,smb.conf如下: server string = samba server username map = /etc/samba/smbusers password server = None workgroup = mshome encrypt passwords = no guest ok = yes security = SHARE [books] guest ok = yes path = /home/awrrong/awrrongh/books [htm] path = /home/awrrong/awrrongh/download/htm guest ok = yes 不知道是为什么,我在连在同一集线器上的winxp的网上邻居里能看到...
一、概述 samba 提供了Unix系统和Windows之间的文件和打印机共享服务。一台Solaris的机器,如果配置了samba Server,就能充当共享服务器;同时也能作为客户机访问网络中其它Windows系统上的共享文件,或其它安装了samba Server的Solaris/Linux系统上的共享文件。 OpenSolaris在系统安装的时候就已经包含了samba,只需要简单的配置就可以成为samba Server。 二、配置Solaris的 samba服务器 ...
我在WIN XP上用VM安装Redhat as5,安装完samba后在WIN下可以打开linux的共享文件夹,但在linux下打开WIN XP的共享文件夹出现以下问题,请知道的朋友帮忙看一下问题出在哪里,该怎么解决。在linux下打开它自己的共享文件夹是没问题的。 [root@redhat /]# smbclient -L //192.168.0.1 -U administrator Password: Domain=[74961F61684D425] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] Sharename Type ...
域名:test.org 主机名:master.test.org (192.168.11.20) OS:FreeBSD 7 beta3 samba3.0.26a Openldap2.3.39 openldap编译参数: [X] SASL With (Cyrus) SASL2 support [X] TCP_WRAPPERS With tcp wrapper support [X] BDB With BerkeleyDB support [X] TCP_WRAPPERS With tcp wrapper support [X] DYNAMIC_BACKENDS Build dynamic backends samba3编译参数: [X] LDAP Wit...
每次我执行启动的时候显示、 Removing stale samba tdb files: done 我的配置如下 [global] dos charset = GB2312 unix charset = GB2312 display charset = GB2312 directory mask = 0777 force directory mode = 0777 directory security mask = 0777 force directory security mode = 0777 create mask = 0777 force create mode = 0777 security mask = 0777 force security mode = 0777 workgroup = WORKGROUP [public]...