-
Notifications
You must be signed in to change notification settings - Fork 97
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
include_ldap_query parameter attrs not valid (6.2.17b1) #22
Comments
Sorry, I can't find this piece of code. Please either state the file and line number or include it in the issue as
|
@MorenoUniTN, what lind of attribute name you want to enter? Could you show example? |
@MorenoUniTN, does the change above fix the problem? |
@racke This part of code is refered to fle List.pm of Sympa version 6.1 the new List.pm of Sympa 6.2 is complety differents and not contain this part of code @ikedas Yes, in the old version of Sympa 6.1 this workaround fix the problem there is a place in the new sympa 6.2 to set enable the caracter - in attrs parameter? |
I'll merge PR #23. I feel appreciate if you check the next beta. |
@MorenoUniTN, can you apply this patch to new version? |
@ikedas Great! now it's ok. |
Good. So this issue will be closed. Thank you for reporting bug! |
Hi to all,
my problem is the - caracter in the filed attrs on the include_ldap_query.
In the last version of sympa (6.1.x) my workaround is changed the value of the List.pm at line:
'include_ldap_query' => {'format' => {'host' => {'format...
...
'attrs' => {'format' => '\w+',
to:
'include_ldap_query' => {'format' => {'host' => {'format...
...
'attrs' => {'format' => '.+',
but now???? This problem blocking my organization....
The text was updated successfully, but these errors were encountered: