asp.net - Using LDAP Server on top of our database to allow iPhone / Blackberry Access -
We have ASP.NET contact databases that run on SQL Server. We are not interested in synchronizing contacts (for various reasons), but to explore using the LDAP connectors in iPhone / Blackberry, users are not allowed to view their database contacts on their mobile device.
Is this idea possible? I have not played with LDAP before ... Is there a tool or server that permits sinking on database (s) LDAP server?
I do not know if there are tools to do this, but using a combination of SQL and script Writing a tool is not that hard to write (VBScript, for example)
- Temporary / work table from current content of LDAP server Population (use ADSI to read).
- Use SQL
- Copy to code from script To avoid and to populate another table of entries in your database entries, "Entries to create" and "Modify entries" (and "Entries to delete") Also, update and Deletion.
Work from time to time.
If your contact database has a revised date, then you have "complete" sync mode above, and " Only in recent updates "mode.
MS Switch to LDAP server that you can play with Adiam, if it helps even open-source.
Comments
Post a Comment