HomeSort by relevance Sort by last modified time
    Searched refs:ldaps (Results 1 - 3 of 3) sorted by null

  /external/curl/
androidconfigure 61 # Disable LDAP and LDAPS support.
63 --disable-ldaps
configure     [all...]
  /external/autotest/server/
site_utils.py 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(',')]
    [all...]

Completed in 493 milliseconds