

Public Member Functions | |
| __construct () | |
| setAuth ($auth) | |
| CheckAccess ($module, $action, $deny=false, $group=false) | |
| GetTransactionRights ($transaction, $login) | |
| GetRights ($login) | |
| GetGroups ($login) | |
| GetUsersAllowed ($module, $action=A_ACCESS) | |
| GetGroupsAllowed ($module, $action=A_ACCESS) | |
Public Attributes | |
| $perms | |
Private Attributes | |
| $auth | |
Definition at line 2 of file mpermsldap.class.
| MPermsLdap::__construct | ( | ) |
Brief Description. Complete Description.
Reimplemented from MPerms.
Definition at line 7 of file mpermsldap.class.
| MPermsLdap::setAuth | ( | $ | auth | ) |
| MPermsLdap::CheckAccess | ( | $ | module, | |
| $ | action, | |||
| $ | deny = false, |
|||
| $ | group = false | |||
| ) |
Definition at line 27 of file mpermsldap.class.
References _M(), MPrompt::Error(), and GetGroupsAllowed().
Here is the call graph for this function:

| MPermsLdap::GetTransactionRights | ( | $ | transaction, | |
| $ | login | |||
| ) |
| MPermsLdap::GetRights | ( | $ | login | ) |
| MPermsLdap::GetGroups | ( | $ | login | ) |
| MPermsLdap::GetUsersAllowed | ( | $ | module, | |
| $ | action = A_ACCESS | |||
| ) |
| MPermsLdap::GetGroupsAllowed | ( | $ | module, | |
| $ | action = A_ACCESS | |||
| ) |
Reimplemented from MPerms.
Definition at line 124 of file mpermsldap.class.
Referenced by CheckAccess().
Here is the caller graph for this function:

MPermsLdap::$auth [private] |
| MPermsLdap::$perms |