File: ou.rb

package info (click to toggle)
ruby-activeldap 1.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,488 kB
  • sloc: ruby: 16,636; makefile: 10
file content (4 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (7)
1
2
3
4
class Ou < ActiveLdap::Base
  ldap_mapping :dn_attribute => 'ou', :prefix => '',
               :classes => ['top', 'organizationalUnit']
end