Hola<br><br>Es un PDC o solo es servidor de archivos?? si es solo servidor de archivos el parametro debiera ser security user = share. <br><br>para agregar usuarios, yo lo hago de esta manera:<br><br>useradd -s /sbin/nologin usuario<br>
<br>despues<br><br>smbpasswd -a usuario<br><br><br>Revisa esta pagina:<br><br><a href="http://joel-barrios.blogspot.com/2008/06/manual-de-samba-renovado-y-nuevos.html">http://joel-barrios.blogspot.com/2008/06/manual-de-samba-renovado-y-nuevos.html</a><br>
<br><br>Espero te sea de ayuda.<br><br><br>Atte.<br>Mario Gnaga Castro.<br><br><br><br><div class="gmail_quote">On Thu, Nov 5, 2009 at 7:29 PM, Mario Villela Larraza <span dir="ltr">&lt;<a href="mailto:mario.villelalarraza@gmail.com">mario.villelalarraza@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">hola amiguos tengo de nuevo problemas con mi servidor samba, ya esta<br>
instalando y funcionando pero ahora mi problema es que no puedo<br>
agregar un usuario con permisos tengo entrada a mis archivos pero como<br>
invitado no puedo acceder con un usuario agregado ya con &quot;smbuser&quot;<br>
tengo idea que el problema esta en el archivo de configuracion, lo<br>
muestro aqui aver si aguien me puede ayudar con mi problema.<br>
<br>
muchas gracias de antemano<br>
<br>
#<br>
# Sample configuration file for the Samba suite for Debian GNU/Linux.<br>
#<br>
#<br>
# This is the main Samba configuration file. You should read the<br>
# smb.conf(5) manual page in order to understand the options listed<br>
# here. Samba has a huge number of configurable options most of which<br>
# are not shown in this example<br>
#<br>
# Some options that are often worth tuning have been included as<br>
# commented-out examples in this file.<br>
# �- When such options are commented with &quot;;&quot;, the proposed setting<br>
# � �differs from the default Samba behaviour<br>
# �- When commented with &quot;#&quot;, the proposed setting is the default<br>
# � �behaviour of Samba but the option is considered important<br>
# � �enough to be mentioned here<br>
#<br>
# NOTE: Whenever you modify this file you should run the command<br>
# &quot;testparm&quot; to check that you have not made any basic syntactic<br>
# errors.<br>
# A well-established practice is to name the original file<br>
# &quot;smb.conf.master&quot; and create the &quot;real&quot; config file with<br>
# testparm -s smb.conf.master &gt;smb.conf<br>
# This minimizes the size of the really used smb.conf file<br>
# which, according to the Samba Team, impacts performance<br>
# However, use this with caution if your smb.conf file contains nested<br>
# &quot;include&quot; statements. See Debian bug #483187 for a case<br>
# where using a master file is not a good idea.<br>
#<br>
<br>
#======================= Global Settings =======================<br>
<br>
[global]<br>
<br>
## Browsing/Identification ###<br>
<br>
# Change this to the workgroup/NT-domain name your Samba server will part of<br>
 � workgroup = ARQUIS<br>
<br>
# server string is the equivalent of the NT Description field<br>
 � server string = Servidor De Archivos<br>
<br>
# Windows Internet Name Serving Support Section:<br>
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server<br>
# � wins support = no<br>
<br>
# WINS Server - Tells the NMBD components of Samba to be a WINS Client<br>
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both<br>
; � wins server = w.x.y.z<br>
<br>
# This will prevent nmbd to search for NetBIOS names through DNS.<br>
 � dns proxy = no<br>
<br>
# What naming service and in what order should we use to resolve host names<br>
# to IP addresses<br>
; � name resolve order = lmhosts host wins bcast<br>
<br>
#### Networking ####<br>
<br>
# The specific set of interfaces / networks to bind to<br>
# This can be either the interface name or an IP address/netmask;<br>
# interface names are normally preferred<br>
; � interfaces = <a href="http://127.0.0.0/8" target="_blank">127.0.0.0/8</a> eth0<br>
<br>
# Only bind to the named interfaces and/or networks; you must use the<br>
# &#39;interfaces&#39; option above to use this.<br>
# It is recommended that you enable this feature if your Samba machine is<br>
# not protected by a firewall or is a firewall itself. �However, this<br>
# option cannot handle dynamic or non-broadcast interfaces correctly.<br>
; � bind interfaces only = yes<br>
<br>
<br>
<br>
#### Debugging/Accounting ####<br>
<br>
# This tells Samba to use a separate log file for each machine<br>
# that connects<br>
 � log file = /var/log/samba/log.%m<br>
<br>
# Cap the size of the individual log files (in KiB).<br>
 � max log size = 1000<br>
<br>
# If you want Samba to only log through syslog then set the following<br>
# parameter to &#39;yes&#39;.<br>
# � syslog only = no<br>
<br>
# We want Samba to log a minimum amount of information to syslog. Everything<br>
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log<br>
# through syslog you should set the following parameter to something higher.<br>
 � syslog = 0<br>
<br>
# Do something sensible when Samba crashes: mail the admin a backtrace<br>
 � panic action = /usr/share/samba/panic-action %d<br>
<br>
<br>
####### Authentication #######<br>
<br>
# &quot;security = user&quot; is always a good idea. This will require a Unix account<br>
# in this server for every user accessing the server. See<br>
# /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html<br>
# in the samba-doc package for details.<br>
 �security = user<br>
 �username map = /etc/samba/smbusers<br>
<br>
# You may wish to use password encryption. �See the section on<br>
# &#39;encrypt passwords&#39; in the smb.conf(5) manpage before enabling.<br>
 � encrypt passwords = true<br>
<br>
# If you are using encrypted passwords, Samba will need to know what<br>
# password database type you are using.<br>
 � passdb backend = tdbsam<br>
<br>
 � obey pam restrictions = yes<br>
<br>
# This boolean parameter controls whether Samba attempts to sync the Unix<br>
# password with the SMB password when the encrypted SMB password in the<br>
# passdb is changed.<br>
 � unix password sync = yes<br>
<br>
# For Unix password sync to work on a Debian GNU/Linux system, the following<br>
# parameters must be set (thanks to Ian Kahan<br>
&lt;&lt;<a href="mailto:kahan@informatik.tu-muenchen.de">kahan@informatik.tu-muenchen.de</a>&gt; for<br>
# sending the correct chat script for the passwd program in Debian Sarge).<br>
 � passwd program = /usr/bin/passwd %u<br>
 � passwd chat = *Enter\snew\s*\spassword:* %n\n<br>
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .<br>
<br>
# This boolean controls whether PAM will be used for password changes<br>
# when requested by an SMB client instead of the program listed in<br>
# &#39;passwd program&#39;. The default is &#39;no&#39;.<br>
 � pam password change = yes<br>
<br>
# This option controls how unsuccessful authentication attempts are mapped<br>
# to anonymous connections<br>
 � map to guest = bad user<br>
<br>
########## Domains ###########<br>
<br>
# Is this machine able to authenticate users. Both PDC and BDC<br>
# must have this setting enabled. If you are the BDC you must<br>
# change the &#39;domain master&#39; setting to no<br>
#<br>
; � domain logons = yes<br>
#<br>
# The following setting only takes effect if &#39;domain logons&#39; is set<br>
# It specifies the location of the user&#39;s profile directory<br>
# from the client point of view)<br>
# The following required a [profiles] share to be setup on the<br>
# samba server (see below)<br>
; � logon path = \\%N\profiles\%U<br>
# Another common choice is storing the profile in the user&#39;s home directory<br>
# (this is Samba&#39;s default)<br>
# � logon path = \\%N\%U\profile<br>
<br>
# The following setting only takes effect if &#39;domain logons&#39; is set<br>
# It specifies the location of a user&#39;s home directory (from the client<br>
# point of view)<br>
; � logon drive = H:<br>
# � logon home = \\%N\%U<br>
<br>
# The following setting only takes effect if &#39;domain logons&#39; is set<br>
# It specifies the script to run during logon. The script must be stored<br>
# in the [netlogon] share<br>
# NOTE: Must be store in &#39;DOS&#39; file format convention<br>
; � logon script = logon.cmd<br>
<br>
# This allows Unix users to be created on the domain controller via the SAMR<br>
# RPC pipe. �The example command creates a user account with a disabled Unix<br>
# password; please adapt to your needs<br>
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos &quot;&quot; %u<br>
<br>
# This allows machine accounts to be created on the domain controller via the<br>
# SAMR RPC pipe.<br>
# The following assumes a &quot;machines&quot; group exists on the system<br>
; add machine script �= /usr/sbin/useradd -g machines -c &quot;%u machine<br>
account&quot; -d /var/lib/samba -s /bin/false %u<br>
<br>
# This allows Unix groups to be created on the domain controller via the SAMR<br>
# RPC pipe.<br>
; add group script = /usr/sbin/addgroup --force-badname %g<br>
<br>
########## Printing ##########<br>
<br>
# If you want to automatically load your printer list rather<br>
# than setting them up individually then you&#39;ll need this<br>
# � load printers = yes<br>
<br>
# lpr(ng) printing. You may wish to override the location of the<br>
# printcap file<br>
; � printing = bsd<br>
; � printcap name = /etc/printcap<br>
<br>
# CUPS printing. �See also the cupsaddsmb(8) manpage in the<br>
# cupsys-client package.<br>
; � printing = cups<br>
; � printcap name = cups<br>
<br>
############ Misc ############<br>
<br>
# Using the following line enables you to customise your configuration<br>
# on a per machine basis. The %m gets replaced with the netbios name<br>
# of the machine that is connecting<br>
; � include = /home/samba/etc/smb.conf.%m<br>
<br>
# Most people will find that this option gives better performance.<br>
# See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/speed.html<br>
# for details<br>
# You may want to add the following on a Linux system:<br>
# � � � � SO_RCVBUF=8192 SO_SNDBUF=8192<br>
# � socket options = TCP_NODELAY<br>
<br>
# The following parameter is useful only if you have the linpopup package<br>
# installed. The samba maintainer and the linpopup maintainer are<br>
# working to ease installation and configuration of linpopup and samba.<br>
; � message command = /bin/sh -c &#39;/usr/bin/linpopup &quot;%f&quot; &quot;%m&quot; %s; rm %s&#39; &amp;<br>
<br>
# Domain Master specifies Samba to be the Domain Master Browser. If this<br>
# machine will be configured as a BDC (a secondary logon server), you<br>
# must set this to &#39;no&#39;; otherwise, the default behavior is recommended.<br>
# � domain master = auto<br>
<br>
# Some defaults for winbind (make sure you&#39;re not using the ranges<br>
# for something else.)<br>
; � idmap uid = 10000-20000<br>
; � idmap gid = 10000-20000<br>
; � template shell = /bin/bash<br>
<br>
# The following was the default behaviour in sarge,<br>
# but samba upstream reverted the default because it might induce<br>
# performance issues in large organizations.<br>
# See Debian bug #368251 for some of the consequences of *not*<br>
# having this setting and smb.conf(5) for details.<br>
; � winbind enum groups = yes<br>
; � winbind enum users = yes<br>
<br>
# Setup usershare options to enable non-root users to share folders<br>
# with the net usershare command.<br>
<br>
# Maximum number of usershare. 0 (default) means that usershare is disabled.<br>
; � usershare max shares = 100<br>
<br>
# Allow users who&#39;ve been granted usershare privileges to create<br>
# public shares, not just authenticated ones<br>
 � usershare allow guests = yes<br>
<br>
#======================= Share Definitions =======================<br>
<br>
# Un-comment the following (and tweak the other settings below to suit)<br>
# to enable the default home directory shares. �This will share each<br>
# user&#39;s home directory as \\server\username<br>
<br>
[homes]<br>
�comment = /home/mario/infra;<br>
browseable = no<br>
valid users = %S<br>
writable = yes<br>
<br>
# By default, the home directories are exported read-only. Change the<br>
# next parameter to &#39;no&#39; if you want to be able to write to them.<br>
; � read only = yes<br>
<br>
# File creation mask is set to 0700 for security reasons. If you want to<br>
# create files with group=rw permissions, set next parameter to 0775.<br>
; � create mask = 0700<br>
<br>
# Directory creation mask is set to 0700 for security reasons. If you want to<br>
# create dirs. with group=rw permissions, set next parameter to 0775.<br>
; � directory mask = 0700<br>
<br>
# By default, \\server\username shares can be connected to by anyone<br>
# with access to the samba server. �Un-comment the following parameter<br>
# to make sure that only &quot;username&quot; can connect to \\server\username<br>
# This might need tweaking when using external authentication schemes<br>
; � valid users = %S<br>
<br>
# Un-comment the following and create the netlogon directory for Domain Logons<br>
# (you need to configure Samba to act as a domain controller too.)<br>
;[netlogon]<br>
; � comment = Network Logon Service<br>
; � path = /home/samba/netlogon<br>
; � guest ok = yes<br>
; � read only = yes<br>
; � share modes = no<br>
<br>
# Un-comment the following and create the profiles directory to store<br>
# users profiles (see the &quot;logon path&quot; option above)<br>
# (you need to configure Samba to act as a domain controller too.)<br>
# The path below should be writable by all users so that their<br>
# profile directory may be created the first time they log on<br>
;[profiles]<br>
; � comment = Users profiles<br>
; � path = /home/samba/profiles<br>
; � guest ok = no<br>
; � browseable = no<br>
; � create mask = 0600<br>
; � directory mask = 0700<br>
<br>
[printers]<br>
 � comment = All Printers<br>
 � browseable = no<br>
 � path = /var/spool/samba<br>
 � printable = yes<br>
 � guest ok = no<br>
 � read only = yes<br>
 � create mask = 0700<br>
<br>
# Windows clients look for this share name as a source of downloadable<br>
# printer drivers<br>
[print$]<br>
 � comment = Printer Drivers<br>
 � path = /var/lib/samba/printers<br>
 � browseable = yes<br>
 � read only = yes<br>
 � guest ok = no<br>
# Uncomment to allow remote administration of Windows print drivers.<br>
# You may need to replace &#39;lpadmin&#39; with the name of the group your<br>
# admin users are members of.<br>
# Please note that you also need to set appropriate Unix permissions<br>
# to the drivers directory for these users to have write rights in it<br>
; � write list = root, @lpadmin<br>
<br>
# A sample share for sharing your CD-ROM with others.<br>
;[cdrom]<br>
; � comment = Samba server&#39;s CD-ROM<br>
; � read only = yes<br>
; � locking = no<br>
; � path = /cdrom<br>
; � guest ok = yes<br>
<br>
# The next two parameters show how to auto-mount a CD-ROM when the<br>
# � � � cdrom share is accesed. For this to work /etc/fstab must contain<br>
# � � � an entry like this:<br>
#<br>
# � � � /dev/scd0 � /cdrom �iso9660 defaults,noauto,ro,user � 0 0<br>
#<br>
# The CD-ROM gets unmounted automatically after the connection to the<br>
#<br>
# If you don&#39;t want to use auto-mounting/unmounting make sure the CD<br>
# � � � is mounted on /cdrom<br>
#<br>
; � preexec = /bin/mount /cdrom<br>
; � postexec = /bin/umount /cdrom<br>
<br>
<br>
[Infra] comment = Directorio del servidor Infraestructura<br>
<br>
path = /home/mario/infra<br>
<br>
guest ok = no<br>
<br>
read only = Yes<br>
<br>
write list = �administrador<br>
<br>
directory mask = 0755<br>
<br>
create mask = 0644<br>
<br>
<br>
<br>
aparte cree un archivo donde registro los usuarios que pueden acceder<br>
que se llama smbusers y este solo tiene el sigueiente texto<br>
<br>
usuario_linux = &quot;usuario_windows&quot;<br>
_______________________________________________<br>
CentOS-es mailing list<br>
<a href="mailto:CentOS-es@centos.org">CentOS-es@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos-es" target="_blank">http://lists.centos.org/mailman/listinfo/centos-es</a><br></blockquote><div><br><br>�</div></div><br>