fix hs (for real this time)
parent
8d4e0a741b
commit
c8512991ed
|
@ -31,7 +31,7 @@ def hs(phenny, input):
|
||||||
results = RESULTS_URL.format(urlquote(q))
|
results = RESULTS_URL.format(urlquote(q))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
s = search('(|(uupid={0})(mail={0})(cn={1}))'.format(q))
|
s = search('(|(uupid={0})(mail={0})(cn={0}))'.format(q))
|
||||||
if not s:
|
if not s:
|
||||||
s = search('(|(uupid=*{0}*)(mail=*{0}*)(cn=*{1}*))'.format(q, '*'.join(q.split(' '))))
|
s = search('(|(uupid=*{0}*)(mail=*{0}*)(cn=*{1}*))'.format(q, '*'.join(q.split(' '))))
|
||||||
except ldap.FILTER_ERROR:
|
except ldap.FILTER_ERROR:
|
||||||
|
|
Loading…
Reference in New Issue