mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #274] Import Lldap Accounts to Apple Contacts #105
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @spammads on GitHub (Jul 26, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/274
Thanks for the great tool.
I'm struggling with the above.
Just wondering - Is it even possible to set up an Ldap-Account in Apple-Contacts and synchronise it with the user-data from Lldap?
Thanks for helping.
@nitnelave commented on GitHub (Jul 26, 2022):
Two way synchronization is not going to be supported, LLDAP is read-only with the LDAP protocol.
Maybe there's a way to import contacts from an LDAP server, but I don't know. If there is, it should work automatically with LLDAP.
@spammads commented on GitHub (Jul 29, 2022):
Apple needs the contacts to be in LDAP Data Interchange Format („.ldif“).
Does LLDAP support this?
@nitnelave commented on GitHub (Jul 29, 2022):
No, we don't store data in this format. Though I think you could try to
query LLDAP with standard LDAP tools like ldapsearch and save the results
in ldif files.
On Fri, 29 Jul 2022, 09:44 CKranebitter, @.***> wrote: