Method: Origen::Users::User#raw

Defined in:
lib/origen/users/user.rb

#rawObject Also known as: display

Prints all raw data available on the given user from the FSL application directory.

Most of the useful data is already exposed through the available user methods, but if you want to get any of these parameters they can be fetched via the lookup method.



125
126
127
128
# File 'lib/origen/users/user.rb', line 125

def raw
  Origen.ldap.display(self)
  nil
end