Skip to content

Commit 9009b31

Browse files
committed
Corrected domains to strip example.
1 parent e9470fa commit 9009b31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configuration.example.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424

2525
// Special functionality to strip email domains automatically from the username if provided:
2626
$domains_to_strip_automatically = [
27-
'imperial.edu',
28-
'students.imperial.edu',
27+
'example.com',
2928
];
3029

3130
// Add named connection strings for each LDAP connection you want to utilize with SFTPGo:

0 commit comments

Comments
 (0)