<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Single Sign On"]]></title>
		<link>http://www.sysaid.com/Sysforums/posts/list/102.page</link>
		<description><![CDATA[Latest messages posted in the topic "Single Sign On"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Single Sign On</title>
				<description><![CDATA[ Here's the instructions on how to define single sign on:<br /> <br /> These instructions are relevant only if you have LDAP integration with an Active Directory domain. You can configure single sign-on to automatically authenticate the users using the NTLM protocol (according to the credentials they used to login to the domain)<br /> <br /> It is also possible to configure SysAid to use Integrated Windows Authentication (single signon) by integrating with IIS, and then letting the IIS handle the SSO authentication. For more information on this, please contact us.<br /> <br /> To configure single sign-on using the built-in tomcat webserver please edit the ...\SysAidServer\root\WEB-INF\conf\serverConf.xml file and add the following lines after the &lt;externalLoginClass&gt;none&lt;/externalLoginClass&gt; line:<br /> <br /> &lt;ntlmAuth&gt;<br /> &lt;ntlmParam&gt;<br /> &lt;ntlmParamName&gt;jcifs.smb.client.domain&lt;/ntlmParamName&gt;<br /> &lt;ntlmParamValue&gt;ACME&lt;/ntlmParamValue&gt;<br /> &lt;/ntlmParam&gt;<br /> &lt;ntlmParam&gt;<br /> &lt;ntlmParamName&gt;jcifs.http.domainController&lt;/ntlmParamName&gt;<br /> &lt;ntlmParamValue&gt;DC1.acme.com&lt;/ntlmParamValue&gt;<br /> &lt;/ntlmParam&gt;<br /> &lt;ntlmParam&gt;<br /> &lt;ntlmParamName&gt;jcifs.smb.client.username&lt;/ntlmParamName&gt;<br /> &lt;ntlmParamValue&gt;username_on_AD&lt;/ntlmParamValue&gt;<br /> &lt;/ntlmParam&gt;<br /> &lt;ntlmParam&gt;<br /> &lt;ntlmParamName&gt;jcifs.smb.client.password&lt;/ntlmParamName&gt;<br /> &lt;ntlmParamValue&gt;password_of_the_above_username&lt;/ntlmParamValue&gt;<br /> &lt;/ntlmParam&gt;<br /> &lt;ntlmParam&gt;<br /> &lt;ntlmParamName&gt;jcifs.smb.lmCompatibility&lt;/ntlmParamName&gt;<br /> &lt;ntlmParamValue&gt;3&lt;/ntlmParamValue&gt;<br /> &lt;/ntlmParam&gt;<br /> &lt;/ntlmAuth&gt;<br /> <br /> <br /> make sure to replace:<br /> 1. ACME – with the NetBIOS domain name (pre-Windows 2000).<br /> 2. DC1.acme.com – with the hostname or IP address of your domain controller.<br /> 3. username_on_AD – with a username on Active Directory (any domain user should be fine. No administrative permissions needed. Make sure to set the Password never expires, so that the integration won't break whenever the password expires).<br /> 4. password_of_the_above_username – the password of the mentioned user account.<br /> <br /> After saving these changes, please restart the SysAid Server service to apply the new integration.<br /> <br /> If all of the above doesn't help, there's an additional change that has to be made in the Domain Controller Security Settings.<br /> Find Local Policies\Security Options and then set the Network Security: LAN Manger Authentication Level to “Send LM & NTLM responses”. Other values may have apply as well. This is the one that worked for us.<br /> <br /> Please let me know if that answers your question. If not, or you need further assistance, please don't hesitate to contact us. Your response will be highly appreciated.<br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/643.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/643.page</link>
				<pubDate><![CDATA[Fri, 20 Jun 2008 10:35:02]]> GMT</pubDate>
				<author><![CDATA[ CliGil]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ What happen to the existing user if I apply SSO later on ?<br /> Will it be duplicated ?<br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/671.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/671.page</link>
				<pubDate><![CDATA[Fri, 20 Jun 2008 16:12:32]]> GMT</pubDate>
				<author><![CDATA[ Obelix]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ <br /> <br /> [quote=Obelix]What happen to the existing user if I apply SSO later on ?<br /> Will it be duplicated ?<br /> [/quote]<br /> <br /> SSO does not import user details to database it just handle the authentication of the users. LDAP integration will continue to import the users but will not handle the authentication.<br /> <br /> Let me describe more about idea and details of the Single Sign On:<br /> <br /> If you already logged in with a trusted source why you need to login again to other systems -- the other systems should check with the trusted source that you already logged in and then let you in.<br /> <br /> In the above details the trusted source is the Windows Domain Controller (aka Active Directory) and if you already logged in to your machine you will not need to login to SysAid. The web browser will do the authentication for you using the NTLM protocol (in similar method you do not need to enter user/password for each network resource you use). The Sysaid Login page will be disappearing and you will automatically log in if you have valid user in SysAid and you already logged in to the domain.<br /> <br /> SysAid also support other methods of SSO (E.g. CAS). However if you have windows domain the most simple configuration is to use this "Integrated Windows Authentication"<br /> <br /> One issue that can arise if you enable the SSO is that you will not able to login with a different user name then the user logged in to the windows. A simple workaround is to temporary disable NTLM in your web browser when you need to login as different user.<br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/675.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/675.page</link>
				<pubDate><![CDATA[Fri, 20 Jun 2008 18:52:02]]> GMT</pubDate>
				<author><![CDATA[ Israel Lifshitz]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ I activated mine when I switch to a new installation on a new server so I did not create users on the new server. I let the LDAP integration pull them all into SysAid ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/676.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/676.page</link>
				<pubDate><![CDATA[Fri, 20 Jun 2008 18:54:52]]> GMT</pubDate>
				<author><![CDATA[ CliGil]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Excellent suggestion regarding logging in as other users. I have had the need a couple times in the past to do just that. <br /> <br /> Thanks for the tip!]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/677.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/677.page</link>
				<pubDate><![CDATA[Fri, 20 Jun 2008 18:59:03]]> GMT</pubDate>
				<author><![CDATA[ CliGil]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ [b]Israel..[/b]<br /> Ok... I thought ldap integration and SSO is interchangeable... my bad.<br /> I'm not interested in SSO... another layer of security is always good especially as it got more and more powerful feature.<br /> <br /> Let me rephrase my question... what happened to the existing users if I activate ldap integration later ?<br /> Will the users be duplicated ?<br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/678.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/678.page</link>
				<pubDate><![CDATA[Sat, 21 Jun 2008 00:03:50]]> GMT</pubDate>
				<author><![CDATA[ Obelix]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Obelix,<br /> <br /> When LDAP imports the user account into SysAid, the user account will look like this "DOMAIN\username"<br /> <br /> Where right now you only have the username. SO the difference is that after LDAP is integrated the users accounts brought in from the domain will require the domain name as part of the login username.<br /> So unless you already have an account like "DOMAIN\username" then it will recreate the users and both accounts will exist.<br /> <br /> You can control which OU it pulls from, incase you do not want to create an account for all your users. <br /> <br /> Using LDAP we do not need to require the users to login into the help desk because they have already logged into their computer. The computer will have access to information way more sensitive than anything that the help desk will have.<br /> <br /> So I make it easy on them with SSO. They will log into the helpdesk with the exact same username and password that they used to get into their computer. Since they are already authenticated why not remove a step from the end user making it easier for them and by making it easier for them they are more likely to use it.<br /> <br /> We do not have anyone outside of the comapny accessing the helpdesk.<br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/680.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/680.page</link>
				<pubDate><![CDATA[Sat, 21 Jun 2008 08:55:47]]> GMT</pubDate>
				<author><![CDATA[ CliGil]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ [quote=CliGil]<br /> When LDAP imports the user account into SysAid, the user account will look like this "DOMAIN\username"<br /> <br /> [/quote]<br /> <br /> CliGil,<br /> <br /> The user name looks like  "DOMAIN\username" only if you have more then one domains. <br /> <br /> In most cases ther user name is just "username". In such case migration to LDAP integration will be simple if the old usernames are the same names that listed in the A.D.<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/752.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/752.page</link>
				<pubDate><![CDATA[Sun, 22 Jun 2008 16:44:16]]> GMT</pubDate>
				<author><![CDATA[ Israel Lifshitz]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ [quote=Israel Lifshitz]<br /> The user name looks like  "DOMAIN\username" only if you have more then one domains. <br /> <br /> In most cases ther user name is just "username". In such case migration to LDAP integration will be simple if the old usernames are the same names that listed in the A.D.<br /> <br /> [/quote]<br /> <br /> <br /> Israel, thanks for clarifying that for me. We do have multiple domains in our forest.<br /> <br /> in order to clarify, if we have an existing username in SysAid of "helix" and we have a single domain with a user account "helix", when we active the LDAP integration the domain useraccount "helix" will replace the one in SysAid?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/753.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/753.page</link>
				<pubDate><![CDATA[Sun, 22 Jun 2008 19:36:11]]> GMT</pubDate>
				<author><![CDATA[ CliGil]]></author>
			</item>
			<item>
				<title>Single Sign On</title>
				<description><![CDATA[ Cligil...<br /> <br /> If the user is duplicated what happened to the existing ?<br /> Since we already got a new one (with domain) will the old account stil able to generate SR ?<br /> If not can I safely delete the old account without losing any SR ?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/755.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/755.page</link>
				<pubDate><![CDATA[Sun, 22 Jun 2008 21:35:34]]> GMT</pubDate>
				<author><![CDATA[ Obelix]]></author>
			</item>
			<item>
				<title>Single Sign On</title>
				<description><![CDATA[ [quote=Obelix]Cligil...<br /> <br /> If the user is duplicated what happened to the existing ?<br /> Since we already got a new one (with domain) will the old account stil able to generate SR ?<br /> If not can I safely delete the old account without losing any SR ?[/quote]<br /> <br /> Obelix, <br /> <br /> In my situation both user accounts existed, one with the domain name as part of the username and the original. Because I only have internal users I ended up deleteing all existing users and allowing the LDAP integration to pull in all the users.<br /> The existing service requests remained open. They changed only in that it recongnized the user was no longer an existing account and you can change it or leave the user reference.<br /> <br /> So yes, I have deleted user accounts without losing the SR.<br /> <br /> As far as the old one being able to generate a SR, if the user account is a domain account when they try to access the helpdesk it should log the SR as that domain account, even if that domain name does not exist as a current user account in SysAid.<br /> <br /> Hope this helps]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/763.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/763.page</link>
				<pubDate><![CDATA[Sun, 22 Jun 2008 23:19:58]]> GMT</pubDate>
				<author><![CDATA[ CliGil]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ I don't know... it sounds messy.<br /> But thanks for the info cligil...<br /> *slight nod smile*<br /> Much much appreciated...]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/764.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/764.page</link>
				<pubDate><![CDATA[Sun, 22 Jun 2008 23:33:10]]> GMT</pubDate>
				<author><![CDATA[ Obelix]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Not that you have this option but when I migrated SysAid to a new server I enabled LDAP right from the start and I do not have any none domain accounts.<br /> <br /> For me everything works like a champ.<br /> <br /> *shrug*<br /> <br />  <img src="http://www.sysaid.com/Sysforums/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/766.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/766.page</link>
				<pubDate><![CDATA[Sun, 22 Jun 2008 23:48:11]]> GMT</pubDate>
				<author><![CDATA[ CliGil]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ [quote=CliGil]<br /> in order to clarify, if we have an existing username in SysAid of "helix" and we have a single domain with a user account "helix", when we active the LDAP integration the domain useraccount "helix" will replace the one in SysAid?[/quote]<br /> <br /> Yes. The username "helix" will remain and SysAid just override the attributes from the A.D. (e.g. email, phone)]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/768.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/768.page</link>
				<pubDate><![CDATA[Mon, 23 Jun 2008 00:52:09]]> GMT</pubDate>
				<author><![CDATA[ Israel Lifshitz]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ CilGil,<br /> <br /> If you use the system with single domain (i.e. "username" users) for a while and then changed it to multiple domains (i.e. "DOMAIN\username" style) you will have the following issues:<br /> <br /> 1. Duplicates users in the database.<br /> 2. Users will not be able to view their old SRs created with the "username" style because SysAid consider them as different users.<br /> <br /> The fix are simple:<br /> <br /> 1. Delete yourself the old users with the multiple record delete option in "End User Manager" page.<br /> 2. Contact SysAid support so we help you to changes the username in the old SRs directly in the database.<br /> <br /> One note:<br /> It’s better to contact support just after (or just before) you migrate to multiple domain because the database have SRs only with one style. Now your database has mixed record.<br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/769.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/769.page</link>
				<pubDate><![CDATA[Mon, 23 Jun 2008 01:05:35]]> GMT</pubDate>
				<author><![CDATA[ Israel Lifshitz]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Okay i have an issue with SSO, funny thing is i managed to get this working at my last place of employment. Essentially i am not getting SSO to work, i have setup IE correctly and added the site to the Intranet Sites in security but cannot get it to authenticate, it does authenticate users (LDAP imported users) if i type in the login DOMAINNAME\username and password.<br /> <br /> Below is my ServerConf.xml file:<br /> <br /> &lt;?xml version='1.0' encoding='UTF-8'?&gt;<br /> <br /> &lt;serverConf&gt;<br />   &lt;dbConf&gt;<br />     &lt;dbDriver&gt;org.apache.derby.jdbc.ClientDriver&lt;/dbDriver&gt;<br />     &lt;dbUrl&gt;jdbc:derby:default;create=true&lt;/dbUrl&gt;<br />     &lt;dbUser&gt;sysdba&lt;/dbUser&gt;<br />     &lt;dbPassword&gt;masterkey&lt;/dbPassword&gt;<br />     &lt;dbType&gt;derby&lt;/dbType&gt;<br />     &lt;dbEncoding&gt;utf-8&lt;/dbEncoding&gt;<br />     &lt;dbMultiply&gt;false&lt;/dbMultiply&gt;<br />     &lt;dbMainName&gt;ilient&lt;/dbMainName&gt;<br />   &lt;/dbConf&gt;<br />   &lt;logConf&gt;<br />     &lt;logLevel&gt;error&lt;/logLevel&gt;<br />     &lt;logTimes&gt;false&lt;/logTimes&gt;<br />   &lt;/logConf&gt;<br />   &lt;mailConf&gt;<br />     &lt;smtpHost&gt;smtpserver&lt;/smtpHost&gt;<br />     &lt;smtpUser&gt;&lt;/smtpUser&gt;<br />     &lt;smtpPassword&gt;&lt;/smtpPassword&gt;<br />     &lt;mailFrom&gt;helpdesk@domainname&lt;/mailFrom&gt;<br />   &lt;/mailConf&gt;<br />   &lt;loginConf&gt;<br />     &lt;accountType&gt;multi&lt;/accountType&gt;<br />     &lt;defaultAccount&gt;administrator&lt;/defaultAccount&gt;<br />     &lt;webServerUser&gt;false&lt;/webServerUser&gt;<br />     &lt;externalLoginClass&gt;<br /> &lt;ntlmAuth&gt; <br /> &lt;ntlmParam&gt; <br /> &lt;ntlmParamName&gt;jcifs.smb.client.domain&lt;/ntlmParamName&gt; <br /> &lt;ntlmParamValue&gt;FQDN&lt;/ntlmParamValue&gt; <br /> &lt;/ntlmParam&gt; <br /> &lt;ntlmParam&gt; <br /> &lt;ntlmParamName&gt;jcifs.http.domainController&lt;/ntlmParamName&gt; <br /> &lt;ntlmParamValue&gt;DC IP&lt;/ntlmParamValue&gt; <br /> &lt;/ntlmParam&gt; <br /> &lt;ntlmParam&gt; <br /> &lt;ntlmParamName&gt;jcifs.smb.client.username&lt;/ntlmParamName&gt; <br /> &lt;ntlmParamValue&gt;domain\username&lt;/ntlmParamValue&gt; <br /> &lt;/ntlmParam&gt; <br /> &lt;ntlmParam&gt; <br /> &lt;ntlmParamName&gt;jcifs.smb.client.password&lt;/ntlmParamName&gt; <br /> &lt;ntlmParamValue&gt;password&lt;/ntlmParamValue&gt; <br /> &lt;/ntlmParam&gt; <br /> &lt;ntlmParam&gt; <br /> &lt;ntlmParamName&gt;jcifs.smb.lmCompatibility&lt;/ntlmParamName&gt; <br /> &lt;ntlmParamValue&gt;3&lt;/ntlmParamValue&gt; <br /> &lt;/ntlmParam&gt; <br /> &lt;/ntlmAuth&gt; <br /> &lt;/externalLoginClass&gt;<br />   &lt;/loginConf&gt;<br />   &lt;smsConf&gt;<br />     &lt;smsGatewayID&gt;00&lt;/smsGatewayID&gt;<br />     &lt;smsUser&gt;internal&lt;/smsUser&gt;<br />     &lt;smsPassword&gt;d1efad72dc5b17dc66a46767c32fff40&lt;/smsPassword&gt;<br />     &lt;smsProviderClass&gt;com.ilient.util.SMSCenterProvider&lt;/smsProviderClass&gt;<br />   &lt;/smsConf&gt;<br />   &lt;sysaidLogLevel&gt;info&lt;/sysaidLogLevel&gt;<br />   &lt;supportURL&gt;&lt;/supportURL&gt;<br /> &lt;/serverConf&gt;<br /> <br /> <br /> Of course i have taken out company info. Any help would be appreciated as i have tried just about everything.......]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/3321.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/3321.page</link>
				<pubDate><![CDATA[Thu, 11 Sep 2008 01:08:22]]> GMT</pubDate>
				<author><![CDATA[ Jason Weston]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Newbie in sysaid:<br /> <br /> SSO is working perfectly, but, it's possible to change the user connected when SSO is enabled? By default, every time I enter the login page, program use the system login user.<br /> <br /> I want to change the user, because sometimes I need to use a administrator user in a remote location, when another user is logged.<br /> <br /> Thanks.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/3382.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/3382.page</link>
				<pubDate><![CDATA[Fri, 12 Sep 2008 12:15:22]]> GMT</pubDate>
				<author><![CDATA[ johnny]]></author>
			</item>
			<item>
				<title>Single Sign On</title>
				<description><![CDATA[ Jason,<br /> I experienced just the same problem. SSO with IE just did not work. I would appreciate any help ...]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/3743.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/3743.page</link>
				<pubDate><![CDATA[Thu, 2 Oct 2008 11:19:26]]> GMT</pubDate>
				<author><![CDATA[ rado]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ SSO by design would take whatever user is logged in and use that account.<br /> <br /> Can you remotely log into another computer to access sysaid?<br /> <br /> Not perfect but might work. ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/3745.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/3745.page</link>
				<pubDate><![CDATA[Thu, 2 Oct 2008 13:08:42]]> GMT</pubDate>
				<author><![CDATA[ CliGil]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Has anyone managed to get SSO to work in a multi domain environment? We are rolling out sysaid to 7000 users aprox and teaching them to type their domain\username is becoming a pain!<br /> <br /> Any help much appreciated<br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/4175.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/4175.page</link>
				<pubDate><![CDATA[Tue, 21 Oct 2008 03:56:22]]> GMT</pubDate>
				<author><![CDATA[ OCL]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Dear Ilient I have a problem with Sigle Sign on.<br /> I made the changes to the post<br /> <a class="snap_shots" href="http://www.ilient.com/Sysforums/posts/list/277.page" target="_blank" rel="nofollow">http://www.ilient.com/Sysforums/posts/list/277.page</a> # 671<br /> But it does not work correctly.<br /> Some users (1 or 2) you connect, others do not connect.<br /> Could you help me?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/7812.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/7812.page</link>
				<pubDate><![CDATA[Fri, 20 Mar 2009 11:56:42]]> GMT</pubDate>
				<author><![CDATA[ argentieri]]></author>
			</item>
			<item>
				<title>Single Sign On</title>
				<description><![CDATA[ Jason Weston,<br /> <br /> 	This means that the browser (IE) is not passing the credentials to the SysAid server.<br /> <br /> Make sure that typing the domain credentials allows you to login, and if it does, this means that SSO is configured correctly.<br /> <br /> Here is how to set IE to pass credentials to the SysAid server.<br /> <br /> 1. In Internet Explorer, please go to the Tools -&gt; Internet Options -&gt; Advanced tab and check the “Enable Integrated Windows Authentication” check-box.<br /> <br /> 2. Next, switch to the security tab and click Local Intranet -&gt; Custom Level and select “Automatic log-on with current user name and password” (under User Authentication, Log-on).<br /> <br /> 3. Click OK on all windows and restart Internet Explorer (close all IE windows and open it again).<br /> <br /> 4. See if you can automatically login to SysAid. If not, perform step 2 on the Internet Zone as well and try again.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/7833.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/7833.page</link>
				<pubDate><![CDATA[Sun, 22 Mar 2009 11:29:47]]> GMT</pubDate>
				<author><![CDATA[ Haim]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ [quote=OCL]Has anyone managed to get SSO to work in a multi domain environment? We are rolling out sysaid to 7000 users aprox and teaching them to type their domain\username is becoming a pain!<br /> <br /> Any help much appreciated<br /> <br /> Thanks[/quote]<br /> <br /> Hello OCL,<br /> <br /> Configuring single sign-on (Integrated Windows Authentication) on SysAid when integrated with more than one Active Directory domain should work, but only if you have trust relationship between the domains. The instructions are similar to the standard SSO configuration. You only need to do the SSO configuration against one domain. If the authenticating user is from another domain, it will automatically be routed to the corresponding domain controller for authentication (thanks to the trust relationship).<br /> <br /> If your multiple domains don't trust each-other, then SSO is not possible]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/7834.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/7834.page</link>
				<pubDate><![CDATA[Sun, 22 Mar 2009 11:30:30]]> GMT</pubDate>
				<author><![CDATA[ Haim]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ [quote=argentieri]Dear Ilient I have a problem with Sigle Sign on.<br /> I made the changes to the post<br /> <a class="snap_shots" href="http://www.ilient.com/Sysforums/posts/list/277.page" target="_blank" rel="nofollow">http://www.ilient.com/Sysforums/posts/list/277.page</a> # 671<br /> But it does not work correctly.<br /> Some users (1 or 2) you connect, others do not connect.<br /> Could you help me?[/quote]<br /> <br /> Hello argentieri,<br /> This issue might happen in several cases.<br /> In order for us to further assist you, please open a service request on this issue by sending an email to <a class="snap_shots" href="mailto:helpdesk@ilient.com">helpdesk@ilient.com</a> with a short description of your issue.<br /> <br /> Best regards.<br /> Haim]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/7835.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/7835.page</link>
				<pubDate><![CDATA[Sun, 22 Mar 2009 11:32:41]]> GMT</pubDate>
				<author><![CDATA[ Haim]]></author>
			</item>
			<item>
				<title>Re:Single Sign On-in version 6</title>
				<description><![CDATA[ After editing the xml file, the Sysaid service won't start.  I am working with version 6.  Does the file have to be edited differently in version 6?<br /> <br /> I replaced the edited xml file with the original and the service started right up...<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/9166.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/9166.page</link>
				<pubDate><![CDATA[Thu, 23 Apr 2009 12:02:34]]> GMT</pubDate>
				<author><![CDATA[ scumgrief]]></author>
			</item>
			<item>
				<title>Single Sign On</title>
				<description><![CDATA[ Hello scumgrief,<br /> <br /> There was probably an error in the syntax.<br /> In order for us to further assist you, please send us an email to <a class="snap_shots" href="mailto:helpdesk@ilient.com">helpdesk@ilient.com</a> with a short description of the issue and the serverconf.xml<br /> <br /> Best regards.<br /> Haim]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/9212.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/9212.page</link>
				<pubDate><![CDATA[Sun, 26 Apr 2009 02:56:49]]> GMT</pubDate>
				<author><![CDATA[ Haim]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ How do you modify the serverconf.xml if you are authenticating against more than one domain?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/10842.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/10842.page</link>
				<pubDate><![CDATA[Thu, 25 Jun 2009 13:59:04]]> GMT</pubDate>
				<author><![CDATA[ AdamY]]></author>
			</item>
			<item>
				<title>Single Sign On</title>
				<description><![CDATA[ Hello AdamY <br /> Welcome to the SysAid community<br /> <br /> Configuring single sign-on (Integrated Windows Authentication) on SysAid when integrated with more than one Active Directory domain should work, but only if you have trust relationship between the domains. The instructions are similar to the standard SSO configuration. You only need to do the SSO configuration against one domain. If the authenticating user is from another domain, it will automatically be routed to the corresponding domain controller for authentication (thanks to the trust relationship).<br /> <br /> If your multiple domains don't trust each-other, then SSO is not possible<br /> <br /> Best regards.<br /> Haim]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/10847.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/10847.page</link>
				<pubDate><![CDATA[Thu, 25 Jun 2009 15:43:07]]> GMT</pubDate>
				<author><![CDATA[ Haim]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ [b]Using SSO with Windows 7[/b]<br /> <br /> I thought I would inform you guys what i have run into with windows 7(Yes I know Still in beta).<br /> <br /> Though we have a few users in our company testing windows 7 and when they were going to our web page it was not logging them automatically(Everyone else in the company is fine). I found something online that states windows 7 using a different format, but its not an official Microsoft form. Has anyone else tried with Windows 7 and experience this same issue?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/11354.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/11354.page</link>
				<pubDate><![CDATA[Fri, 17 Jul 2009 13:39:19]]> GMT</pubDate>
				<author><![CDATA[ Jbenga]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ I just found something out from one of our Senior Sys Admins.  If you use ssl with port 3269 to only 1 server it will traverse parent and child domains as though it were one domain allowing SysAid to import the users from all the domains without the domain\username format.  I hope this helps...]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/12325.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/12325.page</link>
				<pubDate><![CDATA[Fri, 4 Sep 2009 19:52:23]]> GMT</pubDate>
				<author><![CDATA[ H0meys]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Hi all. <br /> <br /> SSO wont work on my sistem. I am currently running 30 day trial version.<br /> Have to get this working before we buy this for our company.<br /> <br /> The problem is i followed this guide but i still get login screen in IE and Win7.<br /> <br /> My serverConf.xml (LDAP configuration is already OK and all users from AD can login through username and pass on login page)<br /> <br /> [code]<br /> &lt;?xml version='1.0' encoding='UTF-8'?&gt;<br /> <br /> &lt;serverConf&gt;<br />   &lt;dbConf&gt;<br />     &lt;dbDriver&gt;org.apache.derby.jdbc.ClientDriver&lt;/dbDriver&gt;<br />     &lt;dbUrl&gt;jdbc:derby:default;create=true&lt;/dbUrl&gt;<br />     &lt;dbUser&gt;root&lt;/dbUser&gt;<br />     &lt;dbPassword&gt;pass&lt;/dbPassword&gt;<br />     &lt;dbType&gt;derby&lt;/dbType&gt;<br />     &lt;dbEncoding&gt;utf-8&lt;/dbEncoding&gt;<br />     &lt;dbMultiply&gt;false&lt;/dbMultiply&gt;<br />     &lt;dbMainName&gt;ilient&lt;/dbMainName&gt;<br />   &lt;/dbConf&gt;<br />   &lt;logConf&gt;<br />     &lt;logLevel&gt;error&lt;/logLevel&gt;<br />     &lt;logTimes&gt;false&lt;/logTimes&gt;<br />   &lt;/logConf&gt;<br />   &lt;mailConf&gt;<br />     &lt;smtpHost&gt;192.168.8.99&lt;/smtpHost&gt;<br />     &lt;smtpUser&gt;&lt;/smtpUser&gt;<br />     &lt;smtpPassword&gt;&lt;/smtpPassword&gt;<br />     &lt;mailFrom&gt;novak.tomaz@adria-mobil.si&lt;/mailFrom&gt;<br />   &lt;/mailConf&gt;<br />   &lt;loginConf&gt;<br />     &lt;accountType&gt;multi&lt;/accountType&gt;<br />     &lt;defaultAccount&gt;godlike_trial&lt;/defaultAccount&gt;<br />     &lt;webServerUser&gt;false&lt;/webServerUser&gt;<br />     &lt;externalLoginClass&gt;<br />       &lt;ntlmAuth&gt; <br />       &lt;ntlmParam&gt; <br />       &lt;ntlmParamName&gt;jcifs.smb.client.domain&lt;/ntlmParamName&gt; <br />       &lt;ntlmParamValue&gt;MYCOMPANY&lt;/ntlmParamValue&gt; <br />       &lt;/ntlmParam&gt; <br />       &lt;ntlmParam&gt; <br />       &lt;ntlmParamName&gt;jcifs.http.domainController&lt;/ntlmParamName&gt; <br />       &lt;ntlmParamValue&gt;192.168.8.89&lt;/ntlmParamValue&gt; <br />       &lt;/ntlmParam&gt; <br />       &lt;ntlmParam&gt; <br />       &lt;ntlmParamName&gt;jcifs.smb.client.username&lt;/ntlmParamName&gt; <br />       &lt;ntlmParamValue&gt;ADUSERNAME&lt;/ntlmParamValue&gt; <br />       &lt;/ntlmParam&gt; <br />       &lt;ntlmParam&gt; <br />       &lt;ntlmParamName&gt;jcifs.smb.client.password&lt;/ntlmParamName&gt; <br />       &lt;ntlmParamValue&gt;ADUSERPASS&lt;/ntlmParamValue&gt; <br />       &lt;/ntlmParam&gt; <br />       &lt;ntlmParam&gt; <br />       &lt;ntlmParamName&gt;jcifs.smb.lmCompatibility&lt;/ntlmParamName&gt; <br />       &lt;ntlmParamValue&gt;3&lt;/ntlmParamValue&gt; <br />       &lt;/ntlmParam&gt; <br />       &lt;/ntlmAuth&gt;<br />     &lt;/externalLoginClass&gt;<br />     &lt;serverURL&gt;http://server:8080&lt;/serverURL&gt;<br />     &lt;isLDAPAuth&gt;true&lt;/isLDAPAuth&gt;<br />   &lt;/loginConf&gt;<br />   &lt;smsConf&gt;<br />     &lt;smsGatewayID&gt;00&lt;/smsGatewayID&gt;<br />     &lt;smsUser&gt;internal&lt;/smsUser&gt;<br />     &lt;smsPassword&gt;d1efad72dc5b17dc66a46767c32fff40&lt;/smsPassword&gt;<br />     &lt;smsProviderClass&gt;com.ilient.util.SMSCenterProvider&lt;/smsProviderClass&gt;<br />   &lt;/smsConf&gt;<br />   &lt;vlvSortBy&gt;cn&lt;/vlvSortBy&gt;<br />   &lt;sysaidLogLevel&gt;info&lt;/sysaidLogLevel&gt;<br /> &lt;/serverConf&gt;<br /> [/code]<br /> <br /> Thank you for the help!]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/20090.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/20090.page</link>
				<pubDate><![CDATA[Mon, 10 May 2010 03:56:00]]> GMT</pubDate>
				<author><![CDATA[ godlike]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ A tip I've found useful is to force the computer to send LM & NTLM responses via Group Policy... <br /> <br /> Computer Configuration -&gt; Windows Settings -&gt; Security Settings -&gt; Local Policies -&gt; Security Options -&gt; Network security: LAN Manager authentication level set to "Send LM & NTLM responses". <br /> <br /> This fixed my issue with SSO not working correctly on Windows 7 Professional 32-bit / Internet Explorer 8 and SysAid 7.0.04 with tomcat, Microsoft SQL Server and the jcifs single sign-on module.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/20891.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/20891.page</link>
				<pubDate><![CDATA[Thu, 27 May 2010 15:31:18]]> GMT</pubDate>
				<author><![CDATA[ wbeers]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Hi,<br /> <br /> SSO is working but for some users of other domains I need different login credentials. How to manage this? In the entry post there's something about disable NTLM in IE. How to do that?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/22061.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/22061.page</link>
				<pubDate><![CDATA[Wed, 7 Jul 2010 03:38:21]]> GMT</pubDate>
				<author><![CDATA[ mszc]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Hi All<br /> <br /> Exists other way to single sign on without input password network user in serverConf.xml ?<br /> <br /> thanks in advance]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/22290.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/22290.page</link>
				<pubDate><![CDATA[Thu, 15 Jul 2010 11:18:06]]> GMT</pubDate>
				<author><![CDATA[ Wilson]]></author>
			</item>
			<item>
				<title>Single Sign On</title>
				<description><![CDATA[ Hi Wilson,<br /> <br /> Welcome to our community, I hope you will find all the help you need here.<br /> <br /> Currently there is no way, but usually no one except admins can enter and open files on the server so it's not a big issue. You can create new user that have only read option and set it in the serverconf.xml just for the SSO if you don't' want the other admins to see your pass. Also make sure that the password is never expired.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/22341.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/22341.page</link>
				<pubDate><![CDATA[Sat, 17 Jul 2010 18:03:19]]> GMT</pubDate>
				<author><![CDATA[ itayH]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ It seems that from version 7, the DB password is encrypted in the ServerConf.xml file. It now contains something similar to &lt;dbPassword&gt;crypt:####&lt;/dbPassword&gt;, where #### is the encrypted password.<br /> We are using MS SQL as the DB, with Windows Authentication. So, that DB user is actually an ActiveDirectory (AD) user that can be used for SSO.<br /> <br /> To test SSO, I used this same AD user in &lt;ntlmParamValue&gt;password&lt;/ntlmParamValue&gt;, but I copied/pasted the crypt:#### there. And it works fine !<br /> That's great, because it means you actually don't need to save the SSO information in clear text.<br /> <br /> Of course, this worked because I knew the encrypted version of the password that the installation program generated for me in the &lt;dbPassword&gt; key.<br /> <br /> My question : how can we generate an encrypted version of a password ourselves.... I mean how can we obtain the encrypted string to put behind "crypt:" starting from the clear text version ?<br /> We could of course install a new version of SysAid somewhere and faking the DB password to get it... But it would probably be easier if Ilient provided a tool for this (a system web page for example ?).<br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/23013.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/23013.page</link>
				<pubDate><![CDATA[Mon, 9 Aug 2010 17:31:21]]> GMT</pubDate>
				<author><![CDATA[ Cafe Delice]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Thanks copied & paste from old server.xml file and works like a charm]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/29622.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/29622.page</link>
				<pubDate><![CDATA[Thu, 30 Jun 2011 23:20:40]]> GMT</pubDate>
				<author><![CDATA[ Yasar72]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ I've tried to implement this myself.<br /> <br /> But I get an issue where the webbrowser window tries to prompt for a logon, which you can do. But I just want the sysaid to go straight in.<br /> <br /> Our SysAid system is in a DMZ, I configured it as described.<br /> Our users mostly log on from a Citrix System.<br /> They all log on as AD users.<br /> But when you click on sysaid it prompts for a user/name password, I thought it would just go straight into sysaid as the logged on user..<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/30720.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/30720.page</link>
				<pubDate><![CDATA[Tue, 13 Sep 2011 12:23:16]]> GMT</pubDate>
				<author><![CDATA[ wka]]></author>
			</item>
			<item>
				<title>Re:Single Sign On</title>
				<description><![CDATA[ Hey guys.<br /> <br /> wka, you answer will follow, but first, we'll start with the new, correct SSO tags for versions above version 7   (CliGil  please update your initial post).<br /> <br /> ************************************************************************************************************************<br /> Once LDAP integration has been configured to import user accounts from your Active Directory domain, you can configure single sign-on to automatically authenticate users using the NTLM protocol according to the credentials they used to login to the domain.<br /> <br /> To configure single sign-on using the built-in Tomcat web-server, please edit the serverConf.xml file located at ...\SysAidServer\root\WEB-INF\conf. Add the following lines after the line &lt;externalLoginClass&gt;none&lt;/externalLoginClass&gt;:<br /> &lt;ntlmAuth&gt;<br /> &lt;ntlmParam&gt;<br /> &lt;ntlmParamName&gt;jcifs.smb.client.domain&lt;/ntlmParamName&gt;<br /> &lt;ntlmParamValue&gt;[b]ACME[/b]&lt;/ntlmParamValue&gt;<br /> &lt;/ntlmParam&gt;<br /> &lt;ntlmParam&gt;<br /> &lt;ntlmParamName&gt;jcifs.http.domainController&lt;/ntlmParamName&gt;<br /> &lt;ntlmParamValue&gt;[b]DC1.acme.com[/b]&lt;/ntlmParamValue&gt;<br /> &lt;/ntlmParam&gt;<br /> &lt;ntlmParam&gt;<br /> &lt;ntlmParamName&gt;jcifs.smb.client.username&lt;/ntlmParamName&gt;<br /> &lt;ntlmParamValue&gt;[b]username_on_AD[/b]&lt;/ntlmParamValue&gt;<br /> &lt;/ntlmParam&gt;<br /> &lt;ntlmParam&gt;<br /> &lt;ntlmParamName&gt;jcifs.smb.client.password&lt;/ntlmParamName&gt;<br /> &lt;ntlmParamValue&gt;[b]password_of_the_above_username[/b]&lt;/ntlmParamValue&gt;<br /> &lt;/ntlmParam&gt;<br /> &lt;/ntlmAuth&gt;<br /> <br /> Make sure to replace:<br /> 1. ACME with the NetBIOS domain name (pre-Windows 2000)<br /> 2. DC1.acme.com with the hostname or IP address of your domain controller.<br /> 3. username_on_AD with a user-name on Active Directory (Any domain user should be fine; no administrative permissions are necessary. Make sure to set “password never expires” so that the integration will not break whenever the password expires.)<br /> 4. password_of_the_above_username with the password of the mentioned user account.<br /> <br /> After saving these changes, please restart the SysAid Server service to apply the new integration.<br /> <br /> ****************************************************************************************<br /> <br /> WKA, and anyone who still get a prompt requesting you input login credentials, please use the following:<br /> <br /> Since it probably means that the browser (IE) is not passing the credentials to the SysAid server.<br /> <br /> Here is how to set IE to pass credentials to the SysAid server.<br /> <br /> 1. In Internet Explorer, please go to the Tools -&gt; Internet Options -&gt; Advanced tab and check the “Enable Integrated Windows Authentication” check-box.<br /> <br /> 2. Next, switch to the security tab and click Local Intranet -&gt; Custom Level and select “Automatic log-on with current user name and password” (under User Authentication, Log-on).<br /> <br /> 3. Do the same to; 'Internet' and  'Trusted Sites'<br /> <br /> 4. Click OK on all windows and restart Internet Explorer (close all IE windows and open it again).<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/277/32764.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/277/32764.page</link>
				<pubDate><![CDATA[Thu, 26 Jan 2012 08:43:40]]> GMT</pubDate>
				<author><![CDATA[ David Lee]]></author>
			</item>
	</channel>
</rss>