lib/generators/adauth/config/templates/config.rb.erb in adauth-1.0.0 vs lib/generators/adauth/config/templates/config.rb.erb in adauth-1.0.1
- old
+ new
@@ -30,6 +30,13 @@
#
# Only allow members of set windows security groups to login
#
# Takes an array for group names
#c.allowed_groups = ["Group1", "Group2"]
+
+ # Windows Security groups to deny
+ #
+ # Only allow users who aren't in these groups to login
+ #
+ # Takes an array for group names
+ #c.denied_groups = ["Group1", "Group2"]
end
\ No newline at end of file