D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
ruby
/
uri
/
Filename :
ldaps.rb
back
Copy
# frozen_string_literal: false # = uri/ldap.rb # # License:: You can redistribute it and/or modify it under the same term as Ruby. # # See URI for general documentation # require 'uri/ldap' module URI # The default port for LDAPS URIs is 636, and the scheme is 'ldaps:' rather # than 'ldap:'. Other than that, LDAPS URIs are identical to LDAP URIs; # see URI::LDAP. class LDAPS < LDAP # A Default port of 636 for URI::LDAPS DEFAULT_PORT = 636 end @@schemes['LDAPS'] = LDAPS end
Name
Size
Last Modified
Owner
Permissions
Actions
common.rb
19.979
KB
April 05 2021 11:46:35
root
0644
ftp.rb
7.087
KB
April 05 2021 11:46:35
root
0644
generic.rb
35.985
KB
April 05 2021 11:46:35
root
0644
http.rb
2.383
KB
April 05 2021 11:46:35
root
0644
https.rb
0.597
KB
April 05 2021 11:46:35
root
0644
ldap.rb
5.766
KB
April 05 2021 11:46:35
root
0644
ldaps.rb
0.489
KB
April 05 2021 11:46:35
root
0644
mailto.rb
7.872
KB
April 05 2021 11:46:35
root
0644
rfc2396_parser.rb
17.382
KB
December 06 2024 2:22:57
root
0644
rfc3986_parser.rb
6.229
KB
December 06 2024 2:22:57
root
0644
2017 © D7net | D704T team