...
[PFS-504] - Account manages Group (GroupAdmin)
[PFS-1351] - Remove requirement for server node for public IP
[PFS-1446] - Mapping of Users/Accounts to StoragePath/Volume
[PFS-1453] - Enable online viewer by default for pictures (Gallery), audio/music (Player), video (Player), PDFs and text files
[PFS-1458] - ONLYOFFICE: By default offer to open files in cloud at docapi.powerfolder.com
[PFS-1461] - Show locking status of files in web
[PFS-1482] - LDAP import from openLDAP
[PFS-1527] - Remove fallback port usage
[PFS-1533] - Online-Activation: Translation of feedback messages
[PFS-1540] - Configuration to enable/disable social network URLs
[PFS-1554] - Prevent passing ownership to user with 0 GB quota
[PFS-1567] - Add password recovery link to Online-Activation page
[PFS-1584] - Add LDAP import filter for LDAP 2 + 3
[PFS-1589] - Update the Groups Avatar image
[PFS-1592] - Account edit: Disable password field for non-database users (Shib, LDAP RADIUS)
[PFS-1602] - Login as not longer available, when admin access to user folder's is disallowed
[PFS-1603] - Dashboard: Configuration entry to display "logical" storage limit
[PFS-1610] - Add info text to file link download page
[PFS-1626] - Reduce logging: Hide LDAP groups in log on login
[PFS-1627] - Remove unneeded CSS entries and provide apple touch icon for all skins
[PFS-1643] - Apply password policy
[PFS-1651] - Read only user support for ONLYOFFICE
[PFS-1197] - Italian translation of web portal and client
[PFS-1619] - Custom mapping of LDAP fields
API Changes
- Accounts
- On action "getAccounts", the attributes "pageSize" and "pageNumber" are not mandatory anymore. "pageSize" defaults to 50 and "pageNumber" to 1.
- The action "getAccounts" will return values, if:
User | Org User | Org Admin | Server Admin | |
---|---|---|---|---|
web.invite.auto_complete is false | ![]() | ![]() | ![]() | ![]() |
web.invite.auto_complete is true | ![]() | ![]() | ![]() | ![]() |
and | ![]() | ![]() | ![]() | ![]() |
and | ![]() | ![]() | ![]() | ![]() |
and and | ![]() | ![]() | ![]() | ![]() |
LDAP Mapping
Please check if you have to adapt any of those settings!
Web Setting | Config File Parameter | Config File Default Value | Config File Possible Values | Description |
---|---|---|---|---|
Mapping of username Since: 10.2 | ldap.search.account_name | sAMAccountName,uid | Comma separated list of LDAP attributes to be used for account information. The first attribute that matches will be used for the account. | |
Mapping of given name Since: 10.2 | ldap.search.given_name | givenName | givenName, commonName, middleName and surname combined buildthe displayName, if it is not taken from ldap.search.display_name | |
Mapping of common name Since: 10.2 | ldap.search.common_name | cn,commonName | ||
Mapping of middle name Since: 10.2 | ldap.search.middle_name | middleName | ||
Mapping of surname Since: 10.2 | ldap.search.surname | sn,surname | ||
Mapping of the display name Since: 10.2 | ldap.search.display_name | displayName,name | ||
Mapping of telephone number Since: 10.2 | ldap.search.telephone | mobileTelephoneNumber,telephoneNumber,mobile | ||
Mapping of account expiration date Since: 10.2 | ldap.search.expiration | accountExpires |