#
b42b93d8 |
| 03-Dec-2019 |
Derick Montague <derick.montague@ibm.com> |
Fix LDAP request resulting in 400 response
- Remove all references to the AuthenticationType property since our request is a PATCH and we are not changing the value.
Resolves: https://github.com/op
Fix LDAP request resulting in 400 response
- Remove all references to the AuthenticationType property since our request is a PATCH and we are not changing the value.
Resolves: https://github.com/openbmc/phosphor-webui/issues/102
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I911ac41bf61250847e4c308f09df8fd59dd27fa7
show more ...
|
#
f5e9de03 |
| 12-Nov-2019 |
Derick Montague <derick.montague@ibm.com> |
Send password when saving LDAP settings
- Add password to the createLdapEnableRequest Authentication object to be sent with the LDAP payload - Add a Password to scoped ldapProperties object
Sign
Send password when saving LDAP settings
- Add password to the createLdapEnableRequest Authentication object to be sent with the LDAP payload - Add a Password to scoped ldapProperties object
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I63a880548bc3d9d61c4b73719457ce19222aa354
show more ...
|
#
7bdb91d4 |
| 24-Sep-2019 |
Derick Montague <derick.montague@ibm.com> |
Fix LDAP service update error
When a service is enabled, it must be disabled prior to changing the service type, e.g change from OpenLDAP to ActiveDirectory.
- Add check to determine if a service i
Fix LDAP service update error
When a service is enabled, it must be disabled prior to changing the service type, e.g change from OpenLDAP to ActiveDirectory.
- Add check to determine if a service is already enabled - Make two calls if service is already enabled. First to disable existing service. Second to enable updated service - Remove toast message for ssl check and replace with error message which also keeps submit button disabled if the regex pattern is not met
Tested: - Edge - Safari - Firefox - Chrome - IE 11
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I195eeb7d1cd3621681c18f4dd9aa4414eb079c09
show more ...
|
#
afc8a799 |
| 17-Jun-2019 |
miramurali23 <miramurali23@gmail.com> |
Update users navigation section
- Changed the section name to be access-control - Moved LDAP Settings and Certificate Management to access-control navigation - Changed Manage User Account subsection
Update users navigation section
- Changed the section name to be access-control - Moved LDAP Settings and Certificate Management to access-control navigation - Changed Manage User Account subsection name to Local User Management
Resolves: openbmc/phosphor-webui#619
Signed-off-by: Mira Murali <miramurali23@gmail.com> Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I0d94c80c295b997d94c04330fd87f4fc4d229bf8
show more ...
|