Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditActiveDirectorySettings
Used when editing the Active Directory settings for and organization
Parameters
Name Type Description

baseDN

String

Required
Not null
Minimum size: 0  Maximum size: 1024

The base DN (part of the subtree of the active directory domain) we wish to integrate

globalCatalog

boolean

Required
Not null

True if this is a global catalog server, false if not

password

String

Required
Not null
Minimum size: 0  Maximum size: 255

Password to authenticate with

port

Integer

Required
Not null

The IP port to use

serverAddresses

Set(String)

Required
Not null

DNS address or IP address to the server of the active directory

username

String

Required
Not null
Minimum size: 0  Maximum size: 255

Username to authenticate with

uuid

String

watchdoxDomainPermittedToActiveDirectory

Set(String)

Required
Not null

List of domains which their users can query the active directory

Json Format
{
uuid: String,
watchdoxDomainPermittedToActiveDirectory: Set(String),
serverAddresses: Set(String),
baseDN: String,
username: String,
password: String,
port: Integer,
globalCatalog: Boolean
}