
01-15-2010 01:59 PM
01-15-2010 03:12 PM
01-16-2010 02:39 PM
07-06-2010 08:49 AM
In the implementation guide 7.5 I found that:
"On the Web Server computer, log on as a domain administrator or as a user with rights to
modify the Active Directory.
This user should be the Application Pool user."
What does it mean? In this case, we have to set our WebDll user as domain user with high privileges (with rights to modify Active Directory). We are implementing Saleslogix Web in a big organization (more than 1200 users). We need to understand why "rights to modify Active Directory" is necessary to configure Windows authentication. It could be a security problem to give too much rights to a user in order to launch saleslogix application pool. I understand that we need some rights to modify the SPN's to link webdll user with server in a domain but why rights to modify Active Directory.
I follow different steps (on W2003 sp2) in the implementation guide except to modify user right with active directory but I receive an error after launching start url:
http://crmlab:3334/SlxClient/windows.aspx Object reference not set to an instance of an object. at Sage.Platform.Application.UI.Web.ApplicationPage.P
Any ideas?
07-06-2010 09:02 AM
08-20-2010 03:59 AM
Hi All,
I want a custom redirection after the windows.aspx page.
Purpose is to start SLX on a specific AccountId given in a parameter to the Windows.aspx page.
It already works with the standard login.aspx but not with windows.aspx: SLX always goes to the user default page.
Is it possible to give a parameter such "ReturnUrl" to windows.aspx?
Example:
Thanks
Sincerly,
Charles
08-23-2010 10:54 PM
Unfortunately, do the Mixed Mode Authentication this is not possible. It is possible to create Windows Auth only membership provider that could acheive what you are needing. Review ASP.NET membership providers.
John
John Perona
Director, SalesLogix EngineeringSage SalesLogix
![]()
12-07-2010 03:43 PM
My environment is similar:
SalesLogix 7.5.3 running on Windows 2008 R2
Backend database is SQL 2008 on a separate box (Windows 2008 R2 as well).
For the life of me I can't get the Windows Authentication going for the Web Client users. It keeps redirecting the user to the standard SalesLogix Web login page.
I followed the Sage instructions per line (even added the WebDLL account into Domain Admin group but to no avail). I am not sure what I am doing wrong and I think I followed the instructions correctly. The link that user used to connect is:
http://MySalesLogixServer/SLXclient/Windows.aspx
Any input/help is greatly appreciated.
PS: The documentation that I followed is
How to configure Windows Authentication on Windows Server 2008 for SalesLogix Web Client
Thanks.
BN
01-21-2011 11:50 AM
I'm having the exact same problem as described above except in Windows 2003. I'm pretty sure I followed everyrthing to the letter.
04-28-2011 11:39 AM
Win Auth works fine for me, except when I want to link directly to entities. Each time I try to, it takes me to the login.aspx page. Looks like Forms Auth won't let me override this.
That being said - what are my options? Has anyone implemented this scenario before?