|
eZ Publish
[4.2]
|
Go to the source code of this file.
Variables | |
| $db = eZDB::instance() | |
| $defaultUserPlacement = $ini->variable( "UserSettings", "DefaultUserPlacement" ) | |
| if($LDAPUserGroupType!=null) | $ds = ldap_connect( $LDAPHost, $LDAPPort ) |
| $extraNodeAssignments = array() | |
| $ini = eZINI::instance() | |
| $LDAPBaseDN = $LDAPIni->variable( 'LDAPSettings', 'LDAPBaseDn' ) | |
| $LDAPBindPassword = $LDAPIni->variable( 'LDAPSettings', 'LDAPBindPassword' ) | |
| $LDAPBindUser = $LDAPIni->variable( 'LDAPSettings', 'LDAPBindUser' ) | |
| $LDAPEmailAttribute = $LDAPIni->variable( 'LDAPSettings', 'LDAPEmailAttribute' ) | |
| $LDAPFirstNameAttribute = $LDAPIni->variable( 'LDAPSettings', 'LDAPFirstNameAttribute' ) | |
| $LDAPHost = $LDAPServer | |
| $LDAPIni = eZINI::instance( 'ldap.ini' ) | |
| $LDAPLastNameAttribute = $LDAPIni->variable( 'LDAPSettings', 'LDAPLastNameAttribute' ) | |
| $LDAPLogin = $LDAPLoginAttribute | |
| $LDAPLoginAttribute = $LDAPIni->variable( 'LDAPSettings', 'LDAPLoginAttribute' ) | |
| $LDAPPort = $LDAPIni->variable( 'LDAPSettings', 'LDAPPort' ) | |
| $LDAPSearchScope = $LDAPIni->variable( 'LDAPSettings', 'LDAPSearchScope' ) | |
| $LDAPServer = $LDAPIni->variable( 'LDAPSettings', 'LDAPServer' ) | |
| $LDAPUserGroupAttribute = $LDAPIni->variable( 'LDAPSettings', 'LDAPUserGroupAttribute' ) | |
| $LDAPUserGroupAttributeType = $LDAPIni->variable( 'LDAPSettings', 'LDAPUserGroupAttributeType' ) | |
| $LDAPUsers = $db->arrayQuery( $query ) | |
| $LDAPVersion = $LDAPIni->variable( 'LDAPSettings', 'LDAPVersion' ) | |
| $query | |
| $retrieveAttributes | |
Definition in file ldapusermanage.php.
| $db = eZDB::instance() |
Definition at line 38 of file ldapusermanage.php.
| $defaultUserPlacement = $ini->variable( "UserSettings", "DefaultUserPlacement" ) |
Definition at line 65 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser(), eZTextFileUser\loginUser(), and eZLDAPUser\publishUpdateUser().
| if ($LDAPUserGroupType!=null) $ds = ldap_connect( $LDAPHost, $LDAPPort ) |
Definition at line 190 of file ldapusermanage.php.
Referenced by eZLDAPUser\getUserGroupsTree(), and eZLDAPUser\loginUser().
| $extraNodeAssignments = array() |
Definition at line 104 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $ini = eZINI::instance() |
Definition at line 46 of file ldapusermanage.php.
| $LDAPBaseDN = $LDAPIni->variable( 'LDAPSettings', 'LDAPBaseDn' ) |
Definition at line 54 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPBindPassword = $LDAPIni->variable( 'LDAPSettings', 'LDAPBindPassword' ) |
Definition at line 56 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPBindUser = $LDAPIni->variable( 'LDAPSettings', 'LDAPBindUser' ) |
Definition at line 55 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPEmailAttribute = $LDAPIni->variable( 'LDAPSettings', 'LDAPEmailAttribute' ) |
Definition at line 63 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPFirstNameAttribute = $LDAPIni->variable( 'LDAPSettings', 'LDAPFirstNameAttribute' ) |
Definition at line 61 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPHost = $LDAPServer |
Definition at line 51 of file ldapusermanage.php.
| $LDAPIni = eZINI::instance( 'ldap.ini' ) |
Definition at line 47 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser(), and eZLDAPUser\publishUpdateUser().
| $LDAPLastNameAttribute = $LDAPIni->variable( 'LDAPSettings', 'LDAPLastNameAttribute' ) |
Definition at line 62 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPLogin = $LDAPLoginAttribute |
Definition at line 60 of file ldapusermanage.php.
| $LDAPLoginAttribute = $LDAPIni->variable( 'LDAPSettings', 'LDAPLoginAttribute' ) |
Definition at line 59 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPPort = $LDAPIni->variable( 'LDAPSettings', 'LDAPPort' ) |
Definition at line 53 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPSearchScope = $LDAPIni->variable( 'LDAPSettings', 'LDAPSearchScope' ) |
Definition at line 58 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPServer = $LDAPIni->variable( 'LDAPSettings', 'LDAPServer' ) |
Definition at line 50 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPUserGroupAttribute = $LDAPIni->variable( 'LDAPSettings', 'LDAPUserGroupAttribute' ) |
Definition at line 68 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPUserGroupAttributeType = $LDAPIni->variable( 'LDAPSettings', 'LDAPUserGroupAttributeType' ) |
Definition at line 67 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $LDAPUsers = $db->arrayQuery( $query ) |
Definition at line 43 of file ldapusermanage.php.
| $LDAPVersion = $LDAPIni->variable( 'LDAPSettings', 'LDAPVersion' ) |
Definition at line 49 of file ldapusermanage.php.
Referenced by eZLDAPUser\loginUser().
| $query |
"SELECT contentobject_id, login FROM ezcontentobject, ezuser WHERE remote_id like 'LDAP%' AND ezcontentobject.id=contentobject_id"
Definition at line 39 of file ldapusermanage.php.
Referenced by eZDFSFileHandlerMySQLBackend\_checkCacheGenerationTimeout(), eZDBFileHandlerMysqlBackend\_checkCacheGenerationTimeout(), eZDBFileHandlerMysqlBackend\_getFileList(), eZDFSFileHandlerMySQLBackend\_getFileList(), eZDBFileHandlerMysqlBackend\_insert(), eZDFSFileHandlerMySQLBackend\_insert(), eZDBFileHandlerMysqlBackend\_insertUpdate(), eZDFSFileHandlerMySQLBackend\_insertUpdate(), eZUser\_loginUser(), eZDFSFileHandlerMySQLBackend\_query(), eZDBFileHandlerMysqlBackend\_query(), eZDBFileHandlerMysqlBackend\_selectOne(), eZDFSFileHandlerMySQLBackend\_selectOne(), eZDBFileHandlerMysqlBackend\_selectOneAssoc(), eZDFSFileHandlerMySQLBackend\_selectOneAssoc(), eZDBFileHandlerMysqlBackend\_selectOneRow(), eZDFSFileHandlerMySQLBackend\_selectOneRow(), eZDFSFileHandlerMySQLBackend\_startCacheGeneration(), eZDBFileHandlerMysqlBackend\_startCacheGeneration(), eZOrder\active(), eZOrder\activeCount(), eZContentObject\addContentObjectRelation(), eZContentObject\assignedNodes(), eZRole\assignToUser(), eZPostgreSQLDB\availableDatabases(), eZContentClassAttribute\cachedInfo(), eZContentObjectTreeNode\calendar(), eZMySQLiDB\checkCharsetPriv(), eZMySQLDB\checkCharsetPriv(), eZContentObjectTreeNode\childrenByName(), eZContentClassAttribute\classAttributeIdentifiersHash(), eZContentClass\classIdentifiersHash(), eZMySQLDB\connect(), eZContentObject\contentObjectAttributes(), eZContentObjectTreeNode\creator(), eZDFSFileHandlerMySQLBackend\expiredFilesList(), eZDBFileHandlerMysqlBackend\expiredFilesList(), eZMySQLDB\eZTableList(), eZContentObjectTreeNode\fetch(), eZContentObjectTreeNode\fetchAliasesFromNodeList(), eZContentObjectVersion\fetchAttributes(), eZContentObject\fetchAttributesByIdentifier(), eZURLAliasML\fetchByAction(), eZContentObject\fetchByNodeID(), eZURLAliasML\fetchByParentID(), eZURLAliasML\fetchByPath(), eZRole\fetchByUser(), eZUserDiscountRule\fetchByUserIDArray(), eZUser\fetchContentList(), eZVatRule\fetchCountByCategory(), eZVatType\fetchDependentClassesCount(), eZVatType\fetchDependentProductsCount(), eZGeneralDigestHandler\fetchHandlersForUser(), eZContentObject\fetchIDArray(), eZRole\fetchIDListByUser(), eZUserDiscountRule\fetchIDListByUserID(), eZImageFile\fetchImageAttributesByFilepath(), eZGeneralDigestHandler\fetchItemsForUser(), eZContentObjectTreeNode\fetchNode(), eZContentObjectTreeNode\fetchNodesByPathString(), eZURLAliasML\fetchPathByActionList(), eZProductCategory\fetchProductCountByCategory(), eZRole\fetchRolesByLimitation(), eZPgsqlSchema\fetchTableIndexes(), eZViewCounter\fetchTopList(), eZRole\fetchUserByRole(), eZRole\fetchUserID(), eZContentObject\fillNodeListAttributes(), eZPolicyLimitation\findByType(), eZContentObjectTreeNode\findMainNode(), eZContentObjectTreeNode\findMainNodeArray(), eZContentObjectTreeNode\findNode(), eZURLAliasML\findUniqueText(), eZContentObjectTreeNode\getParentNodeIdListByContentObjectID(), eZPathElement\getPath(), eZURLAliasML\getPath(), eZPathElement\getPathArray(), eZURL\handleList(), eZISBN13\hasRangeData(), eZLDAPUser\loginUser(), eZTextFileUser\loginUser(), eZSearchLog\mostFrequentPhraseArray(), eZContentObjectTreeNode\move(), eZVatRule\productCategories(), eZContentObject\relatedObjectCount(), eZContentObject\relatedObjects(), eZMySQLDB\relationCount(), eZMySQLDB\relationList(), eZURLAliasML\removeByAction(), eZProductCategory\removeByID(), eZNotificationCollection\removeEmpty(), eZVatRule\removeReferencesToProductCategory(), eZSearchLog\removeStatistics(), eZRole\removeUserAssignment(), eZRole\removeUserAssignmentByID(), eZURLAliasML\reverseTranslate(), eZRole\revertFromTemporaryVersion(), eZURLAliasML\setLangMaskAlwaysAvailable(), eZContentObjectAssignmentHandler\setupAssignments(), eZPreferences\setValue(), eZKeyword\store(), eZVatRule\store(), eZURLAliasML\storePath(), eZContentStructureTreeOperator\subTree(), eZContentObjectTreeNode\subTreeByNodeID(), eZContentObjectTreeNode\subTreeCountByNodeID(), eZContentObjectTreeNode\subTreeMultiPaths(), eZContentObjectTreeNode\subtreeSoleNodeCount(), eZURLAliasML\translate(), eZContentObjectVersion\translationList(), eZContentObjectTrashNode\trashList(), eZContentObjectVersion\unpublish(), eZPersistentObject\updateObjectList(), and eZContentObject\versionLanguageName().
| $retrieveAttributes |
Definition at line 96 of file ldapusermanage.php.
Referenced by eZLDAPUser\getUserGroupsTree(), and eZLDAPUser\loginUser().