host property

String? host
getter/setter pair

Defines the hostname or IP of the LDAP server.

Port is optional and will default to 389, if unspecified. For example, "ldap.server.example" or "10.10.10.10:389".

Required.

Implementation

core.String? host;