LDAPVersion Property
The version of LDAP used.
Object Oriented Interface
public function getLDAPVersion(); public function setLDAPVersion($value);
Procedural Interface
ipworksauth_ldap_get($res, 17 ); ipworksauth_ldap_set($res, 17, $value );
Default Value
2
Remarks
This property contains the version of LDAP used. The default value is 2 (for LDAPv2).
This property is not available at design time.
Data Type
Integer