Step 3: Extend the AD LDS Schema to Support NFS User Mapping
Applies To: Windows Server 2008
Follow this procedure to extend the AD LDS schema to support User Name Mapping in NFS.
To extend the AD LDS schema
Open an elevated command prompt. (Click Start, right-click Command Prompt, and then click Run as administrator.)
Navigate to the C:\WINDOWS\ADAM directory, and then type the following command:
ldifde -i -u -f MS-AdamSchemaW2K8.LDF -s localhost:389 -j . -c "cn=Configuration,dc=X" “#configurationNamingContext”
This command imports the MS-AdamSchemaW2K8.LDF file.
Note
This example uses the default LDAP port number 389 for the AD LDS instance. The strings "cn=Configuration,dc=X"
and “#configurationNamingContext”
should not be modified.