Manual account attachment examples
When users have account names on systems that do not align with their chosen profile ID, you may need to develop a process to manually associate accounts from those multiple targets with the single user.
For the following examples it is assumed:
Bravura Security Fabric is installed and includes a Bravura Pass license.
An Active Directory target system is added as a source of profiles.
A Linux target system is also added that is not a source of user profiles and does not automatically attach accounts.
Batch loading
Attaching other accounts can be achieved by use of a text file that maps the accounts to each other. During discovery, if <instance>\psconfig\malias.txt
exists, accounts will be attached according to the contents of that file.
For this example, we will be assigning the adm account from the Linux target to the user abbiel
from the AD target.
Account entries in the malias.txt file must be made in the following format:
"<Target system ID>" "<Login ID>" "<Profile ID>"
So for this example, enter the following into the text file:
"AD" "abbiel" "abbiel" "LINUX" "adm" "abbiel"
Click below to view a demonstration of this example:
Attach using text file
Log in to the instance server as an administrator.
Navigate to the \<instance>\psconfig\ directory.
Open a text editor and enter the account entries described above.
Save the file as
<instance>\psconfig\malias.txt
.Log in to the Bravura Security Fabric server as a superuser.
Navigate to Manage the system > Maintenance > Auto discovery > Execute auto discovery.
Click the Continue button and wait until discovery is completed.
Log into Bravura Security Fabric as ABBIEL.
Click Attach other accounts.
Confirm that adm has been added to attached accounts and the proper Linux target is specified.
Return to the main user page by clicking the Home icon.
Click Change Passwords.
Specify a new password and confirm. Click Change passwords to proceed.
Verify that both passwords on the AD and Linux target are changed.
Log in to Linux as adm to confirm that the password has been changed.
Now we will use the help desk user to detach the adm account to set up the next example. We must also remove the association from the malias.txt
file, so that it is not re-added the next time auto discovery runs.
Detach account
Log into Bravura Security Fabric as the help desk user.
Click Help users.
Find and select ABBIEL.
Click Skip authentication when prompted for a security question and click Continue.
Click the Attach other accounts tab.
Click the checkbox next to adm to detach the account.
Click Update.
Open the
malias.txt
file and remove the entry for ABBIEL. Save the file.Confirm that adm is no longer attached to ABBIEL.
Attach accounts - simplified
This example demonstrates the attachment of an account from the Linux system to an existing Active Directory account using the PSL simplified mode. Unlike the advanced mode example, the simplified mode does not require information about the target for the attached account to proceed.
Click below to view a demonstration:
Configuration
Log in to the Bravura Security Fabric Front-end (PSF) as superuser.
Navigate to Manage the system > Modules > Attach other accounts (PSL).
Ensure that PSL ENABLED and PSL SIMPLIFIED are set to
Enabled
.Click Update if any changes are made to the settings.
For this example, a user with an AD account named ABBIEL will add an account named "adm" on the Linux system to their attached accounts. The account will then be detached by the help desk user to reset for the advanced example.
Attach in simple mode
Log into Bravura Security Fabric as ABBIEL.
Click Attach other accounts.
Enter
adm
and the current password in the Account and Password fields.Click Attach.
Confirm that adm has been added to attached accounts and the proper Linux target is specified.
Return to the main user page by clicking the Home icon.
Click Change Passwords.
Enter a new password and confirm. Click Change passwords to proceed.
Verify that both passwords on the AD and Linux target are changed.
Log into Linux as adm to confirm that the password has been changed.
Detach account
Log into Bravura Security Fabric as the help-desk user.
Click Help users.
Find and select ABBIEL.
Click Skip authentication when prompted for a security question.
Click the Attach other accounts tab.
Click the checkbox next to adm to detach the account.
Click Update.
Confirm that
adm
is no longer attached to ABBIEL.
Attach account - advanced
This scenario demonstrates the attachment of an account from the Linux system to an existing Active Directory account using the PSL advanced mode. The account will then be detached by the help desk user to reset.
Click below to view a demonstration:
Configuration
Log in to the Bravura Security Fabric Front-end (PSF) as superuser.
Navigate to Manage the system > Modules > Attach other accounts (PSL).
Ensure that PSL ENABLED is enabled.
Set PSL SIMPLIFIED to disabled.
Click Update.
Method of Use
This example demonstrates using the advanced mode to attach the same adm
account to ABBIEL.
Attach in advanced mode
Log into Bravura Security Fabric as ABBIEL.
Click Attach other accounts.
Notice that the Linux target is now specified.
Enter
adm
and the password into the Account and Password fields for the Linux target row.Click Update.
Confirm that adm has been added to attached accounts and the proper Linux target is specified.
Return to the main user page by clicking the Home icon.
Click Change Passwords.
Enter a new password and confirm. Click Change passwords to proceed.
Verify that both passwords on the AD and Linux target are changed.
Log into Linux as adm to confirm that the password has been changed.
Detach account
Log into Bravura Security Fabric as the help desk user.
Click Help users.
Find and select ABBIEL.
Click Skip authentication when prompted for a security question.
Click the Attach other accounts tab.
Click the checkbox next to
adm
to detach the account.Click Update.
Confirm that
adm
is no longer attached to ABBIEL.
Attach account as a help desk user
In this scenario, the help desk user attaches the adm
account to abbiel. The account will remain attached for the following example.
Click below to view a demonstration.
Attach account
Log into Bravura Security Fabric as the help desk user.
Click Help users.
Find and select ABBIEL.
Click Skip authentication when prompted for a security question.
Click the Attach other accounts tab.
Enter
adm
in the Account field for the Linux target row.Click Update.
Confirm that
adm
is now attached to ABBIEL.
Account attachment when account is already assigned
In this scenario, there is an attempt to attach the adm
account to user ADAMC while it has already been attached to ABBIEL.
Click below to view a demonstration.
Attempt to attach an assigned account
Log into Bravura Security Fabric as ADAMC .
Click Attach other accounts.
Enter
adm
and the password in the Account and Password fields for the Linux target row.Click Update.
Verify that the attempt to attach the account fails with the following message:
Account [adm] on [Linux lab server] is already attached to someone else.