mirror of
https://github.com/atmoz/sftp.git
synced 2025-03-09 15:16:00 -04:00
Merge branch 'master' into alpine
This commit is contained in:
commit
25d4e5a413
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ userConfPathLegacy="/etc/sftp-users.conf"
|
|||
userConfFinalPath="/var/run/sftp/users.conf"
|
||||
|
||||
# Extended regular expression (ERE) for arguments
|
||||
reUser='[a-z_][a-z0-9._-]{0,31}'
|
||||
reUser='[A-Za-z0-9._][A-Za-z0-9._-]{0,31}' # POSIX.1-2008
|
||||
rePass='[^:]{0,255}'
|
||||
reUid='[[:digit:]]*'
|
||||
reGid='[[:digit:]]*'
|
||||
|
|
Loading…
Add table
Reference in a new issue