weisserd / LDAP-Sync

LDAP Sync adapter for Android

Home Page:http://www.danielweisser.de/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LDAP Sync not working in Android 7.1.1

leophys opened this issue · comments

Hi @weisserd ,
Great Job. I found this app on F-Droid. I installed it on a CyanogenMod 14.1 (basically android 7.1.1) on my Nexus 5. I configured an openldap instance on my remote server and connected the app. So far so good, but the sync doesn't work :)
I can create new contacts, namely:

dn: cn=Pinco Pallino+gn=Pinco+sn=Pallino+o=Incognita+telephoneNumber=061234567
+mail=pinco.pallino@incognita.org+mobile=3276666666,ou=addressbook,dc=myserver
i,dc=org
changetype: add
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
objectClass: top
mail: pinco.pallino@incognita.org
mobile: 5556666666
gn: Pinco
o: Incognita
sn: Pallino
telephoneNumber: 1234567
cn: Pinco Pallino

and I see the phone receives the contact, but it does not shows up in the Contacts app. Also no contact from the phone address book appears in the addressbook in my ldap server.

What to do?

Thanks again!

commented

Hi @leophys ,
on my Android 8.1 device, I have to click on the "All contacts" option in the sidebar menu of the contacts app to see the LDAP contacts. Maybe it was the same problem for you.

commented

screenshot
"Alle Kontakte" (all contacts) has to be selected

The repo will be put to read-only, as it is just to old and unmaintained