-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ldap_vcard_map #297
Comments
Same problem. What is wrong? MongooseIM 1.5.0 for Ubuntu Trusty amd64 deb.
Configuration: {ldap_vcard_map, [
{"NICKNAME", "%u", []},
{"GIVEN", "%s", ["cn"]},
{"FAMILY", "%s", ["sn"]},
{"TEL", "%s", ["telephoneNumber"]}
]} Result is same if use double-angle brackets for |
Remove double-angle brackets. I "solved": I changed the source code and compile modules
|
This is not solved my problem. |
Look. First remove ALL settings ldap_vcard_map from config. Second in file /usr/src/MongooseIM/apps/ejabberd/src/mod_vcard_ldap.erl change ldap fields as you want. Third see my comment before |
I already do that, but this is very ugly solution. |
This will be improved in #460 |
Ok, Thank you! |
I want change default value:
to
but server logs err:
Can you help me? :-(
The text was updated successfully, but these errors were encountered: