Skip to content

Show ldap attributes in contacts app problem #4415

Open
@DimitryVo

Description

@DimitryVo

Hello, I have added some LDAP attributes but don't see its in contacts app for all users. Now I see ldap attrs for one user only. After update for other users I see all arrts (php occ ldap:check-user --update). Could you recommend anything?

....
php occ --no-warnings ldap:set-config s01 ldapEmailAttribute "mail";
php occ --no-warnings ldap:set-config s01 ldapAttributeHeadline "department";
php occ --no-warnings ldap:set-config s01 ldapAttributeOrganisation "company";
php occ --no-warnings ldap:set-config s01 ldapAttributePhone "telephonenumber";
php occ --no-warnings ldap:set-config s01 ldapAttributeRole "title";

php occ ldap_contacts:add test
....
--attrs=mail
--attrs=displayName
--attrs=department
--attrs=title
--attrs=mail
--attrs=telephoneNumber
--attrs=company
--mapping=EMAIL:mail
--mapping=TEL:telephoneNumber
--mapping=FN:displayName
--mapping=DIV:division
--mapping=CATEGORIES:department
--mapping=TITLE:title
--mapping=ORG:company; \

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions