AdvLDAP Component (Modify)
 
Back
Server Required. It is the Host name or the IP address of the LDAP Server.e.g. 192.168.0.26.
Port Optional. Specifies the port through which the data is communicated through server. Default port used is '389'.
UserName Optional. Username, accessing the server. e.g. uid = admin, o = Advcomm. If no user name is specified the LDAP connection will be anonymous.
Password Optional. Password corresponds to user name.
DN Attribute      Value

 
 
 
 
 

Requird. Specifies the Distinguished Name of the entrey to be modified in the LDAP Server.One must give the Relative Distinguished Names (RDN) in the hirarical manner i.e. from root to the specific depth.

e.g.

o       Adv.com
ou     Administeration 

Attributes AttribName  AttribValue  ValueSize  ValueAdd

                                               

Required. A list of modificaion to be performed on the entry to be modified. Each row specifies the Attribute name, Attribute value ,Value size in bytes and a Flag to tell weather the new value is added in the previous values or the old values should be replaced with the new ones. If the Attribute value is not binary then Value size must be -1 else it will be the Size of value in bytes.