Installed login_generator gem and let the generator build its basic
setup
Modified the generated user model:
Thank you very much for this start. Are you storing any objects (aside from
user & pass) in AD that you are retrieving into the session hash?
At present, I’m just using AD for an authentication yes/no. I will soon
need
some authorization, but have not yet decided how I want to proceed. I
want to
look at Ezra Z.'s acl_system plugin and perhaps hook that in
with
LDAP to map AD groups to application roles.
I explored ActiveLDAP for a time, but it has more features than I needed
and
I didn’t want to mess around at the time with getting access to the
schema so
it could be “Active”.