Add user avatars to LDAP, upload on profile settings page #148

Merged
raucao merged 11 commits from feature/123-user_avatars into master 2023-09-13 13:01:25 +00:00
Showing only changes of commit 8f819d12c0 - Show all commits

View File

@ -7,7 +7,6 @@ module LdapManager
def call
treebase = @ou ? "ou=#{@ou},cn=users,#{suffix}" : ldap_config["base"]
puts treebase.inspect
attributes = %w{ jpegPhoto }
raucao marked this conversation as resolved
Review

✂️

✂️
filter = Net::LDAP::Filter.eq("cn", @cn)