[ome-devel] AD authentication
Yanling Liu
vrnova at gmail.com
Thu Aug 8 14:59:05 BST 2013
Dear OME developers,
I'd like to ask if there is plan to support AD authentication on linux
platform through Centrify (http://www.centrify.com/) tool. Some of our
existing system utilize a small script to verify user credential against AD
server:
#!/bin/bash
adinfo --user $1 --password $2 --auth > /dev/null
if [ $? -ne 0 ]; then
exit 1
else
echo "OK"
exit 0
fi
adinfo is a command line tool provided by Centrify.
Would it be possible to added this feature to OMERO? I know OMERO support
LDAP but LDAP is not available in our organization.
Thanks,
Yanling
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openmicroscopy.org.uk/pipermail/ome-devel/attachments/20130808/595e2187/attachment.html>
More information about the ome-devel
mailing list