Home | History | Annotate | Download | only in server

Lines Matching refs:ldaps

230             ldaps = re.search(r"document.write\('(.*)'\)", url_content)
231 if not ldaps:
232 logging.warning('Could not retrieve sheriff ldaps for: %s',
236 for alias in ldaps.group(1).split(',')]