Archive for September, 2010

Android screen cast

Monday, September 27th, 2010

With the help of the tool androidscreencast I created a screen cast in order to explain the handling of the LDAPSync app.

The screencast shows the LDAPSync app on the Android emulator connecting to and synchronizing with my test LDAP server.

Android Market and Sources

Monday, September 27th, 2010

The application can now be downloaded from the Android marketplace.

The official market link is market://search?q=pname:de.danielweisser.android.ldapsync. Or you can just use the QR code below.

Additionally the sources of version 0.9 can be downloaded from http://www.danielweisser.de/LDAPSync_0.9_src.zip.

LDAP Sync 0.9

Thursday, September 23rd, 2010

Version 0.9 has been released. You can find it at http://www.danielweisser.de/LDAPSync_0.9.apk

The following changes have been made:

  • Performance Improvements (Only relevant LDAP attributes are queried)
  • Editable Search Base (BaseDN), supported by AutoCompletion
  • Updated the LDAP library

Halbmarathon 2010

Monday, September 20th, 2010

Dieses Jahr hat es nicht für die volle Distanz gereicht. Dafür sind wir vom TPK Karlsruhe den Business Marathon mitgerannt. Und mit einer Halbmarathonzeit von 1:39:30 war das Ganze auch ziemlich erfolgreich.

Finally LDAP Sync

Wednesday, September 15th, 2010

The LDAP Sync adapter allows the synchronization between an Android phone and a LDAP server. It has been tested with an Active Directory and an Apache Directory Server.

In a first step the connection details must be provided and then after the successful verification the LDAP parameters (BaseDN, Search Filter and Attribute Mappings) can be provided. See the screenshots below.

The APK is available at http://www.danielweisser.de/LDAPSync.apk. Please test and provide feedback.