richardun / active_directory

Native Ruby Access to Microsoft Active Directory
http://rubyforge.org/projects/activedirectory
12 stars 8 forks source link

ActiveDirectory::User.member_of? ArgumentError depending on :select usage #3

Open cthielen opened 12 years ago

cthielen commented 12 years ago

Depending on the :select attribute given to ActiveDirectory::User.find, User.member_of? can fail. Perhaps the required attributes (not sure what they are) should always be selected.

cthielen commented 12 years ago

https://gist.github.com/2431102