<div dir="ltr"><div><div><div>Dear OME developers,<br><br></div>I&#39;d like to ask if there is plan to support AD authentication on linux platform through Centrify (<a href="http://www.centrify.com/">http://www.centrify.com/</a>) tool. Some of our existing system utilize a small script to verify user credential against AD server:<br>
<br>#!/bin/bash<br><br>adinfo --user $1 --password $2 --auth &gt; /dev/null<br>if [ $? -ne 0 ]; then<br>  exit 1<br>else<br>  echo &quot;OK&quot;<br>  exit 0<br>fi<br><br><br></div>adinfo is a command line tool provided by Centrify.<br>
<br></div>Would it be possible to added this feature to OMERO? I know OMERO support LDAP but LDAP is not available in our organization.<br><br>Thanks,<br>Yanling<br></div>