Configure Domino properties from the Authentication and Attribution tabs in the Security node of Sybase Control Center.
Because Domino provides both authentication and attribution services, it supports these types of configuration properties:
Property | Default value | Description |
---|---|---|
Server Name | localhost | The Domino Server host name. |
Server Port | 63148 | The Domino Server DIIOP port number. |
Database File Names | none | A comma-separated list of database file names in Domino from which user roles are retrieved. The Database ACL entries are examined to retrieve the roles of the authenticated user. If this configuration option is not defined, then the roles are collected from all the available databases in the Domino Server. However, this may result in a long authentication times. |
User Attributes | none | A comma-separated list of user attributes that should be retrieved from Domino Server in addition to the basic attributes the provider retrieves by default. |
Property | Default Value | Description |
---|---|---|
useFirstPass | false | If set to true, the login module attempts to retrieve only the user name and password from the shared context. It never calls the callback handler. |
tryFirstPass | false | If set to true, the login module first attempts to retrieve the user name and password from the shared context before attempting the callback handler. |
clearPass | false | If set to true, the login module clears the user name and password in the shared context when calling either commit or abort. |
storePass | false | If set to true, the login module stores the user name and password in the shared context after successfully authenticating. |