Alors, désolé pour le temps de réponse, j’etais assez occupé.
Voici mon fichier DHCP.conf
debian:~# cat /etc/dhcp3/dhclient.conf
# Configuration file for /sbin/dhclient, which is included in Debian's
# dhcp3-client package.
#
# This is a sample configuration file for dhclient. See dhclient.conf's
# man page for more information about the syntax of this file
# and a more comprehensive list of the parameters understood by
# dhclient.
#
# Normally, if the DHCP server provides reasonable information and does
# not leave anything out (like the domain name, for example), then
# few changes must be made to this file, if any.
#
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
send fqdn.fqdn "debian.ecs.grp";
send fqdn.encoded off;
send fqdn.server-update off;
do-forward-update on;
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, domain-search, host-name,
netbios-name-servers, netbios-scope, interface-mtu,
rfc3442-classless-static-routes;
Voici le fichier smb.conf
[global]
security = ads
realm = NVS.LAN
password server = 1.kdc.nvs.lan
workgroup = NVS
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind separator = +
winbind enum users = yes
winbind enum groups = yes
winbind use default domain = yes
template homedir = /home/%D/%U
template shell = /bin/bash
client use spnego = yes
encrypt passwords = yes
restrict anonymous = 2
et enfin voici le fichier kerberos
[libdefaults]
default_realm = NVS.LAN
# The following krb5.conf variables are only for MIT Kerberos
krb4_config = /etc/krb.conf
krb4_realms = /etc/krb.realms
kdc_timesync = 1
ccache_type = 4
forwardable = true
proxiable = true
[realms]
NVS.LAN = {
kdc = 1.kdc.nvs.lan
kdc = 2.kdc.nvs.lan
kdc = 3.kdc.nvs.lan
admin_server = 1.kdc.nvs.lan
default_domain = nvs.lan
}
[domain_realm]
.nvs.lan = NVS.LAN
nvs.lan = NVS.LAN
[login]
krb4_convert = true
krb4_get_tickets = false
vérifie aussi que tu ais bien synchronisé ton client NTP avec un serveur de temps du domaine.