
| Key: |
XX-3320
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Raghu Venkataramana
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
changein relam.jpg (31 kB) 2004-12-27 12:45 - Raghu Venkataramana
2.
relam_changes.jpg (87 kB) 2004-12-27 12:46 - Raghu Venkataramana
|
|
Environment:
|
RHE - Minimal Configuration
Sipx from beta distribution
RHE - Minimal Configuration
Sipx from beta distribution
|
|
|
This issue is being filed on behalf of Sathya Shankar
After changing the domain name in sipXconfig, the primary line's credential becomes editable and allows you to change the credential details.
Step to reproduce:
1) First go to the Administration -> Settings and change the domain name.
2) After that, for any user, click on the 'Lines' tab.
Expected result:
The credentials field should not have an edit icon next to it. (This is the default behavior)
Actual result:
The credentials field *does* have an edit icon and it can be edited.
|
|
Description
|
This issue is being filed on behalf of Sathya Shankar
After changing the domain name in sipXconfig, the primary line's credential becomes editable and allows you to change the credential details.
Step to reproduce:
1) First go to the Administration -> Settings and change the domain name.
2) After that, for any user, click on the 'Lines' tab.
Expected result:
The credentials field should not have an edit icon next to it. (This is the default behavior)
Actual result:
The credentials field *does* have an edit icon and it can be edited. |
Show » |
Sort Order:
|
- credentials for realms that are equal to sipX domain (sic!) are always read-only; credentials for other realm are always editable.
It does not matter if you change the domain name or not. What matters is if your realm is the same as your domain. If it is your credentials, are non-editable.
Until 2.6 domain and realm were used in sipX pretty much interchangeably: this is one of the cases where domain is used in the place where realm should be used.
We have 2 options:
(1) - compare credentials realm to sipX realm (and not to domain name) to determine if credentials are read-only
(2) - make all credentials, always editable - the consequence of that would be that if administrator modifies user's primary credentials, the Voicemail PIN will be changed, but the password that enables to log in into sipXconfig user portal will remain unchanged (I suppose the fact that primary line credential plays this double role is what prompted sipXconfig original authors to make it read-only)
I'll attempt to implement (1) since it's more in the spirit of current solution.
In future we need to support a clear separation between sip password and user pin (which hopefully also clarifies the lines credentials UI) and we will be able to enable editing for all credentials.