文件操作 - ldaps.rb
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/ruby/uri/ldaps.rb
编辑文件内容
# 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
修改文件时间
将文件时间修改为当前时间的前一年
删除文件