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

  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 35 ATTRIBUTE MS-Acct-Auth-Type 23 integer Microsoft
67 # MS-Acct-Auth-Type Values
69 VALUE MS-Acct-Auth-Type PAP 1
70 VALUE MS-Acct-Auth-Type CHAP 2
71 VALUE MS-Acct-Auth-Type MS-CHAP-1 3
72 VALUE MS-Acct-Auth-Type MS-CHAP-2 4
73 VALUE MS-Acct-Auth-Type EAP 5
dictionary 112 ATTRIBUTE Auth-Type 1000 integer
218 VALUE Auth-Type Local 0
219 VALUE Auth-Type System 1
220 VALUE Auth-Type SecurID 2
221 VALUE Auth-Type Crypt-Local 3
222 VALUE Auth-Type Reject 4
227 VALUE Auth-Type Pam 253
228 VALUE Auth-Type None 254
dictionary.ascend 95 ATTRIBUTE Ascend-Require-Auth 201 integer
125 ATTRIBUTE Ascend-Send-Auth 231 integer
193 VALUE Ascend-Send-Auth Send-Auth-None 0
194 VALUE Ascend-Send-Auth Send-Auth-PAP 1
195 VALUE Ascend-Send-Auth Send-Auth-CHAP 2
196 VALUE Ascend-Send-Auth Send-Auth-MS-CHAP
    [all...]
dictionary.compat 20 VALUE Auth-Type Unix 1
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 237 # Actually, as an auth-param value can be either a token or a quoted-string, they are combined in a single pattern which matches both:
409 # That list is tricky since sub-URIs can take the same auth, or the
410 # auth scheme may change as you descend the tree.
411 # So we also need each Auth instance to be able to tell us
459 """Only do qop='auth' and MD5, since that
465 qop = self.challenge.get('qop', 'auth')
466 self.challenge['qop'] = ('auth' in [x.strip() for x in qop.split()]) and 'auth' or None
615 auth = dict(Email=credentials[0], Passwd=credentials[1], service=service, source=headers['user-agent'])
616 resp, content = self.http.request("https://www.google.com/accounts/ClientLogin", method="POST", body=urlencode(auth), headers={'Content-Type': 'application/x-www-form-urlencoded'}
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 167 this.authToken_ = this.extractResponseField_(xhr.responseText, 'Auth');
258 var headers = {'Authorization': 'GoogleLogin auth=' + this.authToken_};
278 headers['Authorization'] = 'GoogleLogin auth=' + this.authToken_;
  /external/openssh/
configure     [all...]

Completed in 481 milliseconds