Bonjour,
Je dois abaisser le niveau de sécurité de mon AD (RestrictNullSessAccess=0) pour établir la relation d'approbation avec NT4
Une solution existe par GPO sous AD 2000 (http://support.microsoft.com/kb/246261/en-us) mais je ne vois pas l'équivalent sous AD 2003
La solution proposée par Microsoft à mon sens pas très propre consiste à modifier directement le registre du DC 2003 comme ci-dessous:
To set the value of the RestrictNullSessAccess registry subkey to FALSE, follow these steps:1. Click Start, click Run, type regedit, and then click OK to open Registry Editor.
2. Locate the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
3. Right-click this registry subkey, point to New, and then click DWORD Value.
4. Type RestrictNullSessAccess, and then press ENTER.
5. Double-click RestrictNullSessAccess, type 0 in the Value data box, and then click OK.
6. Exit Registry Editor.
7. Restart the computer.
Je souhaiterai utiliser les GPO à la place.
Merci





