Skip to content

sftpgo-ldap v0.7

Compare
Choose a tag to compare
@orware orware released this 17 Mar 00:16
· 2 commits to main since this release

Primarily added support for Active Directory groups to be added as virtual folders.

  • There is an $auto_groups_mode option which is set to false by default.
  • If set to true, then the $auto_groups_mode_virtual_folder_template will be used for all groups a user has, and folders will be automatically created for them.
  • You can leave the automatic mode off, and instead use $allowed_groups .
  • In that case, you will need to define entries for each group you want to allow (you must use a normalized version of the group name as well, so this would mainly mean using all lowercase letters, converting spaces to hyphens, etc. otherwise the group name won't match up correctly).

Just like the $virtual_folders entries, you must use a nested array in these cases since you can technically define more than one virtual folder for each group if you wish.