provisionally implemented NTLM authentication.
This commit is contained in:
parent
f3e87dd406
commit
14c3db9b83
2 changed files with 28 additions and 6 deletions
|
@ -119,6 +119,12 @@ class LdapPdu
|
|||
@ldap_controls || []
|
||||
end
|
||||
|
||||
# Return serverSaslCreds, which are only present in BindResponse packets.
|
||||
# Messy. Does this functionality belong somewhere else?
|
||||
# We ought to refactor the accessors of this class before they get any kludgier.
|
||||
def result_server_sasl_creds
|
||||
@ldap_result && @ldap_result[:serverSaslCreds]
|
||||
end
|
||||
|
||||
#
|
||||
# parse_ldap_result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue