Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Account Type

Login Method

Local User Account

Local user accounts, by default, are designated with the Standard login method.
 
Any user account created prior to Universal Controller 6.4.6.0 is, by default, designated with the Standard login method; for example, after an upgrade, or after importing users from an earlier release.
 
Any attempt by a user to use the Standard login for an account that is not designated to use Standard login method will receive the following error:
 

<pre>
Username and/or password invalid.
</pre>
Panel
Html bobswift


LDAP-Provisioned User Account

Any user provisioned through LDAP synchronization will be designated, by default, with the login method(s) configured in the LDAP Settings.
 
The designation of the login method only applies at user creation time.

Single Sign-On-Provisioned User Account

Any user provisioned through SAML Single Sign-On will be designated, by default, with the Single Sign-On login method only.
 
The designation of the login method only applies at user creation time.
 

...

If you try to enter your currently expired password as your new password, the following error message displays on the Password Expired dialog:

<pre>
Your new password cannot be the same as your current password.
</pre>
Panel
Html bobswift

Anchor
Single Sign-On Login
Single Sign-On Login
Single Sign-On Login

...

If you attempt to log in to a locked account, the following message displays:

html-bobswift
Panel
<pre>
User account 
&lt;Username&gt;
<Username> is locked. Please check with your administrator."
</pre>

To unlock a locked account, your Controller system administrator must uncheck the Locked out field ion the User Details for that user account.

...

If either restriction is in place, the following error message will display when you enter your user name at the User name prompt:

<pre>
User 
&lt;Username&gt;
<Username> not permitted to login through the web browser. Please check with your administrator.
</pre>
Panel
Html bobswift

To remove the restriction, the system administrator must either:

...

If you log in to the Controller and your Controller license is about to expire within one week, the following informational message displays in the Console:

<pre> Universal
Universal Controller license for node 
&lt;node_id&gt;
<node_id> will expire in N days. 
&nbsp;
 
Please contact Stonebranch customer support to avoid service interruption.
</pre>
Panel
Html bobswift

If you log in to the Controller and your Controller license already has expired, the following error message displays in the Console:

<pre>
Universal Controller license for node 
&lt;node_id&gt;
<node_id> has expired and the Controller has been suspended.
&nbsp;
 
Licensed Number of Days: N
Actual Number of Days: N 
&nbsp;
 
Please contact Stonebranch customer support to restore services.
</pre>
Panel
Html bobswift

In each case, the Console will remain open until you manually close it.
 

...

Log file messages for login activity are in the following format:

<pre> <i>timestamp</i> <i>
timestamp (internal)
</i>
 
<i>login
login 
activity</i> &lt;user=<i>user name</i>
activity <user=user name, ipaddr=
<i>IP address</i>&gt; </pre>
IP address>
Panel
Html bobswift

For example:

<pre>
2015-04-16-11:16:26:391 -0400   INFO [http-bio-8080-exec-5] Login OK 
&lt;user
<user=ops.admin, ipaddr=192.55.44.
123&gt;
123>
2015-04-16-11:17:20:208 -0400   INFO [http-bio-8080-exec-10] Login Failed 
&lt;user=
<user=ops.admin, ipaddr=192.55.44.
123&gt;
123>
2015-04-16-11:16:57:442 -0400   INFO [http-bio-8080-exec-11] Logout OK 
&lt;user
<user=ops.admin, ipaddr=192.55.44.
123&gt; </pre>
123>
Panel
Html bobswift

Anchor
Audit Messages
Audit Messages
Audit Messages

Audit messages for login activity are in the following format:

<pre> <i>login activity</i> &lt;user=<i>user name</i>
login activity <user=user name, ipaddr=
<i>IP address</i>&gt; </pre>
IP address>
Panel
Html bobswift

For example:

<pre>
LOGIN 
&lt;user
<user=stonebranch-user-01, ipaddr=192.55.44.
123&gt; </pre>
123>
Panel
Html bobswift


Note
titleNote

The IP Address of the user is not logged or audited for login activity via the Command Line Interface (CLI).

...