anvc / scalar

Born-digital, open source, media-rich scholarly publishing that’s as easy as blogging.
Other
231 stars 73 forks source link

Add configuration to enable/disable LDAP referrals #153

Closed jakeparis closed 3 years ago

jakeparis commented 3 years ago

My brief research indicates that referrals should be on sometimes, off sometimes based on the server configuration. So I added the ability to turn them on or off.

If the new config item is not set, the previous behavior is maintained: referrals will be turned OFF if ActiveDirectory is enabled, otherwise nothing.

Closes #143

craigdietrich commented 3 years ago

Thanks @jakeparis!