We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Howdy! I finally got this working with the base openldap install. Learned a lot about ldap searching. Thanks for the lib!!
Now when the user object shows up I am trying to save the jpegPhoto to a file for use as the profile pic. But I cannot figure out the format
I have tried (among many other things): fs.writeFileSync(jpgPath, ldapUser.jpegPhoto);
And var jpg = new Buffer(ldapUser.jpegPhoto, 'base64'); fs.writeFileSync(jpgPath, jpg);
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
Same problem!!!
Sorry, something went wrong.
No branches or pull requests
Howdy! I finally got this working with the base openldap install. Learned a lot about ldap searching. Thanks for the lib!!
Now when the user object shows up I am trying to save the jpegPhoto to a file for use as the profile pic. But I cannot figure out the format
I have tried (among many other things):
fs.writeFileSync(jpgPath, ldapUser.jpegPhoto);
And
var jpg = new Buffer(ldapUser.jpegPhoto, 'base64');
fs.writeFileSync(jpgPath, jpg);
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: