IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

DN Property

The Distinguished Name used as the base for LDAP operations.

Object Oriented Interface

public function getDN();
public function setDN($value);

Procedural Interface

ipworks_ldap_get($res, 9 );
ipworks_ldap_set($res, 9, $value );

Default Value

''

Remarks

Also the base object during LDAP searches.

The Distinguished Name is provided in string format as specified by RFC 1779. Example (Setting DN)


LDAPControl.DN = "uid=TThompson,ou=Employees,dc=server"

LDAPControl.DN = "Domain\Username"

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]