To change driver parameters, edit the Driver Parameters page.
In iManager, click DirXML Management > Overview.
Find the driver in its driver set.
Click the driver icon to display the Driver Overview page.
Click the driver icon again to display the Modify Object page.
Click Driver Configuration.
Use the information in the tables that follow to upgrade driver parameters.
In this section:
The third column of the following table contains XML text that you should paste into the Driver Parameters XML Editor. The XML text represents exactly what is necessary to display the parameters.
The third column of the following table contains XML text that you should paste into the Driver Parameters XML Editor. The XML text represents exactly what is necessary to display the parameters.
Parameter | Description | XML to Define Driver Parameters |
---|---|---|
Allow Domino AdminP Support |
Specifies that AdminP features can be used. AdminP features are supported only for users of Lotus Notes 6.0.3 or later. If you have Lotus Notes 6.0.3 or later and you want to use the AdminP features, you must add this parameter and set it to Yes. If the parameter does not exist in the driver parameters, the default setting is No. This parameter can be overridden on a command-by-command basis using the attribute Allow AdminP Support described in Overriding Driver Parameters. |
<allow-adminp-support display-name="Allow Domino AdminP Support">Yes</allow-adminp-support> |
Certify/Register Users |
This parameter indicates the default behavior for the driver regarding Notes user account creation. Yes indicates the driver by default attempts to register users in the Notes Address book by certifying them and creating an ID file for each user when add events are received. This default setting can be overridden using the XML <certify-user> attribute tag. |
<cert-users display-name="Certify Users? (Yes/No)">Yes</cert-users> |
Create Mail DB |
This parameter indicates the default behavior for the driver regarding e-mail account creation. Yes indicates the driver by default attempts to create a Notes Mail database when adding a new user. This default setting can be overridden using the XML attribute tag <create-mail>. |
<create-mail display-name="Create Mail DB? (Yes/No)">Yes</create-mail> |
Default HTTP Password |
The default Notes Web (HTTP) password set for newly created Notes users. This default setting can be overridden using the XML attribute tag <user-pwd>. |
<default-http-password display-name="Default HTTP Password">notesweb</default-http-password> |
Default Notes Password |
The default Notes User ID password for newly created Notes users. This default setting can be overridden using the XML attribute tag <user-pwd>. |
<default-password display-name="Default Notes Password">notes</default-password> |
Expiration Term |
The default expiration term (specified in years) for newly created Notes User ID files. This default setting can be overridden using the XML attribute tag <expire-term>. |
<expiration-term display-name="Expiration Term in Years">2</expiration-term> |
Failed Command Reply Status |
If the parameter does not exist in the driver parameters, the default setting is Retry. Possible values are Success, Warning, Error, Retry, or Fatal. This parameter can be used when troubleshooting critical situations. |
<retry-status-return display-name="Failed Command Reply Status">Retry</retry-status-return> |
ID File Storage Location |
This parameter specifies the default Notes User ID file (certifier) storage location that is used when user objects are registered and ID files are created. New ID files are placed in this location. The full path of the folder should be represented in relationship to the operating system hosting Domino. This default setting can be overridden using the XML attribute tag <user-id-path>. |
<cert-path display-name="ID File Storage Location" >c:\lotus\domino\data\ids\people</cert-path> |
Internet Mail Domain Name |
Obsolete in version 2.0. |
<internet-mail-domain display-name="Internet Mail Domain Name">mycompany.com</internet-mail-domain> |
Mail File ACL Level |
The default ACL setting for the newly created mail file of newly created user objects. Valid values are NOACCESS, DEPOSITOR, READER, AUTHOR, EDITOR, DESIGNER, and MANAGER. When no ACL setting is specified, the setting defaults to MANAGER. This default setting can be overridden using the XML attribute tag <mailfile-acl-level>. |
<mailfile-acl-level display-name="Mail File ACL Level">MANAGER</mailfile-acl-level> |
Mail File Storage Location |
A mail storage path relative to the Domino data storage location where mail files are stored if created by the driver. For example, if the parameter is set to "mail," then new mail files created by the driver on the Domino server (running on Linux) are stored in the /local/notesdata/mail folder. |
<mailfile-path display-name="Mail File Storage Location">mail</mailfile-path> |
Minimum Notes Password Length |
The default minimum password length (0-16 characters) for newly created Notes User ID files. This default setting can be overridden using the XML attribute tag <minimum-pwd-len>. |
<minimum-pwd-len display-name="Minimum Notes Password Length (0 - 16)">5</minimum-pwd-len> |
North American Server |
North American Server User ID file (certifier) property. Set to Yes only if the Domino Server is in North America. According to Domino registration requirements, this attribute is required for user ID file creation. |
<north-american-flag display-name="Is North American Server?">Yes</north-american-flag> |
Notes Mail Server Name |
The DN of the Notes Server that holds the mail files. This default setting can be overridden using the XML <mailserver> element as a child of the add event element. |
<mail-server display-name="Notes Mail Server Name">cn=Server1/o=Org</mail-server> |
Notes Save Failed Reply Status |
If the parameter does not exist in the driver parameters, the default setting is Retry. Possible values are Success, Warning, Error, Retry, or Fatal. This parameter can be used when troubleshooting. |
<notes-save-fail-action display-name="Notes Save Failed Reply Status">Retry</notes-save-fail-action> |
Notes Web (HTTP) Password Set |
Set the parameter to Yes to allow the Notes driver to set or to change the Web (HTTP) password attribute on user objects. Set the parameter to No to disallow the Notes driver from setting or changing the web (HTTP) password attribute on user objects. The default is Yes. |
<allow-http-password-set display-name="Allow Notes Web (HTTP) password to be set">Yes</allow-http-password-set> |
Registration Log File |
The Notes Certification log file that is used to record the registration of user objects in the Notes Address Book. Specify this item without full path information. |
<cert-log display-name="Registration Log File">certlog.nsf</cert-log> |
Store ID in Notes Address Book |
This flag indicates the default behavior for the driver regarding attaching user ID files on their respective user objects in the Notes Address Book at registration time. Setting the flag to Yes causes registered user objects in the Notes Address Book to be created with an attached user ID file. Setting the flag to No causes registered user objects in the Notes Address Book to be created without an attached user ID file. This default setting can be overridden using the XML attribute tag <store-useridfile-in-ab>. |
<store-id-ab-flag display-name="Store ID in Notes Address Book? (Yes/No)">Yes</store-id-ab-flag> |
Template for mail file creation |
The .ntf database template to be used when creating a new mail database when the driver creates a user e-mail account. This template must be accessible to the Domino server in the Domino data folder. |
<mailfile-template display-name="Template for Mail File creation">mail6.ntf</mailfile-template> |
Update Address Book |
This parameter indicates the default behavior for the driver regarding placing registered user objects in the Notes Address Book. Setting the flag to Yes causes registered users to be placed in the address book. Setting the flag to No causes users to be registered (meaning that a certifier ID file is created for the user) without the user object being placed into the Notes Address Book. This default setting can be overridden using the XML attribute tag <update-addressbook>. |
<update-ab-flag display-name="Update Address Book? (Yes/No)">Yes</update-ab-flag> |
The third column of the following table contains XML text that you should paste into the Driver Parameters XML Editor. The XML text represents exactly what is necessary to display the parameters.