Module: Aker::Ldap::UserExt
- Defined in:
- lib/aker/ldap/user_ext.rb
Overview
Extensions to User for users that were found in an LDAP server.
Instance Attribute Summary collapse
-
#ldap_attributes ⇒ Hash<Symbol, Array<String>>
A hash of all the attributes in the user’s ldap record.
Instance Attribute Details
#ldap_attributes ⇒ Hash<Symbol, Array<String>>
A hash of all the attributes in the user’s ldap record. The keys are downcased versions of the (case-insensitive) LDAP keys. Values are arrays of strings (since LDAP allows multiple instances of the same key).
17 18 19 |
# File 'lib/aker/ldap/user_ext.rb', line 17 def ldap_attributes @ldap_attributes end |