Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
- Environment:
-
RHE - Minimal Configuration
Sipx from beta distribution
- 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.