Stars
7
Forks
1
Watchers
7
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
26
commits
Added support for username replacement (and password too) for remote SFTP proxy configuration.
e111778View on GitHubAdding in allowed group prefixes functionality (allows you to enable auto mode for groups, but limit creation to just those groups with a matching prefix).
4e3123eView on GitHubAdded functionality for Active Directory groups to be able to have virtual folders created for them along with associated configuration options.
0a59f96View on GitHubAdd minimum username length requirement and ability to provide a username blacklist.
f6323e8View on GitHubAdded support to automatically convert provided usernames to lowercase to help enforce consistency for folder names based on username.
b3c0459View on GitHubAdded some extra logging, along with using reconnect/disconnect for the LDAP connections (not needed as much for this repository, but I think the changes were necessary for the sftpgo-ldap-http-server repository due to it having a long-lived process with the HTTP server.
e108ac5View on GitHubMoving strip domains loop to run before the connections loop.
6bf7e8bView on GitHubAdded capability to automatically remove specific email domains from a username, if accidentally provided.
e9470faView on GitHubAdding examples for the connection and username specific output object overrides and adjusted the usage of array() to the shorthand array syntax.
f9fb510View on GitHubAdding support for the connection and username specific output object overrides.
b02612cView on GitHub