Skip to content

Commit

Permalink
Update password_plugins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
droideck committed Dec 20, 2024
1 parent 3becf5a commit 80a929e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib389/lib389/password_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, instance, dn=f'cn=SSHA,{DN_PWDSTORAGE_SCHEMES}'):

class PBKDF2SHA256NSSPlugin(PasswordPlugin):
def __init__(self, instance, dn=f'cn=PBKDF2_SHA256,{DN_PWDSTORAGE_SCHEMES}'):
super(SSHAPlugin, self).__init__(instance, dn)
super(PBKDF2SHA256NSSPlugin, self).__init__(instance, dn)


class PBKDF2BasePlugin(PasswordPlugin):
Expand Down

0 comments on commit 80a929e

Please sign in to comment.