Skip to content

Fetching contacts fails #4

Closed Answered by yu-i-i
svdvonde asked this question in Q&A
Sep 20, 2024 · 2 comments · 11 replies
Discussion options

You must be logged in to vote

Try the following filter instead:

OVERLEAF_LDAP_CONTACTS_FILTER=(&(objectClass=person)(mail=*))

It seems that one of the entries in your search results has an undefined mail attribute, and the code incorrectly assumed that this wouldn’t happen. I'll resolve this by skipping such entries from the search results. However, please note that having a mail attribute is essential — all users and contacts must have an email address defined, as it is used as an ID in the Overleaf database.

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
11 replies
@yu-i-i
Comment options

@svdvonde
Comment options

@svdvonde
Comment options

@yu-i-i
Comment options

@svdvonde
Comment options

Answer selected by svdvonde
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants