Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check User status in LDAP Group w/out admin auth #162

Merged
merged 3 commits into from Apr 28, 2014

Commits on Apr 18, 2014

  1. Check User status in LDAP Group w/out admin auth

    Should allow a user to check group status without requiring admin authentication.
    Not including AD at this point.
    
    Signed-off-by: "Jake Champlin" <jchamplin@jake.champlin.27@gmail.com>
    
    Testing Group List w/out admin auth
    
    Should allow LDAP user to search group membership without authenticating as admin LDAP
    user.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Check for group status w/out admin auth
    
    Need to dev better way of testing changes. Laziness ensues.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Forgot return statement. Silly
    
    Not too bright.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Testing still. Returning all known groups.
    
    Hopefully will return all LDAP groups with filter in place.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Basic Commits
    
    Commit 6.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Commit.
    
    Unsure of how to test gems locally without pulling into a ruby app
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Commit.
    
    gah.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Debugging statements
    
    Just work
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Complete shit commit
    
    Horrible coding practices.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Cleaning up commit.
    
    Commit Cleanup.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Cleanup Commit
    
    Debugging Still.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    It works
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Working Gem so far
    
    Gem works to find groups to authenticate by without neededing admin auth
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Works Still.
    
    Still works as a passable gem.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Debugging statements
    
    Debugs
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Adding Check Membership for Auth
    
    Adding membership check without admin authentication as a config option.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Fixed a spelling error
    
    Took 10 minutes. Wow
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    
    Added logging statement for Auth
    
    Added logging statement for authentication tests
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    grubernaut committed Apr 18, 2014
    Copy the full SHA
    154b549 View commit details
    Browse the repository at this point in the history
  2. Fixed Formatting Issues for Patch.

    Fixed formatting issues to comply with repo's coding style.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    grubernaut committed Apr 18, 2014
    Copy the full SHA
    96232af View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2014

  1. RSpec Tests for non-admin binded auth

    Quick RSPEC acceptance test for authorizing a user group without binding to admin user
    account.
    
    Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com>
    grubernaut committed Apr 21, 2014
    Copy the full SHA
    bfdae26 View commit details
    Browse the repository at this point in the history