Marmot Manual

MU_Authorize::MU_Authorize

(Version unspecified)

MU_Authorize::MU_Authorize — Create a new MU_Authorization object

Description

MU_Authorize MU_Authorizestring dn)

Parameters

  • dn - the fully-qualified LDAP DN of the user you wish to authorize

Return value

This constructor returns a new MU_Authorize object.

Examples

Example 59. Creating an MU_Authorize object

<?php $auth = new Authorize($_SESSION['authenticated_dn']); ?>

See also