Use this form to import an ldif file into the System Directory Service.

The following is an example of a valid ldif file.

        dn: cn=Engineering,ou=Groups,o=webmethods.com 
        description: A collection of geeks 
        objectclass: top 
        objectclass: groupofuniquenames 
        cn: Engineering 
        uniquemember: uid=aarons, ou=People, o=webmethods.com 
        dn: uid=aarons, ou=People, o=webmethods.com 
        cn: Aaron Schmidt 
        sn: Schmidt 
        givenname: Aaron 
        objectclass: top 
        objectclass: person 
        objectclass: organizationalPerson 
        objectclass: inetOrgPerson 
        uid: aarons 
        mail: aarons@datachannel.com 
        title: Online Marketing Manager 
        telephonenumber: 425 974-4187 
        facsimiletelephonenumber: 425 637-1192 
        userpassword: password 
        

LDIF information: