Microsoft Identity Integration Server 2003 Developer Reference |
Provisioning objects to be exported to a Lotus Notes connected directory requires specific Microsoft Identity Integration Server 2003 properties to have specific values. The following table describes these properties.
Property | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
_MMS_Certifier
Access: Write-only |
Optional property that contains the organizational unit (OU) name of the certifier. This property should be empty for contacts. | ||||||||
_MMS_IDPath
Access: Write-only |
Required property if the user identification is a file. The property contains the location where the identification file is stored or generated. If this property contains a full path, the identification file is created at the specified path location. If this property contains only a file name, the identification file will be created in the madata folder. | ||||||||
_MMS_IDRegType
Access: Write-only |
Required property that describes the user.
|
||||||||
_MMS_IDStoreType
Access: Write-only |
Required property for U.S. and international users.
The property contains an integer value that specifies if the user
identification is stored as a file in the MADATA or a specified
folder or as an attachment in the Notes address book. This property
should be empty for contacts.
|
||||||||
_MMS_OU
Access: Write-only |
Optional property that is the OU name under the certifier. This property should be empty for contacts. | ||||||||
_MMS_Password
Access: Write-only |
Required property for users with identification files. The property contains the password for the identification file of the object. | ||||||||
MailServer
Access: Write-only |
Required property that contains the name of the Lotus Domino server. This is the name used when creating the Lotus mail file on the Domino server. | ||||||||
MailFile
Access: Write-only |
Required property that contains the path on the Lotus Domino server where the mail file is stored. | ||||||||
HTTPPassword
Access: Write-only |
Optional property that contains the Web access password for the object. |
For a user with an identification file, the _MMS_Password property must contain a value.
For a user to access mail through the Lotus Notes client, the MailServer and MailFile properties must contain a value. To access mail through a Web browser, the following properties must contain values:
For code examples that demonstrate provisioning objects for Lotus Notes data sources, see Lotus Notes Connected Data Sources.