博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
The AD RMS Service Connection Point
阅读量:5743 次
发布时间:2019-06-18

本文共 2575 字,大约阅读时间需要 8 分钟。

 

The AD RMS Service Connection Point

The Active Directory Rights Management Services (AD RMS) Service Connection Point (SCP) is an object in Active Directory that holds the web address of the AD RMS certification cluster.  AD RMS-enabled applications use the SCP to discover the AD RMS service; it is the first connection point for users to discover the AD RMS web services. 

Only one SCP can exist in your Active Directory forest.  If you try to install AD RMS and an SCP already exists in your forest from a previous AD RMS installation that was not properly deprovisioned, the new SCP will not install properly.  It must be removed before you can establish the new SCP.  A SCP can be viewed using ADSI Edit or LDP.  To view the SCP, connect to the configuration container in ADSI Edit and navigate the following nodes: CN=Configuration [server name], CN=Services, CN=RightsManagementServices, CN=SCP.  You can remove an SCP by using the ADScpRegister.exe tool included in the RMS Administration Toolkit, which you can download from the Microsoft Download Center: .

The AD RMS SCP can be registered automatically during AD RMS installation, or it can be registered after installation has completed.  To register the SCP you must be a member of the local AD RMS Enterprise Administrators group and the Active Directory Domain Services (AD DS) Enterprise Admins group, or you must have been given the appropriate authority.  If the user account installing AD RMS does not have permission to register the SCP you will see and .  You can manually register the SCP in the AD RMS console.  Open SCP tab in the cluster's Properties box and select the Change SCP check box. 

If a client computer is not located within the Active Directory Forest, you must use registry keys to point the AD RMS client to the AD RMS cluster.  These registry keys are created in HKEY_Local_Machine\Software\Microsoft\MSDRM\ServiceLocation.   Create a key called Activation with the value of http(s)://<your_cluster>/_wmcs/certification where <your_cluster> is the URL of the root cluster used for certification.

If you are registering the SCP from an AD RMS cluster in a child domain you may receive an error stating that SCP registration failed.  In many cases, the registration was successful, but the registration first takes place in the top-level domain and it takes time to replicate to the child domain where the AD RMS cluster checks for the SCP object.  Once the SCP has been replicated to all global catalog servers in the forest, the message will no longer appear.

转载于:https://blog.51cto.com/ironkui/1130963

你可能感兴趣的文章
【探索HTML5第二弹01】HTML5的前世今生以及来世
查看>>
Failed to connect to remote VM. Connection refused. Connection refused: connect
查看>>
freeze
查看>>
JS时间转时间戳,时间戳转时间。时间显示模式。
查看>>
SAP HANA存储过程结果视图调用
查看>>
设计模式 ( 十八 ):State状态模式 -- 行为型
查看>>
OracleLinux安装说明
查看>>
nova分析(7)—— nova-scheduler
查看>>
Entity Framework 实体框架的形成之旅--Code First模式中使用 Fluent API 配置(6)
查看>>
OpenMediaVault 搭建git,ssh无法连接问题
查看>>
java多线程之:Java中的ReentrantLock和synchronized两种锁定机制的对比 (转载)
查看>>
mysql性能优化学习笔记-参数介绍及优化建议
查看>>
【Web动画】SVG 实现复杂线条动画
查看>>
使用Wireshark捕捉USB通信数据
查看>>
iOS - KVC 键值编码
查看>>
《树莓派渗透测试实战》——1.1 购买树莓派
查看>>
Apache Storm 官方文档 —— FAQ
查看>>
iOS 高性能异构滚动视图构建方案 —— LazyScrollView
查看>>
Java 重载、重写、构造函数详解
查看>>
【Best Practice】基于阿里云数加·StreamCompute快速构建网站日志实时分析大屏
查看>>