User.Login

Logs in to GroupWise.

Parameters

User.id (Required)

Specifies the user ID to use during authentication.

User.password (Required)

Specifies the user password to use during authentication.

GWAP.ip

Specifies the overriding IP address of GroupWise WebAccess Agent.

GWAP.port

Specifies the overriding port of GroupWise WebAccess Agent.

GWAP.version

Specifies the version of GroupWise WebAccess Agent: 8.0, 8.0.1, 8.0.2, 8.0.3.

User.interface

Specifies the name of the directory (a subdirectory beneath the Templates.path directory that is specified in the configuration file) containing the templates that generate the user interface for this session.

User.lang

Specifies the two-letter ISO code of the desired language for the user interface.

User.context

Specifies the context identifier for this user’s session. If specified, WebAccess attempts to use this context as the identifier for the user. If not specified, a new context is assigned.

User.displayDraftItems

Specifies that the interface supports draft items.

NOTE:Although User.displayDraftItems can be set in the templates at log in, the provider and GroupWise WebAccess agent (GWINTER) must also support the feature. If supported, User.displayDraftItems is set to 1 and made available as a User/Global variable by the provider. After logging in, this flag should be used to enable or disable draft item related UI items (for example, display the Work in Progress folder or the draft items in message lists, etc.).

Return Values

Value

Description

User.id

User login ID (for example, jsmith).

User.name

User's name (for example, John Smith).

User.fullId

Fully qualified name of the user (for example, jsmith.p01.domain1).

User.context

Context identifier assigned to this user's session.

User.Proxy.id

User login ID of the user account that is being proxied.

Login.grace

1 = Logging in used a grace login. The password should be changed soon.

User.Disk.limit

Amount of disk space allowed for this user's account.

User.Disk.threshold

Threshold at which to warn the user that the disk space limit has almost been reached.

User.LDAP.authenticated

1 = LDAP authentication used.

GWAP.Disk.inUse

Amount of disk space in use by this user's account.

Timezone.id

Specifies the ID of the time zone.

User.TimeZone.offset

User.TimeZone.dst

1 = Time zone is currently in daylight savings. 0 = Time zone is not in daylight savings.

User.TimeZone.desc

String describing the time zone (for example, Eastern Standard Time).

Example

<A href="http://server:port/servlet/webacc?action=User.Login&User.context=
xyz&User.name=jsmith&User.password=abc5def">Login</A>