mxcube / mxcubecore

Backend used by MXCuBE
http://mxcube.github.io/mxcube/
GNU Lesser General Public License v3.0
11 stars 52 forks source link

ISPyB mock: drop ldap server code #895

Closed elmjag closed 6 months ago

elmjag commented 6 months ago

Remove the code that 'deals' with authServerType and ldapServer ISPyBClientMockup properties.

The LDAP mode is not really used in the code. The object does not change behaviour when authServerType is changed. Let's drop LDAP bits, as it creates unnecessary complication when using MxCube with mock hwobjs.

elmjag commented 6 months ago

also, see related PR in mxcubeweb: https://github.com/mxcube/mxcubeweb/pull/1185

marcus-oscarsson commented 6 months ago

Looks good to me :)