Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add description new configuration key "rc_path" for specify RC installation web-server folder.
  • Loading branch information
Pavlo-Lyha authored Jun 15, 2023
1 parent a9f3bae commit 0e744f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CONFIGURATION
1. Go into the plugins/duo_auth/ directory and modify duo_auth.conf as necessary.
Enter all keys necessary for integration with Duo in the duo_auth.conf file.
Assuming a Duo integration has already been created in Duo's Admin Panel, you will be able to find all the information requested.
Specify the location of the redirect URI. After running the post-intall script above the `your_page_name_redirect.php` file should be located in the root roundcube directory. Modify the `header()` section of the `your_page_name_redirect.php` file to your particular needs. If you have a subdirectory where you access your WebMail application, adjust accordingly, for example: `header("Location: /WebMail/");` and `header("Location: /WebmMail/?_task=mail");`
Specify the location of the redirect URI. After running the post-intall script above the `your_page_name_redirect.php` file should be located in the root roundcube directory. Modify key "rc_path" in duo.conf file to your particular needs. If you have a subdirectory where you access your WebMail application, adjust accordingly, for example: rc_path = "/WebMail/" or rc_path = "/rc/". If you have root folder installation in your web-server nothing change requirement in duo.conf file, this value `("/")` specify by default.

2. Add the following line to your roundcube configuration file - config.inc.php located in config/config.inc.php

Expand Down

0 comments on commit 0e744f0

Please sign in to comment.