Update target/scripts/startup/setup.d/oauth2.sh
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
0c5d615f52
commit
3ac93c12fa
|
@ -3,6 +3,7 @@
|
|||
function _setup_oauth2() {
|
||||
_log 'debug' 'Setting up OAUTH2'
|
||||
|
||||
# Enable OAuth2 PassDB (Authentication):
|
||||
sed -i -e '/\!include auth-oauth2\.conf\.ext/s/^#//' /etc/dovecot/conf.d/10-auth.conf
|
||||
|
||||
_log 'trace' "Configuring Dovecot OAUTH2"
|
||||
|
|
Loading…
Reference in New Issue