Alias NETBIOS sous Windows 2003 serveur

Un article de Wiki Lambert Nicolas - Quement Julien.

Jump to: navigation, search

When you will have access to shared folder while using a Alias. You

must add an 2nd netbios name. Shared folders use netbios and you must

add an 2nd netbios name. therefore you must add 2 Registery keys

HKLM\System\CurrenControlSet\Services\LanmanServer\Parameters

add String (ou reg_multi_sz si plusieurs alias) value "OptionalNames" the value must be your 2nd netbios

name (Alias)

HKLM\System\CurrenControlSet\Services\LanmanServer\Parameters

add Dword value "DisableStrictNameChecking" the value must be

REG_DWORD=1 .


setspn -L computername (setspn -L bimp3)
setspn -A HOST/BIMP4 bimp3 (Bimp4 est l'alias de bimp3)
setspn -A HOST/bimp4.ctba.priv bimp3 (Bimp4 est l'alias de bimp3)

--Lambert.n 21 août 2008 à 23:56 (CEST)