|
Line
Link Here
|
| 0 |
-- eldap.erl (revision 621) |
0 |
++ eldap.erl (revision 680) |
|
Lines 713-719
Link Here
|
| 713 |
check_id(S#eldap.id, Msg#'LDAPMessage'.messageID), |
713 |
check_id(S#eldap.id, Msg#'LDAPMessage'.messageID), |
| 714 |
case Msg#'LDAPMessage'.protocolOp of |
714 |
case Msg#'LDAPMessage'.protocolOp of |
| 715 |
{bindResponse, Result} -> |
715 |
{bindResponse, Result} -> |
| 716 |
case Result#'LDAPResult'.resultCode of |
716 |
case Result#'BindResponse'.resultCode of |
| 717 |
success -> bound; |
717 |
success -> bound; |
| 718 |
Error -> {fail_bind, Error} |
718 |
Error -> {fail_bind, Error} |
| 719 |
end |
719 |
end |