Revision 085f8860
Added by Marc Dequènes over 15 years ago
- ID 085f88605805491e10d0953006ef9689b8353163
lib/cyborghood/objects/ldap.rb | ||
---|---|---|
end
|
||
|
||
class LdapPerson < ActiveLdap::Base
|
||
ldap_mapping :dn_attribute => 'uid', :prefix => '', :classes => ['person', 'extInetOrgPerson']
|
||
ldap_mapping :dn_attribute => 'uid', :prefix => '', :classes => ['individual']
|
||
end
|
||
end
|
Also available in: Unified diff
[fix] adapt to new schema (until proper mapping objects are used)