LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1718|回复: 17

有谁用Samba做过登陆服务器,进来交流一下!

[复制链接]
发表于 2003-8-11 10:06:17 | 显示全部楼层 |阅读模式
我想用SAMBA做为一个局域网的登陆服务器,局域网所有登陆用户都由SAMBA进行管理,并且对SAMBA做一些共享设置:
下面是SAMBA服务器的配置文件
#======================= Global Settings =====================================
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = ccgd.com

# server string is the equivalent of the NT Description field
   server string = Samba Server

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
   hosts allow = 192.168.0. 172.169.0. 127.

# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
#   printcap name = /etc/printcap
#   load printers = yes

# It should not be necessary to spell out the print system type unless
# yours is non-standard. Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx
#   printing = lprng

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
#  guest account = guest

# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/%m.log

# Put a capping on the size of the log files (in Kb).
   max log size = 100

# Security mode. Most people will want user level security. See
# security_level.txt for details.
   security = user

# Use password server option only with security = server
# The argument list may include:
#   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
#   password server = *
;   password server = <NT-Server-Name>

# Password Level allows matching of _n_ characters of the password for
# all combinations of upper and lower case.
;  password level = 8
;  username level = 8

# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
   encrypt passwords = yes
   smb passwd file = /etc/samba/smbpasswd

# The following is needed to keep smbclient from spouting spurious errors
# when Samba is built with support for SSL.
;   ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt

# The following are needed to allow password changing from Windows to
# update the Linux system password also.
# NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
# NOTE2: You do NOT need these to allow workstations to change only
#        the encrypted SMB passwords. They allow the Unix password
#        to be kept in sync with the SMB password.
   unix password sync = Yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*

# You can use PAM's password change control flag for Samba. If
# enabled, then PAM will be used for password changes when requested
# by an SMB client instead of the program listed in passwd program.
# It should be possible to enable this without changing your passwd
# chat parameter for most setups.

   pam password change = yes

# Unix users can map to different SMB User names
  username map = /etc/samba/smbusers

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /etc/samba/smb.conf.%m

# This parameter will control whether or not Samba should obey PAM's
# account and session management directives. The default behavior is
# to use PAM for clear text authentication only and to ignore any
# account or session management. Note that Samba always ignores PAM
# for authentication in the case of encrypt passwords = yes

  obey pam restrictions = yes

# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
   interfaces = 192.168.0.35/24 172.169.0.1/24

# Configure remote browse list synchronisation here
#  request announcement to, or browse list sync from:
#        a specific host or from / to a whole subnet (see below)
;   remote browse sync = 192.168.3.25 192.168.5.255
# Cause this host to announce itself to local subnets here
;   remote announce = 192.168.1.255 192.168.2.44

# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
   local master = yes

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
   os level = 64

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
   domain master = yes

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
   preferred master = yes

# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
   domain logons = yes

# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat

# Where to store roving profiles (only for Win95 and WinNT)
#        %L substitutes for this servers netbios name, %U is username
#        You must uncomment the [Profiles] share below
;   logon path = \\%L\Profiles\%U

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
   wins support = yes

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
#        Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one        WINS Server on the network. The default is NO.
;   wins proxy = yes

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
   dns proxy = no

# Case Preservation can be handy - system default is _no_
# NOTE: These can be set on a per share basis
;  preserve case = no
;  short preserve case = no
# Default case is normally upper case for all DOS files
;  default case = lower
# Be very careful with case sensitivity - it can break things!
;  case sensitive = no

#============================ Share Definitions ==============================
[homes]
   comment = Home Directories
   browseable = no
   writable = yes
   valid users = %S
   create mode = 0664
   directory mode = 0775
# If you want users samba doesn't recognize to be mapped to a guest user
; map to guest = bad user


# Un-comment the following and create the netlogon directory for Domain Logons
[netlogon]
   comment = Network Logon Service
   path = /usr/local/samba/netlogon
   read only =yes
   guest ok = no
   writable = no
   share modes = no


# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
;    path = /usr/local/samba/profiles
;    browseable = no
;    guest ok = yes

其中我想问的是:
1、在做netlogo共享时,其权限是什么样的(我的设置如上)。
我重新起动SAMBA服务之后方问服务器的netlogo共享文件夹的时候有错误提示:无法访问\\192.168.0.35\netlogo ,找不到网络名。
2、当我用WIN2000pro设置成登陆到域时:域名“ccgd.com" 确定后提示:“请输入有加入域权限的帐户的名称和密码。”我输入一个SAMBA用户"lanmaster" 加入域“ccgd.com"时出现以了下错误: 所用帐户是一个计算机帐户。使用你的全局用户帐户或本地用户帐户来访问此服务器。我用本地的Adminitrator用户却提示我:“未知的用户名和密码”

这就是我刚做时候的一些疑问。
 楼主| 发表于 2003-8-11 11:29:31 | 显示全部楼层
还有一个问题想问一下。(配置文件如上)
当我用service smb restart 重新起动SMB服务的时候,NMB关闭服务的时候出现如下提示:
关闭 NMB 服务:/etc/init.d/smb: line 201: kill: (752) - No such process
而我在使用service smb restart 时却提示两行提示:
关闭 NMB 服务:/etc/init.d/smb: line 201: kill: (1083) - No such process
               /etc/init.d/smb: line 201: kill: (1066) - No such process
请问这是不是因为第一次重新起动NMB时候造成的(没有提示关闭或启动失败)
 楼主| 发表于 2003-8-11 13:07:38 | 显示全部楼层
补充两张截图

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
 楼主| 发表于 2003-8-11 13:16:07 | 显示全部楼层
截图

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
 楼主| 发表于 2003-8-11 15:55:59 | 显示全部楼层
怎么没有人回答我的题啊。
没人回答我也要问?

windows 2000 pro 在登录linux构建的NT域的时候。请问怎么在linux为什么设置配置文件?

我是这么做的:
1、我在配置文件中修改了logon path = \\%L\%U\.profile.pds
2、我又在/home/jakc/目录下生成一个.profile.pds文件
我这么设置的时候在登录时候的错误提示:说什么无法加载配置文件。原因是\\%L\%U\目录下已经有同名的文件.profile.pds

请各位老兄给予提示。谢谢
发表于 2003-8-11 16:41:57 | 显示全部楼层
一般情况下,linux是禁止root账户从远程登陆的,无论是ftp、telnet或者smb,你换一个用户名试试
发表于 2003-8-11 16:47:22 | 显示全部楼层
另外samba还不能完全替代windowsNT的主域控制器,有关客户机加入域的操作我的建议是在网络中最好有一个真正的NT域控制器,将客户机加入那个域(与你smb.conf中的workgroup的域名相同),然后去掉那个NT域控制器,估计就可以登陆了。
 楼主| 发表于 2003-8-11 16:58:12 | 显示全部楼层
谢谢yyja老兄。

我这么做就是为了做一个试验。
 楼主| 发表于 2003-8-12 07:50:55 | 显示全部楼层
最初由 lanmaster 发表
怎么没有人回答我的题啊。
没人回答我也要问?

windows 2000 pro 在登录linux构建的NT域的时候。请问怎么在linux为什么设置配置文件?

我是这么做的:
1、我在配置文件中修改了logon path = \\%L\%U\.profile.pds
2、我又在/home/jakc/目录下生成一个.profile.pds文件
我这么设置的时候在登录时候的错误提示:说什么无法加载配置文件。原因是\\%L\%U\目录下已经有同名的文件.profile.pds

请各位老兄给予提示。谢谢




怎么没有人回答啊。

在问一次,如果在linux中设置 NT/2000登录时候的配置文件啊!
发表于 2003-8-12 08:23:55 | 显示全部楼层
兄弟﹐我也不懂呀﹗﹗等高手吧......
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表