->
Run ->
regedt32 );
HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services NTDS Parameters - Schema Update Allowed
1
.
Note: If 'Schema Update Allowed' isn't listed at the Registry, it means that it is already active and you won't need to do any change.
Now, that the schema update is allowed, we can proceed:
auto_r1.ldif
file on the Documentation section at the IPBrick's site:
Downloads » Documentation » Other documentation
Note: Please bear in mind that you need to register at our site in order to access the Downloads page.
auto_r2.ldif
file if it's a Windows 2003 Release 2.
<DOMAIN_BASE_DN>
to the domain you're using. As an example, if you are using a domain named domain.com
you should have: DC=domain,DC=com
. You can use the ADSI Edit tool to know the base DN.
cmd
. At command line you must execute the following command to add these attributes to AD (change the DC=domain, DC=com to your domain and the LDIF file path):
ldifde -i -k -c CN=Schema,CN=Configuration,DC=domain,DC=com CN=Schema,
CN=Configuration,DC=domain,DC=com -s localhost -f auto_r2.ldif
iPortalMais