Deactivating LDAP users upon first login
Posted: Mon Jun 16, 2014 9:07 am
I have a 5.0.2 OMERO build running on Ubuntu. I'm set up with LDAP authentication, with "omero.ldap.new_user_group" set so new users are placed into a "NewUsers" group.
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:
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:
Instead of
(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
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