Skip to content

Commit

Permalink
cleanup patches, make them better readable, add deprecation and merge…
Browse files Browse the repository at this point in the history
… gruf_support in pas to reduce complexicty
  • Loading branch information
jensens committed Mar 11, 2015
1 parent bb791b9 commit 6f34326
Show file tree
Hide file tree
Showing 6 changed files with 410 additions and 256 deletions.
5 changes: 0 additions & 5 deletions Products/PlonePAS/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
else:
from Products.PlonePAS import ldapmp

#################################
# pas monkies 2 play w/ gruf
if config.PAS_INSIDE_GRUF:
from Products.PlonePAS import gruf_support


####################################
# monkey patch pas, the evil happens
Expand Down
2 changes: 1 addition & 1 deletion Products/PlonePAS/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PROJECTNAME = 'PlonePAS'
GLOBALS = globals()

PAS_INSIDE_GRUF = True
PAS_INSIDE_GRUF = False

DEFAULT_CHALLENGE_PROTOCOL = ['http']
DEFAULT_PROTO_MAPPING = {
Expand Down
143 changes: 0 additions & 143 deletions Products/PlonePAS/gruf_support.py

This file was deleted.

0 comments on commit 6f34326

Please sign in to comment.