Readme.rdoc in adauth-1.0.1 vs Readme.rdoc in adauth-1.1.0

- old
+ new

@@ -41,14 +41,20 @@ base: "dc=example, dc=com" pass_allowed_groups: - group fail_allowed_groups: - no_group + pass_allowed_ous: + - ou + fail_allowed_ous: + - no_ou user: login: username password: password group: group + ou: ou_user_is_in + email: email_of_user_in_ad The domain portion of this file is pretty self explanatory, they are the same as the code above for creating a domain connection. ALL options need to be set here. The pass and fail allowed groups need to be an array with pass containing a group that the test user is a member of and fail containing a group that the test user isn't a member of. (The fail group doesn't have to exist)