You are here

function ldap_user_ws_out in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_user/ldap_user.ws.inc \ldap_user_ws_out()
1 call to ldap_user_ws_out()
ldap_user_ws in ldap_user/ldap_user.ws.inc
@todo: this needs work in a few areas:

File

ldap_user/ldap_user.ws.inc, line 141
functions related to REST webservices for LDAP User module

Code

function ldap_user_ws_out($response) {
  return join("\n", $response);
}