LDAP error setting up secondary site

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/25/2009 2:18:39 PM
Gravatar
Total Posts 55

LDAP error setting up secondary site

I am getting an error when trying to create folder based secondary sites using the Administration Menu - Site Settings and using LDAP Authentication.

I get "Could not bind to the LDAP settings as entered or could not bind your credentials in the LDAP directory." All LDAP settings and password used are the same as used setting up LDAP security on main site. Actually, these settings come over when trying to setup the new site, looks like I just have to put in the password but still doesn't take.

Any ideas?

8/25/2009 2:23:00 PM
Gravatar
Total Posts 18439

Re: LDAP error setting up secondary site

I admit I have not tried LDAP in folder based multi sites. You might try enabling related sites mode since both will use the same ldap backend.

Update your Web.config or ideally put it in user.config

<add key="UseRelatedSiteMode" value="true" />

Then it uses the same users as the first site as well.

Hope it works for you,

Joe

8/25/2009 2:32:34 PM
Gravatar
Total Posts 55

Re: LDAP error setting up secondary site

I can make that work for the LDAP authentication. Thanks. Can you delete a folder based sub-site once you create one?

8/25/2009 2:34:56 PM
Gravatar
Total Posts 18439

Re: LDAP error setting up secondary site

Yes, see the FAQ page item about it and how to enable deleting sites. Its disabled by default to protect you from mistakes.

Glad to know that solution works!

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.