Remove debug output
This commit is contained in:
parent
b810e27480
commit
8f819d12c0
@ -7,7 +7,6 @@ module LdapManager
|
|||||||
|
|
||||||
def call
|
def call
|
||||||
treebase = @ou ? "ou=#{@ou},cn=users,#{suffix}" : ldap_config["base"]
|
treebase = @ou ? "ou=#{@ou},cn=users,#{suffix}" : ldap_config["base"]
|
||||||
puts treebase.inspect
|
|
||||||
attributes = %w{ jpegPhoto }
|
attributes = %w{ jpegPhoto }
|
||||||
filter = Net::LDAP::Filter.eq("cn", @cn)
|
filter = Net::LDAP::Filter.eq("cn", @cn)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user