File: ldap_controls.rb

package info (click to toggle)
ruby-activeldap 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,588 kB
  • sloc: ruby: 18,143; sh: 12; makefile: 5
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