You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using AdAuth in a couple apps for awhile and recently upgraded one to 2.0.3 and most of my users are fine, but for one particular user I'm getting an error in the above mentioned line about not being able to split nil. The relevant part of the stack trace:
I've checked and the user is pretty much in the same groups as another user with similar groups. I assume that there's something misconfigured in her AD account, I just can't seem to figure out what.
The text was updated successfully, but these errors were encountered:
Well I got the user working by removing one group from her group list. I'm not entirely sure I understand what that would change though if you have some insight.
I've been using AdAuth in a couple apps for awhile and recently upgraded one to 2.0.3 and most of my users are fine, but for one particular user I'm getting an error in the above mentioned line about not being able to split nil. The relevant part of the stack trace:
adauth (2.0.3) lib/adauth/ad_objects/group.rb:51:in
cn_groups' adauth (2.0.3) lib/adauth/ad_object.rb:111:in
block in cn_groups_nested'adauth (2.0.3) lib/adauth/ad_object.rb:109:in
each' adauth (2.0.3) lib/adauth/ad_object.rb:109:in
cn_groups_nested'adauth (2.0.3) lib/adauth/authenticate.rb:26:in
allowed_to_login' adauth (2.0.3) lib/adauth/authenticate.rb:10:in
authenticate'app/controllers/sessions_controller.rb:8:in `create'
I've checked and the user is pretty much in the same groups as another user with similar groups. I assume that there's something misconfigured in her AD account, I just can't seem to figure out what.
The text was updated successfully, but these errors were encountered: