Matthias Lay
2019-Jul-01 09:33 UTC
Variable expansion with variables containing '%' (ldap with 2.3.6)
Hi, there seems to be a problem when expanding variables containing a single '%' in value in dovecot V2.3.6 having a user defined Variable in user_attrs like user_attrs = name=home=/maildir/%Ln, =myvar=path/%L{ldap:sAMAccountName} and sAMAccountName conains a '%', in my example "sonder%zeichen" leads to: lda(sonder%zeichen)<5723><ov9uCHjOGV1bFgAACDoIoQ>: Fatal: Failed to expand plugin setting myvar = 'path/sonder%zeichen': Unknown variable '%z' same setup works with dovecot 2.2.29 Any Feedback appreciated. Thanks. Matze
Aki Tuomi
2019-Jul-01 10:08 UTC
Variable expansion with variables containing '%' (ldap with 2.3.6)
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> <br> </div> <blockquote type="cite"> <div> <br> </div> <div> <br> </div> <div> Hi, </div> <div> <br> </div> <div> there seems to be a problem when expanding variables containing a </div> <div> single '%' in value in dovecot V2.3.6 </div> <div> <br> </div> <div> having a user defined Variable in user_attrs like </div> <div> <br> </div> <div> user_attrs = name=home=/maildir/%Ln, </div> <div> =myvar=path/%L{ldap:sAMAccountName} </div> <div> <br> </div> <div> <br> </div> <div> and sAMAccountName conains a '%', in my example "sonder%zeichen" </div> <div> leads to: </div> <div> <br> </div> <div> lda(sonder%zeichen)<5723><ov9uCHjOGV1bFgAACDoIoQ>: Fatal: Failed to </div> <div> expand plugin setting myvar = 'path/sonder%zeichen': Unknown </div> <div> variable '%z' </div> <div> <br> </div> <div> same setup works with dovecot 2.2.29 </div> <div> <br> </div> <div> Any Feedback appreciated. </div> <div> Thanks. </div> <div> Matze </div> </blockquote> <div> <br> </div> <div> You can use %% to escape a % </div> <div class="io-ox-signature"> <pre>--- Aki Tuomi</pre> </div> </body> </html>
Matthias Lay
2019-Jul-01 10:37 UTC
Variable expansion with variables containing '%' (ldap with 2.3.6)
Am Mon, 1 Jul 2019 13:08:46 +0300 (EEST) schrieb Aki Tuomi <aki.tuomi at open-xchange.com>:> Hi, > > there seems to be a problem when expanding variables containing a > single '%' in value in dovecot V2.3.6 > > having a user defined Variable in user_attrs like > > user_attrs = name=home=/maildir/%Ln, > =myvar=path/%L{ldap:sAMAccountName} > > > and sAMAccountName conains a '%', in my example "sonder%zeichen" > leads to: > > lda(sonder%zeichen)<5723><ov9uCHjOGV1bFgAACDoIoQ>: Fatal: Failed to > expand plugin setting myvar = 'path/sonder%zeichen': Unknown > variable '%z' > > same setup works with dovecot 2.2.29 > > Any Feedback appreciated. > Thanks. > Matze > > You can use %% to escape a % > --- > Aki Tuomi >Hi Aki, nope this doesnt work. if I use 'sonder%%zeichen', the ldap lookup searches for the User/Value "sonder%%zeichen" in ldap/AD. what fails, as this user doesnt exist. and I cant escape the value in all cases anyway, as its an remote value, coming from the ldap server. seems to me the sequence of intepreting variables and modifiers changed between 2.2 ans 2.3 now it gets the variable value from remote in the first place, and interprets the value itself for more variables or modifiers, which might not be what you want. like in a subquery using @mail=%{ldap:mailDN} but I dont use subqueries. just a simple expansion =myvar=%{ldap:mailDN} any more ideas?
Maybe Matching Threads
- Variable expansion with variables containing '%' (ldap with 2.3.6)
- Variable expansion with variables containing '%' (ldap with 2.3.6)
- Variable expansion with variables containing '%' (ldap with 2.3.6)
- Variable expansion with variables containing '%' (ldap with 2.3.6)
- Variable expansion with variables containing '%' (ldap with 2.3.6)