ssl - Can i create users with passwords in openldap on non secure port 389 -


i working on application need create user passwords within open ldap. problem don't have relevant certificate can add truststore. certificate in time can't wait that.

i know in active directory if want such thing must have 128 bit ssl connection between client , server , have use unicodepwd attribute guessing open ldap don't need ssl connection , password saved in attribute userpassword can add user password on port 389. assumptions correct?

can please point me setup openldap on windows environment used own tests. thanks

i guessing open ldap don't need ssl connection , password saved in attribute userpassword can add user password on port 389. assumptions correct?

yes, can it, isn't advisable, transmitting passwords in plaintext. should go yard , set ssl well, on port 636, or starttls option on port 389 if port conservation issue.

can please point me setup openldap on windows environment used own tests.

it's documented @ http://openldap.org. windows-specific instructions depend partly on windows port of openldap you're using. i'm aware of @ least three.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -