uname -n
annecy
cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
#::1 localhost.localdomain localhost
cat /etc/samba/smb.conf
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#
#======================= Global Settings =====================================
[global]
log file = /var/log/samba/%m.log
netbios name = Annecy
dns proxy = no
load printers = yes
cups options = raw
server string = Serveur Annecy
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
workgroup = TEST
# hosts allow = 192.168. 127.
os level = 33
printcap name = /etc/printcap
max log size = 50
domain master = no
local master = yes
preferred master = Yes
encrypt passwords = yes
ldap passwd sync = yes
# domain logons = yes
#interfaces = 192.168.70.2
wins server = 192.168.36.12
security = user
#security = domain
# security = share
guest account = nobody
#---------------------
# LDAP
#---------------------
passdb backend = ldapsam:ldap://127.0.0.1/
ldap admin dn = cn=samba,ou=DSA,dc=*****,dc=fr
ldap suffix = dc=*****,dc=fr
ldap group suffix = ou=Groups
ldap user suffix = ou=Users
ldap machine suffix = ou=Computers
## ldap ssl = start_tls
ldap ssl = no
## ldap idmap suffix = ou=Idmap
## idmap backend = ldap:ldap://master-ldap.quenya.org
## idmap uid = 10000-20000
## idmap gid = 10000-20000
# logon path = \%L\profiles\%U.pds
# logon home = \%L\%U
name resolve order = wins lmhosts hosts bcast
Dos charset = 850
Unix charset = UTF8
Est-ce que ça pourrais être dû au fait de la majuscule ?
merci de ton aide