The description is valid for software version 2.10.119.99 and newer.
. Activating the authorisation function via LDAP does not disable the inbuilt accounts, but supplements this mechanism. To use local accounts, select Authentication=Internal User in the Storage settings of the client application and continue to use the accounts created in the Storage module.
In the 2.10.37.99 version, the ability to authorise media storage users via the LDAP protocol has been added.
Administrator Control Panel→Status→Storage_N→Manage Users…→Manage Groups→Add New Group
) user groups are created that will correspond to the implemented technical process (for example: Skylark Editors, Skylark Operators, Skylark Users, etc.).dsa.msc
.In addition, user name, phone number and email address information can be downloaded from the directory service and synchronised on a regular basis.
When a user is authorised via LDAP, the login is cached for 30 seconds. This must be taken into account when working in a real system. For example, if a new group is assigned to a user in the directory service, its mapping may occur with the specified delay.
You can obtain the data required to configure the function using the Get-ADUser
command in the Power Shell. You must run Power Shell as an administrator to display all available data.
Command examples:
Display a summary of user information:
Get-ADUser -filter *
Output extended information about the selected user:
GetADuser -identify <USERNAME> -properties *
A short list of frequently used values:
LDAP server connection parameters are configured on the tab: Administrator Control Panel→Manage→Storages→Storage_N→LDAP
.
To start using LDAP accounts, on the Storage| tab of client applications, select Authentication=LDAP and specify your directory service account details.
If the connection is successful, the media storage will switch to the online status and you will see the folders and files:
The function can be used as part of MAM servers in large companies with centralised user account management based on directory services.