我有一个运行在Server 2008 R2上的AD-LDS实例。 我有这个应用程序分区,在安装时创build:
dc=enterprise,dc=example,dc=com
我已成功地遵循此过程来创build应用程序分区 。 他们被命名为:
cn=stuff,dc=enterprise,dc=example,dc=com cn=things,dc=enterprise,dc=example,dc=com
如果我configuration我的客户端遵循referals,我可以从dc=enterprise,dc=example,dc=com并在cn=stuff和cn=things下查找对象。
我如何创build(或事后移动) stuff和things分区,使得它们在逻辑上位于初始分区下的OU之下,最终得到如下结果:
cn=stuff,ou=applications,dc=enterprise,dc=example,dc=com cn=things,ou=applications,dc=enterprise,dc=example,dc=com