Versions Compared

Key

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

...

[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:
 UserOrg UserOrg AdminServer Admin
web.invite.auto_complete is false(error)(error)(error)(tick)
web.invite.auto_complete is true(error)(tick)(tick)(tick)

web.invite.auto_complete is true

and web.invite.auto_complete.org.only is true

(error)(tick)(tick)(tick)

web.invite.auto_complete is true

and security.permissions.group_admin.enabled is true

(tick)(tick)(tick)(tick)

web.invite.auto_complete is true

and web.invite.auto_complete.org.only is true

and security.permissions.group_admin.enabled is true

(error)(tick)(tick)(tick)

LDAP Mapping

Please check if you have to adapt any of those settings!

Web SettingConfig File ParameterConfig File Default ValueConfig File Possible ValuesDescription

Mapping of username

Since: 10.2

ldap.search.account_namesAMAccountName,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_namegivenName givenName, commonName, middleName and surname combined build
the displayName, if it is not taken from ldap.search.display_name

Mapping of common name

Since: 10.2

ldap.search.common_namecn,commonName  

Mapping of middle name

Since: 10.2

ldap.search.middle_namemiddleName  

Mapping of surname

Since: 10.2

ldap.search.surnamesn,surname  

Mapping of the display name

Since: 10.2

ldap.search.display_namedisplayName,name  

Mapping of telephone number

Since: 10.2

ldap.search.telephonemobileTelephoneNumber,telephoneNumber,mobile  

Mapping of account expiration date

Since: 10.2

ldap.search.expirationaccountExpires