AdvLDAP Component (Add)
 
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 by 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 added in the LDAP Server. One must give the Relative Distinguished Names (RDN) in the hirarical manner i.e. from root to the leaf. All components of the name except for the last RDN component must exist for the add to succeed.

e.g.

o       Adv.com (Root)
ou     Administeration (Leaf)

Attributes AttribName  AttribValue  ValueSize

                             

Requird. It is a list of attributes that make up the content of the entry to be added. Each row specifies the Attribute name, Attribute value and Value size in bytes respectively. If the Attribute value is not binary then Value size should be -1 else it will be the Size of Value in bytes.