안녕하세요 향기입니다~*
OCS에서 사용자를 Enable 시키고, 줄URI 와 서버 URI를 배포하는 방법입니다.
( msRTCSIP-OptionFlags ) User Attribute 값은 별도로 설명 하겠습니다.
우선 TechNet 에 있는 OCS Users Attribute 값에 대한 내용입니다.
http://technet.microsoft.com/ko-kr/library/bb663647(en-us).aspx
해당 블로그는 Provisioning 하는 방법을 4단계 방법으로 설명합니다.
http://blog.insideocs.com/2009/01/16/189/
In a nutshell there are 4 options:
- Use a Windows Script (e.g. VBScript or JavaScript/JScript)
- Use the OCS 2007 Resource Kit Script (LCSEnableConfigureUsers.wsf)
- Use Microsoft Powershell
- Use a Bulk Active Directory Import/Export Tool
( msRTCSIP-OptionFlags ) User Attribute 값에 대한 설명입니다.
해당 Attribute값은 아래 3가지 그림에 보여지는 옵션을 종합하여 값이 결정 됩니다.
ADSIEDIT.MSC 로 User Attribute 값을 확인해 보면 알 수 있습니다.
' The msRTCSIP-OptionFlags attribute specifies the different options that are enabled For
' the user. It's a bit-mask value of type integer. Each option is represented by a bit.
' Valid value types are:
' 1: Enabled for public IM connectivity
' 2: Reserved
' 4: Reserved
' 8: Reserved
' 16: RCC (Remote Call Control) enabled [telephony]
' 64: AllowOrganizeMeetingWithAnonymousParticipants
' 128: UCEnabled (enable user for unified communications)
' 256: EnabledForEnhancedPresence
' 512: RemoteCallControlDualMode
' 1024: Enable auto-attendant
' Example: 449 = 256 (Enhanced presence) + 128 (UC enabled) + 64 (anonym. participants) + 1 (public IM)
참고 사이트
http://www.activedir.org/Articles/tabid/54/articleType/ArticleView/articleId/15/Default.aspx
http://blogs.pointbridge.com/Blogs/schertz_jeff/Pages/Post.aspx?_ID=29