LDAP, changed AD Server, no Mojo Login..

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
1/4/2013 11:29:31 AM
Gravatar
Total Posts 27

LDAP, changed AD Server, no Mojo Login..

The Active Directory server has been replaced, this now has a new name.
Unfortunately now Mojologin no longer possible.

I can not login to change the hostname of the AD Serves in a configuration file?
Thanks for help !

1/4/2013 11:38:27 AM
Gravatar
Total Posts 18439

Re: LDAP, changed AD Server, no Mojo Login..

You'll have to do it directly in the database in the mp_Sites table in the LdapServer column. There is no other way that I know of. 

Then you will need to touch web.config or recycle the app to clear the site settings from the cache.

Hope that helps,

Joe

1/4/2013 12:59:47 PM
Gravatar
Total Posts 27

Re: LDAP, changed AD Server, no Mojo Login..

Joe, thank you for this information.
After some searching, i can find the Value from my AD-Server with the SQL-Statement:

SELECT [LdapServer] FROM [cms_db].[dbo].[mp_Sites]

UPDATE [cms_db].[dbo].[mp_Sites]
SET LdapServer='s1.domain.net'
SELECT [LdapServer] FROM [cms_db].[dbo].[mp_Sites]

Thanks !

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