TDI: Atributos para Registro no Domino atraves do Domino User Connector

From Wiki

Através do Domino Users Connector do Tivoli Directory Integrator é possível realizar o Registro de usuários no Lotus Domino.

Para isso é necessário adicionar atributos necessários ao Registro de Usuário no Domino à sua solução.

Abaixo temos uma tabela com os principais argumentos necessários para o Registro no Domino através do Connector.

Attribute name

Type

Required for registration?

Value

REG_Perform

Boolean

Yes

If set to true the Connector performs user registration. If this attribute is missing, or its value is false, the Connector does not perform user registration, regardless of the presence and the values of the other REG_ Attributes.

REG_IdFile

String

Yes

Contains the full path of the ID file to be registered. For example,

c:\\newuserdata \\newuser.id

REG_UserPw

String

No

The user's password.

REG_CertifierIDFile

String

Yes

The full file path to the certifier ID file.

REG_CertPassword

String

Yes

The password for the certifier ID file. Note: If the certifier password is wrong when registering users, a popup window is displayed. Ensure that the Certifier password is correctly specified.

REG_Server

String

No

The name of the server containing the user's mail file. If this attribute is missing, the value is obtained from the Connector's Domino Session object.

REG_CreateMailDb

Boolean/String

No

true - Creates a mail database false - Does not create a mail database; it is created during setup. If this attribute is missing, a default value of false is assumed. If this attribute is true, the MailFile attribute must be mapped to a valid path.

REG_Expiration

Date

No

The expiration date to use when creating the ID file. If the attribute is missing, or its value is null, a default value of the current date + 2 years is used.

REG_IDType

Integer/String

No

The type of ID file to create: 0 - create a flat ID 1 - create a hierarchical ID 2 - create an ID that depends on whether the certifier ID is flat or hierarchical. If the attribute is missing, a default value of 2 is used.

REG_Is NorthAmerican

Boolean/String

No

true - the ID file is North American false - the ID file is not North American. If this attribute is missing, a default value of true is used.

REG_OrgUnit

String

No

The organizational unit to use when creating the ID file. If this attribute is missing, a default value of " " is used.

REG_RegistrationLog

String

No

The log file to use when creating the ID file. If this attribute is missing, a default value of " " is used.

REG_StoreID InAddressBook

Boolean/String

No

true - stores the ID file in the server's Domino Directory false - does not store the ID file in the server's Domino Directory. If this attribute is missing, a default value of false is used.

REG_Registration Server

String

No

The server to use when creating the ID file. This attribute is used only when the created ID is stored in the server Domino Directory, or when a mail database is created for the new user.

REG_MinPassword Length

Integer/String

No

The REG_MinPassword

Length value defines the minimum password length required for subsequent changes to the password by the user. The password used when the user registers is not restricted by the REG_MinPassword

Length value. If this attribute is missing, a default value of 0 is used.

REG_Forward

String

No

The forwarding domain for the user's mail file.

REG_AltOrgUnit

Vector of <String>

No

Alternate names for the organizational unit to use when creating ID file.

REG_AltOrgUnit Lang

Vector of <String>

No

Alternate language names for the organizational unit to use when creating ID file.


Para mais detalhes clique no Link


Ver também


Categoria: Tivoli Directory Integrator