You are here

public function LdapAuthorizationConsumerOG::createConsumer in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_authorization/ldap_authorization_og/LdapAuthorizationConsumerOG.class.php \LdapAuthorizationConsumerOG::createConsumer()

this function is not implemented for og, but could be if a use case for generating og groups and roles on the fly existed.

Overrides LdapAuthorizationConsumerAbstract::createConsumer

See also

LdapAuthorizationConsumerAbstract::createConsumer

File

ldap_authorization/ldap_authorization_og/LdapAuthorizationConsumerOG.class.php, line 64

Class

LdapAuthorizationConsumerOG

Code

public function createConsumer($consumer_id, $consumer) {
  return FALSE;
}