Estou com esse samba dessa maneira configurado
clientes windows xp.
N�o consigo cadastrar o root.
Mas maquina do windows precisam de um cliente inicial no caso seria no root mais eu nao consigo cadastrar ele no root.
Nao sei mais o que fazer.
CL10. Samba vers�o 3.04
Da uma olhada nesse samba
Estou com o seguinte problema:
Nao consigo cadastrar o root no samba.
[EMAIL PROTECTED] samba]# smbpasswd -a root New SMB password: Retype new SMB password: [EMAIL PROTECTED] samba]#
N�o sei o que esta acontecendo. ******************************************************************* Esse e o meu script. Atual. Nao sei o que esta acontecendo. Para o meu basico funcionar e dhcpd que esta funcionando OK.
# smb.conf do tuturial:
# http://www.zago.eti.br/samba/samba-cl10.txt
# comando pra importar no vi
# :r !lynx -dump http://www.zago.eti.br/samba/smb.conf-cl10.txt
# remova esta e as linhas acima, n�o fazem parte da configura��o.
[global]
workgroup = INTRANET
server string = Conectiva Linux SMB Server
printcap name = cups
load printers = yes
printing = cups
log file = /var/log/samba/%m.log
max log size = 50
debug level = 1
; local master = no
os level = 33
domain master = yes
preferred master = yes
domain logons = yes
wins support = yes
wins proxy = yes
logon script = %U.bat
logon path = \\%L\Profiles\%U
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
username map = /etc/samba/smbusers
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
add machine script = /usr/sbin/adduser -n -r -g machines -c "Samba machine" -d /dev/null -s /bin/false %u
# see the smb.conf(5) manpage for other important backends, such as tdbsam and ldap
passdb backend = /etc/samba/smbpasswd
; Lixeira no servidor Samba.
; a linhas abaixo s�o o suficiente pra instalar a lixeira pra todos os compartilhamentos.
;recyclebin options
recycle:exclude = *.tmp *.temp *.o *.obj ~$*
recycle:keeptree = True
recycle:touch = True
recycle:versions = True
recycle:noversions = .doc|.xls|.ppt
recycle:repository = .recycle
recycle:maxsize = 10000000
create mask = 0777
directory mask = 0777
vfs objects = recycle
#============================ Share Definitions ==============================
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /bin/false
winbind use default domain = no
#============================ Share Definitions ==============================
[homes]
comment = Home Directories
browseable = no
writable = yes
read only = no
create mask = 0600
create mode = 0660
directory mask = 0660
directory mode = 0770
# Un-comment the following and create the netlogon directory for Domain Logons
[netlogon]
comment = Network Logon Service
path = /home/netlogon
guest ok = yes
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]
comment = Network User Profiles
path = /home/profiles
read only = no
create mask = 0700
directory mask = 0700
# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[print$]
path = /var/lib/samba/drivers
guest ok = yes
browseable = yes
read only = yes
; since this share is configured as read only, then we need
; a 'write list'. Check the file system permissions to make
; sure this account can copy files to the share. If this
; is setup to a non-root account, then it should also exist
; as a 'printer admin'
write list = root
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes
printer admin = root
;[tmp]
; comment = Temporary file space
; path = /tmp
; read only = no
; public = yes
# A publicly accessible directory, but read only, except for people in
# the "staff" group
[publico]
comment = Diretorio Publico
path = /home/publico
public = yes
browseable = yes
share modes = no
printable = no
writable = yes
guest ok = yes
; create mask = 0777
force create mode = 777
force directory mode = 0777_________________________________________________________________ MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com
--------------------------------------------------------------------------- Esta lista � patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br
Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br Regras de utiliza��o da lista: http://linux-br.conectiva.com.br FAQ: http://www.zago.eti.br/menu.html
