Active Directoryドライバをアップグレードするには、次のチェックリストを使用します。Identity Managerに詳しくない場合は、有能なコンサルタントを雇った方がよい場合があります。
「Upgrading an Existing Driver Configuration to Support Identity Manager Password Synchronization」を参照してください。
「Upgrading Password Synchronization 1.0 to Password Synchronization Provided with Identity Manager」を参照してください。
sAMAccountNameは、DirXML® 1.1aのActive Directory 2.0ドライバにおける構造化された属性でした。新しいActive Directory 3.0ドライバでは、この属性は文字列です。
古い形式
<value type="structured"> <component name="nameSpace">0</component> <component association-ref="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" name="volume"/> <component name="path">jsmith</component> </value>
新しい形式
<add-attr attr-name="sAMAccountName"> <value type="string">jsmith</value> </add-attr>
次の設定をデフォルトで使用することをお勧めします。
<?xml version="1.0"?> <driver-config name="Active Directory Driver"> <driver-options> <pollingInterval display-name="Polling Interval (min.)"> 1</pollingInterval> <auth-method display-name="Authentication Method"> Negotiate</auth-method> <signing display-name="Use Signing (yes/no)" id="> no</signing> <sealing display-name="Use Sealing (yes/no)"> no</sealing> <use-ssl display-name="Use SSL (yes/no)"> no</use-ssl> <pub-heartbeat-interval display-name="Heart Beat"> 0</pub-heartbeat-interval> <pub-password-expire-time display-name="Password Sync Timeout (minutes):">60</pub-password-expire-time> <use-CDOEXM display-name="Use CDOEXM for Exchange (yes/no)"> no</use-CDOEXM> <cdoexm-move display-name="Allow CDOEXM Exchange mailbox move (yes/no)">yes</cdoexm-move> <cdoexm-delete display-name="Allow CDOEXM Exchange mailbox delete (yes/no)">yes</cdoexm-delete> </driver-options> </driver-config>