<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Not able to login to SAS studio in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567870#M16546</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223640"&gt;@karthic2612&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using PAM authentication in sasauth.conf, I would like to review the output from a command shown below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;sudo grep -i&amp;nbsp;epcnh /var/log/secure&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 21 Jun 2019 11:01:59 GMT</pubDate>
    <dc:creator>alexal</dc:creator>
    <dc:date>2019-06-21T11:01:59Z</dc:date>
    <item>
      <title>Not able to login to SAS studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567840#M16544</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, we are not able to login to SAS studio with new password created for the user. But, user is able to login with their old password. I am not sure what's happening here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our environment is SAS 9.4 M5 release and we have configured PAM authentication against LDAP. For 60 days password will expire and users will reset the password from LDAP domain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOw, after reset the password, users are not able to logon using their new password. But they are able to login successfully using thier old password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked the SAS metadata server logs. Please see below for sample error we got. Could someone help on this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2019-06-20T21:47:37,260 TRACE [09362829] :mzvjl - Create Authenticated Token&lt;BR /&gt;2019-06-20T21:47:37,260 TRACE [09362829] :mzvjl - Client connection id: 1531489&lt;BR /&gt;2019-06-20T21:47:37,260 DEBUG [09362829] :mzvjl - User/Pass authentication for user epcnh&lt;BR /&gt;2019-06-20T21:47:37,260 TRACE [09362829] :mzvjl - Calling auth provider...&lt;BR /&gt;2019-06-20T21:47:37,260 TRACE [09362829] :mzvjl - Unix OS auth provider called for user epcnh&lt;BR /&gt;2019-06-20T21:47:38,732 INFO [09362829] :mzvjl - Access denied.&lt;BR /&gt;2019-06-20T21:47:38,732 TRACE [09362829] :mzvjl - bkAuthenticate failed 80BFD100&lt;BR /&gt;2019-06-20T21:47:38,732 DEBUG [09362829] :mzvjl - Provider failed: 80bfd100&lt;BR /&gt;2019-06-20T21:47:38,732 WARN [09362829] :mzvjl - New client connection (1531489) rejected from server port 8561 for user epcnh. Peer IP address and port are [10.61.xxx.xx]:49326 for APPNAME=Logon Manager 9.4.&lt;BR /&gt;2019-06-20T21:47:38,732 INFO [09362829] :mzvjl - Client connection 1531489 closed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 06:09:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567840#M16544</guid>
      <dc:creator>karthic2612</dc:creator>
      <dc:date>2019-06-21T06:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to login to SAS studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567859#M16545</link>
      <description>&lt;PRE&gt;Unix OS auth provider called for user epcnh&lt;/PRE&gt;
&lt;P&gt;So you do not authenticate to the LDAP source, but against the host operating system. Try to log on via SSH to that UNIX server, and verify that the system itself uses LDAP (for the users in question), and not its internal passwd files.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 09:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567859#M16545</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-21T09:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to login to SAS studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567870#M16546</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223640"&gt;@karthic2612&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using PAM authentication in sasauth.conf, I would like to review the output from a command shown below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;sudo grep -i&amp;nbsp;epcnh /var/log/secure&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Jun 2019 11:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567870#M16546</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-06-21T11:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to login to SAS studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567874#M16548</link>
      <description>&lt;P&gt;Please see below for your ask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please see below for your ask.&lt;/P&gt;&lt;P&gt;[mzvjl@ip-10-61-xxx-xx euqyi]$ sudo grep -i epcnh /var/log/secure&lt;BR /&gt;Jun 20 20:21:45 ip-10-61-xxx-xx sshd[29146]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sshd&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:21:45 ip-10-61-xxx-xx sshd[29146]: Accepted password for EPCNH from 10.74.xxx.xxx port 49898 ssh2&lt;BR /&gt;Jun 20 20:21:45 ip-10-61-xxx-xx sshd[29146]: pam_unix(sshd:session): session opened for user epcnh by (uid=0)&lt;BR /&gt;Jun 20 20:21:52 ip-10-61-xxx-xx sudo:&amp;nbsp;&amp;nbsp; epcnh : TTY=pts/0 ; PWD=/home/epcnh ; USER=root ; COMMAND=/bin/su -&lt;BR /&gt;Jun 20 20:21:52 ip-10-61-xxx-xx su[29211]: pam_unix(su-l:session): session opened for user root by epcnh(uid=0)&lt;BR /&gt;Jun 20 20:24:07 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:24:08 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:24:08 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:24:16 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:24:16 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:24:16 ip-10-61-xxx-xx sasauth[25271]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:24:16 ip-10-61-xxx-xx sasauth[32387]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:24:16 ip-10-61-xxx-xx sasauth[25271]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:24:16 ip-10-61-xxx-xx sasauth[32387]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:41:33 ip-10-61-xxx-xx su[33447]: pam_unix(su:session): session opened for user mzvjl by epcnh(uid=0)&lt;BR /&gt;Jun 20 20:42:12 ip-10-61-xxx-xx sshd[33568]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sshd&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:42:12 ip-10-61-xxx-xx sshd[33568]: Accepted password for EPCNH from 10.74.xxx.xxx port 51120 ssh2&lt;BR /&gt;Jun 20 20:42:12 ip-10-61-xxx-xx sshd[33568]: pam_unix(sshd:session): session opened for user epcnh by (uid=0)&lt;BR /&gt;Jun 20 20:42:17 ip-10-61-xxx-xx sudo:&amp;nbsp;&amp;nbsp; epcnh : TTY=pts/2 ; PWD=/home/epcnh ; USER=root ; COMMAND=/bin/su -&lt;BR /&gt;Jun 20 20:42:17 ip-10-61-xxx-xx su[33640]: pam_unix(su-l:session): session opened for user root by epcnh(uid=0)&lt;BR /&gt;Jun 20 20:55:59 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:55:59 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:55:59 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:55:59 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:55:59 ip-10-61-xxx-xx sasauth[25271]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:55:59 ip-10-61-xxx-xx sasauth[32387]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:56:00 ip-10-61-xxx-xx sasauth[25271]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:56:00 ip-10-61-xxx-xx sasauth[32387]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 20:56:23 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;failed&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;Incorrect Password&amp;gt;&lt;BR /&gt;Jun 20 21:03:57 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:03:57 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:03:58 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:03:58 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:03:58 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:03:59 ip-10-61-xxx-xx sasauth[25271]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:03:59 ip-10-61-xxx-xx sasauth[32387]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:03:59 ip-10-61-xxx-xx sasauth[25271]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:03:59 ip-10-61-xxx-xx sasauth[32387]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:12:10 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;failed&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;Incorrect Password&amp;gt;&lt;BR /&gt;Jun 20 21:13:31 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:13:31 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:13:31 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:13:32 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:13:32 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:13:33 ip-10-61-xxx-xx sasauth[25271]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:13:33 ip-10-61-xxx-xx sasauth[32387]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:13:33 ip-10-61-xxx-xx sasauth[25271]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:13:33 ip-10-61-xxx-xx sasauth[32387]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:23:31 ip-10-61-xxx-xx sshd[41882]: pam_vas: Authentication &amp;lt;failed&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sshd&amp;gt; reason: &amp;lt;Incorrect Password&amp;gt;&lt;BR /&gt;Jun 20 21:23:33 ip-10-61-xxx-xx sshd[41882]: Failed password for epcnh from 10.74.xxx.xxx port 53761 ssh2&lt;BR /&gt;Jun 20 21:23:46 ip-10-61-xxx-xx sshd[41882]: Accepted password for epcnh from 10.74.xxx.xxx port 53761 ssh2&lt;BR /&gt;Jun 20 21:23:46 ip-10-61-xxx-xx sshd[41882]: pam_unix(sshd:session): session opened for user epcnh by (uid=0)&lt;BR /&gt;Jun 20 21:36:29 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;failed&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;Incorrect Password&amp;gt;&lt;BR /&gt;Jun 20 21:36:39 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;failed&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;Incorrect Password&amp;gt;&lt;BR /&gt;Jun 20 21:44:06 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:44:07 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:44:07 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:44:07 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:44:07 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:44:08 ip-10-61-xxx-xx sasauth[25271]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:44:08 ip-10-61-xxx-xx sasauth[32387]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:44:08 ip-10-61-xxx-xx sasauth[25271]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:44:08 ip-10-61-xxx-xx sasauth[32387]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:45:11 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;failed&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;Incorrect Password&amp;gt;&lt;BR /&gt;Jun 20 21:45:39 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;&lt;BR /&gt;Jun 20 21:47:37 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;failed&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;Incorrect Password&amp;gt;&lt;BR /&gt;Jun 20 23:05:23 ip-10-61-xxx-xx sshd[41882]: pam_unix(sshd:session): session closed for user epcnh&lt;BR /&gt;Jun 20 23:08:38 ip-10-61-xxx-xx sshd[29146]: pam_unix(sshd:session): session closed for user epcnh&lt;BR /&gt;Jun 20 23:09:04 ip-10-61-xxx-xx sshd[33568]: pam_unix(sshd:session): session closed for user epcnh&lt;BR /&gt;Jun 21 04:34:48 ip-10-61-xxx-xx sshd[3485]: pam_vas: Authentication &amp;lt;failed&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sshd&amp;gt; reason: &amp;lt;Incorrect Password&amp;gt;&lt;BR /&gt;Jun 21 04:34:50 ip-10-61-xxx-xx sshd[3485]: Failed password for epcnh from 10.85.xx.xxport 52768 ssh2&lt;BR /&gt;Jun 21 04:34:59 ip-10-61-xxx-xx sshd[3485]: Accepted password for epcnh from 10.85.xx.xxport 52768 ssh2&lt;BR /&gt;Jun 21 04:34:59 ip-10-61-xxx-xx sshd[3485]: pam_unix(sshd:session): session opened for user epcnh by (uid=0)&lt;BR /&gt;Jun 21 04:45:01 ip-10-61-xxx-xx sshd[3485]: pam_unix(sshd:session): session closed for user epcnh&lt;BR /&gt;Jun 21 11:03:07 ip-10-61-xxx-xx sudo:&amp;nbsp;&amp;nbsp; mzvjl : TTY=pts/2 ; PWD=/home/euqyi ; USER=root ; COMMAND=/bin/grep -i epcnh /var/log/secure&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 11:25:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567874#M16548</guid>
      <dc:creator>karthic2612</dc:creator>
      <dc:date>2019-06-21T11:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to login to SAS studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567883#M16550</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223640"&gt;@karthic2612&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like that Quest doesn't accept the user password:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Jun 20 21:45:11 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;failed&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;Incorrect Password&amp;gt;
Jun 20 21:45:39 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;succeeded disconnected&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;&amp;gt;
Jun 20 21:47:37 ip-10-61-xxx-xx sasauth[31986]: pam_vas: Authentication &amp;lt;failed&amp;gt; for &amp;lt;Active Directory&amp;gt; user: &amp;lt;epcnh&amp;gt; account: &amp;lt;AWS\EPCNH&amp;gt; service: &amp;lt;sasauth&amp;gt; reason: &amp;lt;Incorrect Password&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Have you had a chance to talk to your Quest Administrator about that?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 12:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567883#M16550</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-06-21T12:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to login to SAS studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567886#M16552</link>
      <description>&lt;P&gt;Could it be that you used a LDAP source built for testing, which is not synchronized with the "main" LDAP?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 12:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567886#M16552</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-21T12:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to login to SAS studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567887#M16553</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something is definitely out of sync.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 12:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567887#M16553</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-06-21T12:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to login to SAS studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567892#M16554</link>
      <description>&lt;P&gt;We often have a similar problem here because of using a "local" subset of a main LDAP source. Password changes are done in the local base, but some servers connect to the main one. Trying to logon to such servers immediately after a password change ("immediately" meaning within half an hour) regularly leads to locked user-id's. We are, obviously, VERY happy with that setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;Anybody who finds sarcasm can keep it.&lt;/LI-SPOILER&gt;</description>
      <pubDate>Fri, 21 Jun 2019 12:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/567892#M16554</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-21T12:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to login to SAS studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/568334#M16583</link>
      <description>&lt;P&gt;Yes, we have checked with Quest administartor and resolved the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quest was in disconnected state for a while. Due to that new passwords are not sync and&amp;nbsp; was not able to validate the new changed password for users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 10:19:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/568334#M16583</guid>
      <dc:creator>karthic2612</dc:creator>
      <dc:date>2019-06-24T10:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to login to SAS studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/568336#M16584</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223640"&gt;@karthic2612&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm glad that the problem has been resolved. Do not forget to mark this thread as resolved.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 10:29:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-login-to-SAS-studio/m-p/568336#M16584</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-06-24T10:29:49Z</dc:date>
    </item>
  </channel>
</rss>

