The INSERT statement adds one or more entries to ldap. The basic delete statement has 4 clauses:
INSERT statement has the following general format:
INSERT INTO Entry [(column-list)] VALUES (value-list)
To insert/add an entry you type sql statement as:
INSERT INTO uid=test5551000test222,uid=1062est444,cn=users,cn=test,cn=testuser,DC=LDAPSOFT,DC=COM (objectclass,objectclass,objectclass,objectclass,objectclass,cn,sn,uid) VALUES('top','person','organizationalPerson','inetOrgPerson','AIXAdmin','test','test','test5551000test222')
You can also generate the simple type of sql insert statement from the popup menu

Related tasks
| LDAP Admin & Reporting Tool Home Page | |