Revision 4583e4d9
Added by Marc Dequènes over 15 years ago
- ID 4583e4d9381361433e09827a747450c97924a2ed
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)