I know it sounds a bit daft, but I want to deactivate the user account until I have assigned them to their correct working groups. Something like:
- Code: Select all
omero.ldap.new_user_status=Disabled
The reason for this is that in the Binary Repository (ASIDE: my "omero.fs.repo.path" is %groupId%/%group%/%user%_%userId%//%year%-%month%%day%/%time%), my users uploads may be in:
- Code: Select all
3/NewUsers/%user%_%userId%//%year%-%month%%day%/%time%
Instead of
- Code: Select all
5/MyLabGroup/%user%_%userId%//%year%-%month%%day%/%time%
(For an explaination of why I use this omero.fs.repo.path, see http://www.openmicroscopy.org/community/viewtopic.php?f=4&t=7485)
Is there a way to do this or do i just need to wrangle my users better?
Cheers,
Dave