File: entry.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 (8 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
module ActiveLdap
  class Entry < ActiveLdap::Base
    ldap_mapping :prefix => "",
                 :classes => ["top"],
                 :scope => :sub
    self.dn_attribute = nil
  end
end