Unable to change Authentication Settings with build 3776
Hi,
I navigated to the Administration settings as the administrator with build 3776. The "edit settings" link has been removed for "Authentication Settings" in Server Configuration. Is this intentional?
Thanks,
-Dave
Please sign in to leave a comment.
Dave, that's right, we've removed these settings when we were adding LDAP auth scheme. In fact, it looks risky to change auth scheme from web and loose possibility to login because of misconfiguration - and this become possible when adding LDAP.
So now auth settings should be setup directly in .BuildServer/config/main-config.xml
Regards,
KIR
So, changing any of these settings now must be done directly
in the xml file?:
- Enabling/disabling User self-registration
- Changing the Welcome text
- Enabling/disabling guest user login
How would you change authentication to LDAP for example?
Is this documented anywhere?
-Dave
Dave Leskovac wrote:
There's some very basic doc here
http://www.jetbrains.net/confluence/display/TCD/Authentication+Settings
I can also recommend the following :-/
http://www.jetbrains.net/confluence/display/TW/HowtoDebug+problems
R
Thanks for the tip, Robert.