How to import LDIF file into LDAP server with command line

u can use the following command for impoart

ldifde -i -f a.ldif -sservername -t 3894 -a cn=DirMgr123 password

Note: cn=DirMgr123 is User DN, password is password for connection LDAP server, 3894 is port,

ldifde is tools in Windows Resources Kit Tools.

你可能感兴趣的:(windows,F#)