Import Data in LDAP server -


i have create ldap server gets user information application (say app01) , send application (say app2). have created openldap server , installed jxplorer , created users(test data) using jxplorer.

app02 has functionality connect openldap server , connection successful , getting test data in app02.

my problem data (import data) app01 automatically. can ldap server import data?

i m getting data app01 in form of csv file, need build >net application send openldap server or openldap server has functionality import data..

  • the ldap client can import data server - operation replaces existing database contents of file containing ldif
  • the ldap client can add data server database file containing ldif change records using ldapmodify or ldapadd tool. operation not change existing database, rather adds data or changes existing data.
  • a commercial synchronization device can deployed synchronize data data source destination, destination being openldap server.

Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -