- Infoshare
-
Signed in: Administrator
- Change Password
- Signoff
- Online Documentation
- Adutante ver. 5.0.1.0
PAGE TITLE
Date Last ModifiedPAGE TITLE
Date Last ModifiedAuthentication configuration:
Authentication is configured in Adutante Server configuration file <adutante install folder>/applicatons/adutante/config/adutante.properties
Authentication handled by Adutante and VSLogger connection services, according to user accounts created and managed in General Administration module
NOTE: Please be aware correct syntax is no space before or after the = sign as the first configuration shows. Also, the # voids the line, it is meant for comments.
configuration
adutante.auth.method=1
## authentication strength seetings
## adutante.auth.strong = y/n if "n"- any string, if "y" - at least one lowcase, 1 upper case, 1 digit, 1 - special char , default is "Y"## adutante.auth.length =6 (minimum 6 , default 6 )## adutante.auth.maxage = N Number of days, until password change is forced. if =0, no forced change, default = 0## adutante.auth.minage = N Number of days, untill user allowed to change password. if =0, allowed right away , default = 0## adutante.auth.history = N Number of most recent passwords disallowed , default 1, max 50 ## adutante.auth.attempts = N Number of login attemptes allowed , until login is temporarily locked (minimum and default is 3)## adutante.auth.locktime = N Number of min. login is temporarily locked, after failed attempts (minimum = 1 and default = 5)## and other parameters , see adutante.properties file.
administrator account- Adutante Server
There is an Adutante server built-in administrator account can be reset as needed. Default values: id: admin password: adutante.
It is recommended to configure and use some other account which is a member of built-in Administrators group, while disabling built-in account right after initial setup.
This account can sign into Adutante Server and to all registered recorders (VSLogger servers).
administrator account- VSLogger Server
There is a VSLogger server Built-in administrator account (CLI Tool administrator account) for direct VSLogger UI access and device management.
Default values id: admin password: admin. CLI tool is used to change corresponding , User id and password.
This account can sign only into corresponding recorder (VSLogger server).
Attention: This account should be protected and reset to secure values after the installation!!!
user permissions
Permissions for individual users and for security groups handled in Adutante administration modules:
Note: This feature is available starting with VSLogger Call Recording server version 4.8.0.0 and Adutante server 1.8.0.0.
Purpose of this method of authentication is to use Windows user accounts for access to the Adutante server and VSLogger server. This eliminates the need to create a separate set of user accounts for recorder users and, at the same time, leaves recorder permissions management procedures almost unchanged.
Authentication is handled by the Adutante server and VSLogger connection services. Program access is granted to Active Directory users who are members of specific security groups created in Active directory and mapped to security groups in the Adutante server.
configuration
adutante.auth.method=2
# Active directory user account to be mapped to Adutante built in system account ADMINISTRATOR.
administrator account - Adutante Server
# Active directory user account to be mapped to Adutante built in system account ADMINISTRATOR. This parameter used with adutante.auth.method=2 only.
# adutante.auth.adminid = userid
adutante.auth.adminid=userid
NOTE: adutante.auth.adminid parameter replaces the native administrative account in Adutante ( admin).
adutante.auth.adminid (in representation of the AD account) becomes the native Adutante admin.
This account can sign into Adutante Server and to all registered recorders (VSLogger servers).
Administrator account - VSLogger Server.
There is a VSLogger server Built-in administrator account (CLI Tool administrator account) for direct VSLogger UI access and device management.
Default values id: admin password: admin. CLI tool is used to change corresponding , User id and password.
This account can sign only into corresponding recorder (VSLogger server).
Attention: This account should be protected and reset to secure values after the installation!!!
Permissions for security groups handled in Adutante administration modules:
Adutante user group can be associated with (mapped to) the Active directory group.
Required naming convention note: Active directory folder used for call recorder integration should start with word Adutante (not case sensitive)
For example :
Adutante User Group | Associated Active Directory Group | Active Directory user accounts, members of mapped Active Directory Group |
Administrators(built-in Group) | Adutante Administrators | Have Full Administrative Rights in Adutante server and connected (registered) VSLogger servers |
Managers | Adutante Managers | Have permissions assigned to Managers Group |
Other Group | N/A | Users do not have access or other permission unless members of other associated Active Directory Group |