File: ldap_controls.rb

package info (click to toggle)
ruby-activeldap 4.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,524 kB
  • ctags: 1,815
  • sloc: ruby: 17,656; makefile: 15
file content (11 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
module ActiveLdap
  module LdapControls
    PAGED_RESULTS         = "1.2.840.113556.1.4.319"
    ASSERTION             = "1.3.6.1.1.12"
    PRE_READ              = "1.3.6.1.1.13.1"
    POST_READ             = "1.3.6.1.1.13.2"
    SUBENTRIES            = "1.3.6.1.4.1.4203.1.10.1"
    MANAGE_DSA_IT         = "2.16.840.1.113730.3.4.2"
    PROXIED_AUTHORIZATION = "2.16.840.1.113730.3.4.18"
  end
end