Skip to content
MJCheon edited this page Mar 3, 2022 · 14 revisions

Welcome to the electron-ldap-client wiki!

FAQ

Shortcut List

in 'Edit Attribute'

  • Save (Not apply LDAP Server)
    Ctrl+S (win)
    Command+S (mac)
    

in 'Main Page'

  • Save (Apply LDAP Server)
    Ctrl+S (win)
    Command+S (mac)
    
  • Refresh LDAP Entry
    F5 (win)
    Command+R (mac)
    

Adding Attributes

key=value form

ex) givenName=yourName
ex) userPassword=crypt:yourPasssword

Click 'Save' Button!

Modify Attributes

ex) oldEncryptPassword #userPassword
-> Modify to 'crypt:newPlainPassword'
-> Modify to 'ssha:newPlainPassword'

ex) test@test.com #email
-> Modify to 'test1@test2.com'

Click 'Save' Button

Possible userPassword Algorithm

  • ssha
  • smd5
  • sha
  • md5
  • crypt(md5)
Clone this wiki locally