-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #193 from wazo-platform/WP-991-SPA191-Update
miscellaneous fixes change option for admin/user password add profile rule A for local provisioning Reviewed-by: Alexandre Fournier <None>
- Loading branch information
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" standalone="yes"?> | ||
<flat-profile> | ||
<Resync_On_Reset>Yes</Resync_On_Reset> | ||
<Resync_Periodic>3600</Resync_Periodic> | ||
<Profile_Rule_B>http://{{ ip }}:{{ http_port }}/spa-ata.xml?mac=$MA</Profile_Rule_B> | ||
<Profile_Rule_C>http://{{ ip }}:{{ http_port }}/$MA.xml</Profile_Rule_C> | ||
<Resync_On_Reset ua="na">Yes</Resync_On_Reset> | ||
<Resync_Periodic ua="na">3600</Resync_Periodic> | ||
<Profile_Rule ua="na">http://{{ ip }}:{{ http_port }}/ata$PSN.cfg</Profile_Rule> | ||
<Profile_Rule_B ua="na">http://{{ ip }}:{{ http_port }}/spa-ata.xml?mac=$MA</Profile_Rule_B> | ||
<Profile_Rule_C ua="na">http://{{ ip }}:{{ http_port }}/$MA.xml</Profile_Rule_C> | ||
</flat-profile> |