|
|
|
|
| user/password problem(samba on sparc solaris) |
 user/password problem(samba on sparc solaris) - sahala [ 2004-01-04 21:38 | 470 byte(s)]
 Re: user/password problem(samba on sparc solaris) - sahala [ 2004-01-04 21:54 | 306 byte(s)]
 Re: user/password problem(samba on sparc solaris) - skyone [ 2004-01-25 23:36 | 257 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
郁闷,配置了很久samba
现在可以看见solaris上的共享目录(security=share)
可是进入目录时,输入用户名和口令,却总是错的!
我的配置文件如下:
# Global parameters
[global]
netbios name = LUNTER22
security = SHARE
encrypt passwords = Yes
[share]
comment = edward fu
path = /export/home/share
read only = No
请大家执教指教
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
把security改成user也不行!
在win2k下输入命令:
C:>net use \lunter22share
密码在 \lunter22share 无效。
请键入 \lunter22share 的密码:
系统发生 86 错误。
指定的网络密码错误。
真是头晕!!!
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
samba密码和系统用户密码是分开的,
密码文件为smbpasswd
先用
touch /etc/samba/smbpasswd
cat /etc/passwd |mksmbpasswd >/etc/samba/smbpasswd
然后再用root使用命令smbpasswd user生成相关用户的samba密码,
|
|
|
----
轻舞飞扬?:)!那是我的手指!
|
|
[Original]
[Print]
[Top]
|
|
|