Compare commits
1 Commits
d82b1c73c0
...
b0482de8a7
Author | SHA1 | Date |
---|---|---|
|
b0482de8a7 |
|
@ -626,7 +626,6 @@ HUEY = {
|
|||
'store_errors': True, # Store error info if task throws exception.
|
||||
'blocking': False, # Poll the queue rather than do blocking pop.
|
||||
'backend_class': 'huey.RedisHuey', # Use path to redis huey by default,
|
||||
'immediate': False,
|
||||
'connection': {
|
||||
'host': 'redis',
|
||||
'port': 6379,
|
||||
|
|
|
@ -9,7 +9,7 @@ import json
|
|||
server = Server(settings.LDAP_SERVER)
|
||||
conn = Connection(
|
||||
server,
|
||||
f'cn=admin, {settings.LDAP_ROOT}',
|
||||
'cn=admin, dc=maidstone-hackspace, dc=org, dc=uk',
|
||||
settings.LDAP_PASSWORD,
|
||||
auto_bind=True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue