<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hello,<br><br>I have 2 questions. Using Beta4.1.0<br><br>1 - I have LDAP authentication working (creates an account on initial auth)  however it doesn't work with groups yet. I added:<br>bin/omero config set omero.ldap.groups OmeroUsers<br>restart server<br><br>I've created a group: cn=OmeroUsers in LDAP and put my cn=kent as memberUid=kent<br><br>I was able to login without adding the omero.ldap.groups=OmeroUsers, but can't now. Is there something missing? Does the group need to have the full DN of the user or do I need to have the full DN of the group to allow access?<br><br>2 - Django logs writing DEBUG info, how to disable.<br><br>in lib/python/omeroweb/settings.py:<br><br># Debuging mode. <br># A boolean that turns on/off debug mode.<br># For logging configuration please change 'LEVEL = logging.INFO' below<br># <br># NEVER DEPLOY a site into production with DEBUG turned on.<br>DEBUG = False # handler404 and handler500 works only when False<br>TEMPLATE_DEBUG = DEBUG<br><br>I'm assuming "DEBUG = False" is off, but logs are still showing DEBUG messages, in particular clear text passwords. How do I turn this off?<br><br><br>Kent<br></div></body></html>