Skip to content

Commit

Permalink
EPMRPP-87165 || New LDAP password encryption type (#3672)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Aug 13, 2024
1 parent 90874c5 commit 1a6f568
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ export class LdapFormFields extends Component {
{ value: 'LDAP_SHA', label: 'LDAP_SHA' },
{ value: 'MD4', label: 'MD4' },
{ value: 'MD5', label: 'MD5' },
{ value: 'PBKDF2', label: 'PBKDF2' },
];

render() {
Expand Down

0 comments on commit 1a6f568

Please sign in to comment.