Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ y ]
[ z ]
[ _ ]
a
- $aliases
- in file schema.inc, variable AttributeType::$aliases
An array of alias attribute names, strings
- $AliasNbPages
- in file fpdf.php, variable FPDF::$AliasNbPages
- $allowedHosts
- in file config.inc, variable LAMCfgMain::$allowedHosts
list of hosts which may access LAM
- $attrArray
- in file lists.inc, variable lamList::$attrArray
list of LDAP attributes
- $attributes
- in file export.inc, variable PlaLdapExporter::$attributes
- $attributes
- in file baseModule.inc, variable baseModule::$attributes
contains all ldap attributes which should be written
- $attributes
- in file modules.inc, variable accountContainer::$attributes
Array of all used attributes
- $attributes_orig
- in file modules.inc, variable accountContainer::$attributes_orig
original LDAP attributes when account was loaded from LDAP
- $ATTR_MEMBER_NAME
- in file groupOfNames.inc, variable groupOfNames::$ATTR_MEMBER_NAME
name of member attribute
- $ATTR_MEMBER_NAME
- in file groupOfUniqueNames.inc, variable groupOfUniqueNames::$ATTR_MEMBER_NAME
name of member attribute
- $author
- in file fpdf.php, variable FPDF::$author
- $autoAddObjectClasses
- in file baseModule.inc, variable baseModule::$autoAddObjectClasses
if true, managed object classes are added when an account is created or loaded (default: true)
- $AutoPageBreak
- in file fpdf.php, variable FPDF::$AutoPageBreak
- AcceptPageBreak
- in file fpdf.php, method FPDF::AcceptPageBreak()
- AcceptPageBreak
- in file ufpdf.php, method UFPDF::AcceptPageBreak()
- ACCESS_ALL
- in file config.inc, class constant LAMConfig::ACCESS_ALL
- ACCESS_PASSWORD_CHANGE
- in file config.inc, class constant LAMConfig::ACCESS_PASSWORD_CHANGE
- ACCESS_READ_ONLY
- in file config.inc, class constant LAMConfig::ACCESS_READ_ONLY
- account
- in file account.inc, class account
Manages the object class "account" for users and hosts.
- accountContainer
- in file modules.inc, class accountContainer
This class includes all modules and attributes of an account.
- addAlias
- in file schema.inc, method AttributeType::addAlias()
Adds an attribute name to the alias array.
- addChildObjectClass
- in file schema.inc, method ObjectClass::addChildObjectClass()
Adds an objectClass to the list of objectClasses that inherit from this objectClass.
- AddFont
- in file fpdf.php, method FPDF::AddFont()
- AddFont
- in file ufpdf.php, method UFPDF::AddFont()
- AddLink
- in file fpdf.php, method FPDF::AddLink()
- addMayAttrs
- in file schema.inc, method ObjectClass::addMayAttrs()
Behaves identically to addMustAttrs, but it operates on the MAY attributes of this objectClass.
- addMustAttrs
- in file schema.inc, method ObjectClass::addMustAttrs()
Adds the specified array of attributes to this objectClass' list of MUST attributes. The resulting array of must attributes will contain unique members.
- AddPage
- in file fpdf.php, method FPDF::AddPage()
- addRequiredByObjectClass
- in file schema.inc, method AttributeType::addRequiredByObjectClass()
Adds an objectClass name to this attribute's list of "required by" objectClasses, that is the list of objectClasses which must have this attribute.
- addUsedByAttr
- in file schema.inc, method MatchingRule::addUsedByAttr()
Adds an attribute name to the list of attributes who use this MatchingRule
- addUsedInObjectClass
- in file schema.inc, method AttributeType::addUsedInObjectClass()
Adds an objectClass name to this attribute's list of "used in" objectClasses, that is the list of objectClasses which provide this attribute.
- add_aliases_to_attrs
- in file schema.inc, function add_aliases_to_attrs()
For each attribute that has multiple names, this function adds unique entries to the attrs array for those names. Ie, attributeType has name 'gn' and 'givenName'.
- add_cache
- in file cache.inc, method cache::add_cache()
This function adds attributes to the cache.
- add_sup_to_attrs
- in file schema.inc, function add_sup_to_attrs()
Adds inherited values to each attributeType specified by the SUP directive.
- AliasNbPages
- in file fpdf.php, method FPDF::AliasNbPages()
- AliasNbPages
- in file ufpdf.php, method UFPDF::AliasNbPages()
- arrayLower
- in file tree.inc, function arrayLower()
- array_delete
- in file account.inc, function array_delete()
This function will return all values from $array without values of $values.
- array_stripslashes
- in file tree.inc, function array_stripslashes()
Strips all slashes from the specified array in place (pass by ref).
- AttributeType
- in file schema.inc, method AttributeType::AttributeType()
Creates a new AttributeType objcet from a raw LDAP AttributeType string.
- AttributeType
- in file schema.inc, class AttributeType
Represents an LDAP AttributeType
- account.inc
- procedural page account.inc
- account.inc
- procedural page account.inc
- adminLogin.php
- procedural page adminLogin.php
- adminMain.php
- procedural page adminMain.php
- add_attr.php
- procedural page add_attr.php
- add_attr_form.php
- procedural page add_attr_form.php
- add_oclass.php
- procedural page add_oclass.php
- add_oclass_form.php
- procedural page add_oclass_form.php
- add_value.php
- procedural page add_value.php
- add_value_form.php
- procedural page add_value_form.php
top
b
- $base_dn
- in file export.inc, variable LdapExportInfo::$base_dn
- $bMargin
- in file fpdf.php, variable FPDF::$bMargin
- $br
- in file export.inc, variable PlaExporter::$br
- $buffer
- in file fpdf.php, variable FPDF::$buffer
- baseModule
- in file baseModule.inc, class baseModule
Parent class of all account modules.
- baseType
- in file baseType.inc, class baseType
This is the parent class of all account types.
- buildUploadAccounts
- in file modules.inc, function buildUploadAccounts()
This function builds the LDAP accounts for the file upload.
- build_initial_tree_icons
- in file tree.inc, function build_initial_tree_icons()
Builds the initial array that stores the icon-lookup for each server's DN in the tree browser. The returned
- build_uploadAccounts
- in file posixGroup.inc, method posixGroup::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file posixAccount.inc, method posixAccount::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file nisMailAlias.inc, method nisMailAlias::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file sambaAccount.inc, method sambaAccount::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file shadowAccount.inc, method shadowAccount::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file sambaSamAccount.inc, method sambaSamAccount::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file sambaGroupMapping.inc, method sambaGroupMapping::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file sambaDomain.inc, method sambaDomain::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file inetLocalMailRecipient.inc, method inetLocalMailRecipient::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file groupOfNames.inc, method groupOfNames::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file baseModule.inc, method baseModule::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file ldapPublicKey.inc, method ldapPublicKey::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file ieee802device.inc, method ieee802Device::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file kolabUser.inc, method kolabUser::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file account.inc, method account::build_uploadAccounts()
In this function the LDAP account is built up.
- build_uploadAccounts
- in file inetOrgPerson.inc, method inetOrgPerson::build_uploadAccounts()
In this function the LDAP account is built up.
- baseModule.inc
- procedural page baseModule.inc
- baseType.inc
- procedural page baseType.inc
top
c
- $children_objectclasses
- in file schema.inc, variable ObjectClass::$children_objectclasses
array of objectClasses which inherit from this one (must be set at runtime explicitly by the caller)
- $cMargin
- in file fpdf.php, variable FPDF::$cMargin
- $ColorFlag
- in file fpdf.php, variable FPDF::$ColorFlag
- $compress
- in file fpdf.php, variable FPDF::$compress
- $CoreFonts
- in file fpdf.php, variable FPDF::$CoreFonts
- $counter
- in file export.inc, variable PlaLdifExporter::$counter
- $counter
- in file export.inc, variable PlaDsmlExporter::$counter
- $creator
- in file fpdf.php, variable FPDF::$creator
- $ctx
- in file sambaMungedDial.inc, variable sambaMungedDial::$ctx
- $ctxattributes
- in file sambaMungedDial.inc, variable sambaMungedDial::$ctxattributes
- $CurOrientation
- in file fpdf.php, variable FPDF::$CurOrientation
- $CurrentFont
- in file fpdf.php, variable FPDF::$CurrentFont
- cache
- in file cache.inc, class cache
This class contains all functions which are needed to manage the LDAP cache.
- cached_schema_available
- in file schema.inc, function cached_schema_available()
Returns true if the schema for $schema_type has been cached and
- can_manage
- in file baseModule.inc, method baseModule::can_manage()
Returns true if this module fits for the current scope.
- Cell
- in file ufpdf.php, method UFPDF::Cell()
- Cell
- in file fpdf.php, method FPDF::Cell()
- checkASCII
- in file posixAccount.inc, method posixAccount::checkASCII()
Checks if an attribute contains only ASCII charaters and replaces invalid characters.
- checkChmod
- in file config.inc, function checkChmod()
Checks whether a specific flag in the rights string is set.
- checkClientIP
- in file security.inc, function checkClientIP()
Checks if the client's IP address is on the list of allowed IPs.
- checkConfigOptions
- in file modules.inc, function checkConfigOptions()
Checks if the configuration options are valid
- checkIfPasswordChangeIsAllowed
- in file security.inc, function checkIfPasswordChangeIsAllowed()
Checks if passwords may be changed.
- checkIfWriteAccessIsAllowed
- in file security.inc, function checkIfWriteAccessIsAllowed()
Checks if write access to LDAP is allowed.
- checkPassword
- in file config.inc, method LAMCfgMain::checkPassword()
Checks if the given password matches.
- checkProfileOptions
- in file modules.inc, function checkProfileOptions()
Checks if the profile options are valid
- checkSchemaForModule
- in file schemaTest.php, function checkSchemaForModule()
Checks if the object classes and attributes for this module are available.
- checkSelfServiceOptions
- in file sambaSamAccount.inc, method sambaSamAccount::checkSelfServiceOptions()
Checks if all input values are correct and returns the LDAP commands which should be executed.
- checkSelfServiceOptions
- in file baseModule.inc, method baseModule::checkSelfServiceOptions()
Checks if all input values are correct and returns the LDAP commands which should be executed.
- checkSelfServiceOptions
- in file selfService.inc, function checkSelfServiceOptions()
Checks if all input values are correct and returns the LDAP commands which should be executed.
- checkSelfServiceOptions
- in file posixAccount.inc, method posixAccount::checkSelfServiceOptions()
Checks if all input values are correct and returns the LDAP commands which should be executed.
- checkSelfServiceOptions
- in file inetOrgPerson.inc, method inetOrgPerson::checkSelfServiceOptions()
Checks if all input values are correct and returns the LDAP commands which should be executed.
- checkSelfServiceSettings
- in file baseModule.inc, method baseModule::checkSelfServiceSettings()
Checks if the self service settings are valid.
- checkSelfServiceSettings
- in file selfService.inc, function checkSelfServiceSettings()
Checks if the self service settings are valid
- check_configOptions
- in file baseModule.inc, method baseModule::check_configOptions()
Checks input values of module settings.
- check_configOptions
- in file posixAccount.inc, method posixAccount::check_configOptions()
Checks input values of module settings.
- check_module_conflicts
- in file modules.inc, function check_module_conflicts()
Checks if there are conflicts between modules
- check_module_depends
- in file modules.inc, function check_module_depends()
Checks if there are missing dependencies between modules.
- check_Passwd
- in file config.inc, method LAMConfig::check_Passwd()
Checks if the given password matches.
- check_profileOptions
- in file quota.inc, method quota::check_profileOptions()
Checks input values of account profiles.
- check_profileOptions
- in file baseModule.inc, method baseModule::check_profileOptions()
Checks input values of account profiles.
- Close
- in file fpdf.php, method FPDF::Close()
- close
- in file ldap.inc, method Ldap::close()
Closes connection to server
- cmp_array
- in file ldap.inc, method Ldap::cmp_array()
Helper function to sort the unit DNs
- cmp_array
- in file lists.inc, method lamList::cmp_array()
Compare function used for usort-method
- cmp_domain
- in file account.inc, function cmp_domain()
Helper function to sort the domains
- code2utf
- in file ufpdf.php, method UFPDF::code2utf()
- config_showAccountModules
- in file confmodules.php, function config_showAccountModules()
Displays the module selection boxes and checks if dependencies are fulfilled.
- connect
- in file ldap.inc, method Ldap::connect()
Connects to the server using the given username and password
- continue_main
- in file modules.inc, method accountContainer::continue_main()
This function is called when the user clicks on any button on the account pages.
- createModulePDF
- in file pdf.inc, function createModulePDF()
This function creates the PDF output of one or more accounts. At the moment this function can create a PDF page for user, group and host accounts. But this is not limited by the function itself but by the account types that are allowed in LAM and the exsisting PDF structure definitions.
- cache.inc
- procedural page cache.inc
- config.inc
- procedural page config.inc
- createntlm.inc
- procedural page createntlm.inc
- conflogin.php
- procedural page conflogin.php
- confmain.php
- procedural page confmain.php
- confmodules.php
- procedural page confmodules.php
- conftypes.php
- procedural page conftypes.php
- changePassword.php
- procedural page changePassword.php
- collapse.php
- procedural page collapse.php
- create.php
- procedural page create.php
- create_form.php
- procedural page create_form.php
- creation_template.php
- procedural page creation_template.php
- custom.php
- procedural page custom.php
- conf-main-test.php
- procedural page conf-main-test.php
- conf-test.php
- procedural page conf-test.php
top
d
- $default
- in file config.inc, variable LAMCfgMain::$default
Default profile
- $DefOrientation
- in file fpdf.php, variable FPDF::$DefOrientation
- $deliveryAddress
- in file export.inc, variable PlaVcardExporter::$deliveryAddress
- $descArray
- in file lists.inc, variable lamList::$descArray
list of attribute descriptions
- $description
- in file tools.php, variable LAMTool::$description
description text
- $description
- in file schema.inc, variable SchemaItem::$description
The description of this schema item.
- $diffs
- in file fpdf.php, variable FPDF::$diffs
- $dn
- in file modules.inc, variable accountContainer::$dn
DN suffix of the account
- $dn
- in file account.inc, variable samba3domain::$dn
DN
- $dn_orig
- in file modules.inc, variable accountContainer::$dn_orig
DN suffix of account when it was loaded
- $DrawColor
- in file fpdf.php, variable FPDF::$DrawColor
- decode_munged
- in file sambaMungedDial.inc, method sambaMungedDial::decode_munged()
Takes a base64-encoded MungedDial-String and returns an array of included parameters and values
- decrypt
- in file ldap.inc, method Ldap::decrypt()
Decrypts a string
- decrypt_login
- in file ldap.inc, method Ldap::decrypt_login()
Decrypts username and password
- delAccountProfile
- in file profiles.inc, function delAccountProfile()
Deletes an account profile
- deleteDN
- in file delete.php, function deleteDN()
Deletes a DN and all child entries.
- deletePDFStructureDefinition
- in file pdfstruct.inc, function deletePDFStructureDefinition()
Deletes XML file with PDF structure definitions.
- delete_attributes
- in file posixGroup.inc, method posixGroup::delete_attributes()
Checks if the group which should be deleted is still used as primary group.
- delete_attributes
- in file posixAccount.inc, method posixAccount::delete_attributes()
Additional LDAP operations on delete.
- delete_attributes
- in file baseModule.inc, method baseModule::delete_attributes()
Dummy function for modules which use no special options on account deletion.
- destroy
- in file ldap.inc, method Ldap::destroy()
Closes connection to LDAP server and deletes encrypted username/password
- displayExportInfo
- in file export.inc, method PlaLdifExporter::displayExportInfo()
- displayHelp
- in file help.php, function displayHelp()
Print help site for a specific help number.
- display_html_attributes
- in file ldapPublicKey.inc, method ldapPublicKey::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file sambaAccount.inc, method sambaAccount::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file posixGroup.inc, method posixGroup::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file nisMailAlias.inc, method nisMailAlias::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file sambaDomain.inc, method sambaDomain::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file account.inc, method account::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file quota.inc, method quota::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file kolabUser.inc, method kolabUser::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file inetLocalMailRecipient.inc, method inetLocalMailRecipient::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file ieee802device.inc, method ieee802Device::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file shadowAccount.inc, method shadowAccount::display_html_attributes()
This function will create the meta HTML code to show a page with all attributes.
- display_html_attributes
- in file groupOfNames.inc, method groupOfNames::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file inetOrgPerson.inc, method inetOrgPerson::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file sambaSamAccount.inc, method sambaSamAccount::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file sambaGroupMapping.inc, method sambaGroupMapping::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_attributes
- in file posixAccount.inc, method posixAccount::display_html_attributes()
Returns the HTML meta data for the main account page.
- display_html_delete
- in file posixAccount.inc, method posixAccount::display_html_delete()
Displays the delete homedir option for the delete page.
- display_html_delete
- in file baseModule.inc, method baseModule::display_html_delete()
Dummy function for modules which do not print extra HTML code on account deletion.
- display_html_deleteUser
- in file kolabUser.inc, method kolabUser::display_html_deleteUser()
This function will create the meta HTML code to show a page to delete accounts.
- display_html_expire
- in file shadowAccount.inc, method shadowAccount::display_html_expire()
This function will create the meta HTML code to show a page with the expiration date.
- display_html_group
- in file posixAccount.inc, method posixAccount::display_html_group()
Displays the group selection.
- display_html_logonHours
- in file sambaSamAccount.inc, method sambaSamAccount::display_html_logonHours()
This function will create the HTML page to edit logon hours.
- display_html_members
- in file groupOfNames.inc, method groupOfNames::display_html_members()
This function will create the meta HTML code to show a page to change the member attribute.
- display_html_owner
- in file groupOfNames.inc, method groupOfNames::display_html_owner()
This function will create the meta HTML code to show a page to change the owner attribute.
- display_html_password
- in file posixAccount.inc, method posixAccount::display_html_password()
Displays the password changing dialog.
- display_html_password
- in file posixGroup.inc, method posixGroup::display_html_password()
Displays the password changing dialog.
- display_html_password
- in file inetOrgPerson.inc, method inetOrgPerson::display_html_password()
Displays the password changing dialog.
- display_html_photo
- in file inetOrgPerson.inc, method inetOrgPerson::display_html_photo()
Displays the photo upload page.
- display_html_sambaUserWorkstations
- in file sambaSamAccount.inc, method sambaSamAccount::display_html_sambaUserWorkstations()
This function will create the HTML page to edit the allowed workstations.
- display_html_terminalServer
- in file sambaSamAccount.inc, method sambaSamAccount::display_html_terminalServer()
This function will create the HTML page to edit the terminal server options.
- display_html_time
- in file sambaSamAccount.inc, method sambaSamAccount::display_html_time()
This function will create the meta HTML code to show a page to change time values.
- display_html_user
- in file posixGroup.inc, method posixGroup::display_html_user()
Displays selections to add or remove users from current group.
- display_html_userWorkstations
- in file sambaAccount.inc, method sambaAccount::display_html_userWorkstations()
This function will create the HTML page to edit the allowed workstations.
- display_LoginPage
- in file login.php, function display_LoginPage()
Displays the login window.
- display_main
- in file ou_edit.php, function display_main()
- dn_exists
- in file tree.inc, function dn_exists()
Gets whether an entry exists based on its DN. If the entry exists, returns true. Otherwise returns false.
- doHash
- in file createntlm.inc, method smbHash::doHash()
- doUploadPostActions
- in file posixAccount.inc, method posixAccount::doUploadPostActions()
This function executes one post upload action.
- doUploadPostActions
- in file baseModule.inc, method baseModule::doUploadPostActions()
This function executes one post upload action.
- doUploadPostActions
- in file modules.inc, function doUploadPostActions()
This function executes one post upload action.
- doUploadPostActions
- in file quota.inc, method quota::doUploadPostActions()
This function executes one post upload action.
- draw_create_link
- in file tree.php, function draw_create_link()
- draw_formatted_dn
- in file tree.inc, function draw_formatted_dn()
Gets a DN string using the user-configured tree_display_format string to format it.
- draw_jpeg_photos
- in file tree.inc, function draw_jpeg_photos()
Draw the jpegPhoto image(s) for an entry wrapped in HTML. Many options are available to specify how the images are to be displayed.
- draw_server_tree
- in file tree.inc, function draw_server_tree()
Prints the HTML of the tree view.
- draw_tree_html
- in file tree.php, function draw_tree_html()
Recursively descend on the given dn and draw the tree in html
- delete.php
- procedural page delete.php
- deletelink.php
- procedural page deletelink.php
- delete.php
- procedural page delete.php
- delete_attr.php
- procedural page delete_attr.php
- delete_form.php
- procedural page delete_form.php
- download_binary_attr.php
- procedural page download_binary_attr.php
top
e
- $entries
- in file lists.inc, variable lamList::$entries
LDAP entries
- $entry_array
- in file export.inc, variable PlaLdapExporter::$entry_array
- $entry_id
- in file export.inc, variable PlaLdapExporter::$entry_id
- $equality
- in file schema.inc, variable AttributeType::$equality
The equality rule used
- $escapeCode
- in file export.inc, variable PlaCSVExporter::$escapeCode
- $exporter
- in file export.inc, variable PlaExporter::$exporter
- echoHTMLFoot
- in file help.php, function echoHTMLFoot()
Print HTML footer of the help page.
- echoHTMLHead
- in file help.php, function echoHTMLHead()
Print HTML header of the help page.
- encode_munged
- in file sambaMungedDial.inc, method sambaMungedDial::encode_munged()
Encode full MungedDial-String
- encrypt
- in file ldap.inc, method Ldap::encrypt()
Encrypts a string
- encrypt_login
- in file ldap.inc, method Ldap::encrypt_login()
Encrypts username and password
- endian
- in file sambaMungedDial.inc, method sambaMungedDial::endian()
endian
- Error
- in file fpdf.php, method FPDF::Error()
- export
- in file export.inc, method PlaVcardExporter::export()
When doing an exporter, the method export need to be overriden.
- export
- in file export.inc, method PlaCSVExporter::export()
- export
- in file export.inc, method PlaExporter::export()
Abstract method use to export data.
- export
- in file export.inc, method PlaDsmlExporter::export()
Export the entries to DSML
- export
- in file export.inc, method PlaLdifExporter::export()
Export entries to ldif format
- export
- in file export.inc, method MyCustomExporter::export()
When doing an exporter, the method export need to be overriden.
- E_P16
- in file createntlm.inc, method smbHash::E_P16()
E_P16
- export.inc
- procedural page export.inc
- edit.php
- procedural page edit.php
- edit.php
- procedural page edit.php
- expand.php
- procedural page expand.php
- export.php
- procedural page export.php
- export_form.php
- procedural page export_form.php
top
f
- $fh
- in file fpdf.php, variable FPDF::$fh
- $fhPt
- in file fpdf.php, variable FPDF::$fhPt
- $FillColor
- in file fpdf.php, variable FPDF::$FillColor
- $filterText
- in file lists.inc, variable lamList::$filterText
filter string to include in URL
- $FontFamily
- in file fpdf.php, variable FPDF::$FontFamily
- $FontFiles
- in file fpdf.php, variable FPDF::$FontFiles
- $fontList
- in file lamPDF.inc, variable lamPDF::$fontList
list of supported fonts
- $fontName
- in file lamPDF.inc, variable lamPDF::$fontName
current active font name
- $fonts
- in file fpdf.php, variable FPDF::$fonts
- $FontSize
- in file fpdf.php, variable FPDF::$FontSize
- $FontSizePt
- in file fpdf.php, variable FPDF::$FontSizePt
- $FontStyle
- in file fpdf.php, variable FPDF::$FontStyle
- $fw
- in file fpdf.php, variable FPDF::$fw
- $fwPt
- in file fpdf.php, variable FPDF::$fwPt
- fillFromPostData
- in file lists.inc, method lamSelectListOption::fillFromPostData()
Fills the config option from POST data.
- fillFromPostData
- in file lists.inc, method lamListOption::fillFromPostData()
Fills the config option from POST data.
- fillFromPostData
- in file lists.inc, method lamBooleanListOption::fillFromPostData()
Fills the config option from POST data.
- findgroups
- in file cache.inc, method cache::findgroups()
This function returns an array with all group names which were found in the LDAP directory.
- fixLDAPAttributes
- in file modules.inc, method accountContainer::fixLDAPAttributes()
Fixes spelling errors in the attribute names.
- Footer
- in file fpdf.php, method FPDF::Footer()
- footer
- in file lamPDF.inc, method lamPDF::footer()
- FPDF
- in file fpdf.php, class FPDF
Main FPDF class for creating PDF documents
- FPDF
- in file fpdf.php, method FPDF::FPDF()
*****************************************************************************
- FPDF_VERSION
- in file fpdf.php, constant FPDF_VERSION
*****************************************************************************
- fpdf.php
- procedural page fpdf.php
top
g
- generatePassword
- in file changePassword.php, function generatePassword()
Sets a generated password and displays it or sends it via mail.
- generateRandomPassword
- in file account.inc, function generateRandomPassword()
Generates a random password with 12 digits.
- genTime
- in file sambaMungedDial.inc, method sambaMungedDial::genTime()
genTime
- getAccessLevel
- in file config.inc, method LAMConfig::getAccessLevel()
Returns the access level for this profile.
- getAccountContainer
- in file baseModule.inc, method baseModule::getAccountContainer()
Returns the accountContainer object.
- getAccountModule
- in file modules.inc, method accountContainer::getAccountModule()
Returns the account module with the given class name
- getAccountModules
- in file modules.inc, method accountContainer::getAccountModules()
Returns the included account modules.
- getAccountProfiles
- in file profiles.inc, function getAccountProfiles()
Returns an array of string with all available profiles for the given account type
- getAdditionalTools
- in file user.inc, method lamUserList::getAdditionalTools()
Returns a list of lamListTool objects to display next to the edit/delete buttons.
- getAdditionalTools
- in file lists.inc, method lamList::getAdditionalTools()
Returns a list of lamListTool objects to display next to the edit/delete buttons.
- getAlias
- in file user.inc, method user::getAlias()
Returns the alias name of this account type.
- getAlias
- in file group.inc, method group::getAlias()
Returns the alias name of this account type.
- getAlias
- in file baseType.inc, method baseType::getAlias()
Returns the alias name of this account type.
- getAlias
- in file host.inc, method host::getAlias()
Returns the alias name of this account type.
- getAlias
- in file mailAlias.inc, method mailAlias::getAlias()
Returns the alias name of this account type.
- getAlias
- in file smbDomain.inc, method smbDomain::getAlias()
Returns the alias name of this account type.
- getAliases
- in file schema.inc, method AttributeType::getAliases()
Gets the names of attributes that are an alias for this attribute (if any).
- getAttributes
- in file baseModule.inc, method baseModule::getAttributes()
Returns the LDAP attributes which are managed in this module.
- getAvailableLogos
- in file pdfstruct.inc, function getAvailableLogos()
This function returns an array with all aviliable logo images.
- getAvailableModules
- in file modules.inc, function getAvailableModules()
Returns an array with all available user module names
- getAvailablePDFFields
- in file modules.inc, function getAvailablePDFFields()
Returns a list of available PDF entries.
- getBrokenConn
- in file sambaMungedDial.inc, method sambaMungedDial::getBrokenConn()
gets Broken-Connection value: disconnect/reset
- getButtonStatus
- in file account.inc, method account::getButtonStatus()
Controls if the module button the account page is visible and activated.
- getButtonStatus
- in file inetOrgPerson.inc, method inetOrgPerson::getButtonStatus()
Controls if the module button the account page is visible and activated.
- getButtonStatus
- in file posixGroup.inc, method posixGroup::getButtonStatus()
Controls if the module button the account page is visible and activated.
- getButtonStatus
- in file baseModule.inc, method baseModule::getButtonStatus()
Controls if the module button the account page is visible and activated.
- getButtonStatus
- in file nisMailAlias.inc, method nisMailAlias::getButtonStatus()
Controls if the module button the account page is visible and activated.
- getChildCount
- in file delete.php, function getChildCount()
Returns the number of child entries of a DN.
- getChildObjectClasses
- in file schema.inc, method ObjectClass::getChildObjectClasses()
Returns the array of objectClass names which inherit from this objectClass.
- getClearTextPassword
- in file posixAccount.inc, method posixAccount::getClearTextPassword()
Returns the clear text password.
- getConfigOptions
- in file modules.inc, function getConfigOptions()
Returns a hash array (module name => elements) of all module options for the configuration page.
- getConfigProfiles
- in file config.inc, function getConfigProfiles()
Returns an array of string with all available configuration profiles (without .conf)
- getConnectClientDrives
- in file sambaMungedDial.inc, method sambaMungedDial::getConnectClientDrives()
gets connect-client-drive-at-logon value: enabled/disabled
- getConnectClientPrinters
- in file sambaMungedDial.inc, method sambaMungedDial::getConnectClientPrinters()
gets connect-client-printers-at-logon value: enabled/disabled
- getCtxMaxConnectionTimeF
- in file sambaMungedDial.inc, method sambaMungedDial::getCtxMaxConnectionTimeF()
SMARTY: gets the checkbox state of "Connection"
- getCtxMaxDisconnectionTimeF
- in file sambaMungedDial.inc, method sambaMungedDial::getCtxMaxDisconnectionTimeF()
SMARTY: gets the checkbox state of "Disconnection"
- getCtxMaxIdleTimeF
- in file sambaMungedDial.inc, method sambaMungedDial::getCtxMaxIdleTimeF()
SMARTY: gets the checkbox state of "Idle"
- getdays
- in file account.inc, function getdays()
This function will return the days from 1.1.1970 until now.
- getDefaultListAttributes
- in file types.inc, function getDefaultListAttributes()
Returns the default attribute list for an account type.
- getDefaultListAttributes
- in file group.inc, method group::getDefaultListAttributes()
Returns the default attribute list for this account type.
- getDefaultListAttributes
- in file user.inc, method user::getDefaultListAttributes()
Returns the default attribute list for this account type.
- getDefaultListAttributes
- in file baseType.inc, method baseType::getDefaultListAttributes()
Returns the default attribute list for this account type.
- getDefaultListAttributes
- in file smbDomain.inc, method smbDomain::getDefaultListAttributes()
Returns the default attribute list for this account type.
- getDefaultListAttributes
- in file mailAlias.inc, method mailAlias::getDefaultListAttributes()
Returns the default attribute list for this account type.
- getDefaultListAttributes
- in file host.inc, method host::getDefaultListAttributes()
Returns the default attribute list for this account type.
- getDefaultPrinter
- in file sambaMungedDial.inc, method sambaMungedDial::getDefaultPrinter()
gets set-client-printer-to-default value: enabled/disabled
- getDescription
- in file schema.inc, method SchemaItem::getDescription()
- getDescription
- in file mailAlias.inc, method mailAlias::getDescription()
Returns the description of this account type.
- getDescription
- in file user.inc, method user::getDescription()
Returns the description of this account type.
- getDescription
- in file host.inc, method host::getDescription()
Returns the description of this account type.
- getDescription
- in file baseType.inc, method baseType::getDescription()
Returns the description of this account type.
- getDescription
- in file group.inc, method group::getDescription()
Returns the description of this account type.
- getDescription
- in file smbDomain.inc, method smbDomain::getDescription()
Returns the description of this account type.
- getEquality
- in file schema.inc, method AttributeType::getEquality()
Gets this attribute's equality string
- getgid
- in file cache.inc, method cache::getgid()
This function will return the GID number to an existing group name (using the cache).
- getgrnam
- in file cache.inc, method cache::getgrnam()
This function returns the group name to an existing gidNumber.
- getHelp
- in file modules.inc, function getHelp()
Returns a help entry from an account module.
- getIcon
- in file baseModule.inc, method baseModule::getIcon()
Returns the path to the module icon.
- getID
- in file lists.inc, method lamListOption::getID()
Returns the option ID.
- getImage
- in file lists.inc, method lamListTool::getImage()
Returns the name of the tool image.
- getInheritMode
- in file sambaMungedDial.inc, method sambaMungedDial::getInheritMode()
gets Inherit-config-from-client value: enabled/disabled
- getIsCollective
- in file schema.inc, method AttributeType::getIsCollective()
Gets whether this attribute is collective.
- getIsNoUserModification
- in file schema.inc, method AttributeType::getIsNoUserModification()
Gets whether this attribute is not modifiable by users.
- getIsObsolete
- in file schema.inc, method ObjectClass::getIsObsolete()
Gets whether this objectClass is flagged as obsolete by the LDAP server.
- getIsObsolete
- in file schema.inc, method AttributeType::getIsObsolete()
Gets whether this attribute has been flagged as obsolete by the LDAP server
- getIsObsolete
- in file schema.inc, method MatchingRule::getIsObsolete()
Gets whether this MatchingRule is flagged as obsolete by the LDAP server.
- getIsSingleValue
- in file schema.inc, method AttributeType::getIsSingleValue()
Gets whether this attribute is single-valued. If this attribute only supports single values, true is returned. If this attribute supports multiple values, false is returned.
- getLDAPAliases
- in file baseModule.inc, method baseModule::getLDAPAliases()
Returns a list of aliases for LDAP attributes.
- getLinkTarget
- in file lists.inc, method lamListTool::getLinkTarget()
Returns the PHP file (relative to 'templates/lists') which will be the target for this tool.
- getListAttributeDescriptions
- in file group.inc, method group::getListAttributeDescriptions()
Returns a list of attributes which have a translated description.
- getListAttributeDescriptions
- in file baseType.inc, method baseType::getListAttributeDescriptions()
Returns a list of attributes which have a translated description.
- getListAttributeDescriptions
- in file host.inc, method host::getListAttributeDescriptions()
Returns a list of attributes which have a translated description.
- getListAttributeDescriptions
- in file mailAlias.inc, method mailAlias::getListAttributeDescriptions()
Returns a list of attributes which have a translated description.
- getListAttributeDescriptions
- in file types.inc, function getListAttributeDescriptions()
Returns a list of attributes which have a translated description.
- getListAttributeDescriptions
- in file user.inc, method user::getListAttributeDescriptions()
Returns a list of attributes which have a translated description.
- getListAttributeDescriptions
- in file smbDomain.inc, method smbDomain::getListAttributeDescriptions()
Returns a list of attributes which have a translated description.
- getListClassName
- in file user.inc, method user::getListClassName()
Returns the class name for the list object.
- getListClassName
- in file mailAlias.inc, method mailAlias::getListClassName()
Returns the class name for the list object.
- getListClassName
- in file smbDomain.inc, method smbDomain::getListClassName()
Returns the class name for the list object.
- getListClassName
- in file host.inc, method host::getListClassName()
Returns the class name for the list object.
- getListClassName
- in file baseType.inc, method baseType::getListClassName()
Returns the class name for the list object.
- getListClassName
- in file group.inc, method group::getListClassName()
Returns the class name for the list object.
- getListClassName
- in file types.inc, function getListClassName()
Returns the class name for the list object.
- getManagedAttributes
- in file baseModule.inc, method baseModule::getManagedAttributes()
Returns a list of LDAP attributes which are managed by this module.
- getManagedObjectClasses
- in file baseModule.inc, method baseModule::getManagedObjectClasses()
Returns a list of managed object classes for this module.
- getMaxLength
- in file schema.inc, method AttributeType::getMaxLength()
Gets this attribute's the maximum length. If no maximum is defined by the LDAP server, null is returned.
- getMayAttrNames
- in file schema.inc, method ObjectClass::getMayAttrNames()
Gets an array of attribute names (strings) that entries of this ObjectClass must define.
- getMayAttrs
- in file schema.inc, method ObjectClass::getMayAttrs()
Gets an array of AttributeType objects that entries of this ObjectClass may define.
- getMetaHTML
- in file lists.inc, method lamListOption::getMetaHTML()
Returns the meta HTML data to display this option.
- getMetaHTML
- in file lists.inc, method lamBooleanListOption::getMetaHTML()
Returns the meta HTML data to display this option.
- getMetaHTML
- in file lists.inc, method lamSelectListOption::getMetaHTML()
Returns the meta HTML data to display this option.
- getModuleAlias
- in file modules.inc, function getModuleAlias()
Returns the alias name of a module
- getModulesDependencies
- in file modules.inc, function getModulesDependencies()
Returns a hash array (module name => dependencies) of all module dependencies
- getMunged
- in file sambaMungedDial.inc, method sambaMungedDial::getMunged()
Returns ready-to-run mungedDialString to be filled into ldap
- getMustAttrNames
- in file schema.inc, method ObjectClass::getMustAttrNames()
Gets an array of attribute names (strings) that entries of this ObjectClass must define.
- getMustAttrs
- in file schema.inc, method ObjectClass::getMustAttrs()
Gets an array of AttributeType objects that entries of this ObjectClass must define.
- getName
- in file schema.inc, method MatchingRuleUse::getName()
Gets this MatchingRuleUse's name
- getName
- in file lists.inc, method lamListTool::getName()
Returns the tool name.
- getName
- in file schema.inc, method AttributeType::getName()
Gets this attribute's name
- getName
- in file schema.inc, method MatchingRule::getName()
Gets this MatchingRule's name.
- getName
- in file schema.inc, method ObjectClass::getName()
Gets the name of this objectClass (ie, "inetOrgPerson")
- getName
- in file schema.inc, method ObjectClassAttribute::getName()
Gets this attribute's name
- getName
- in file config.inc, method LAMConfig::getName()
Returns the name of the config file
- getNextGIDs
- in file posixGroup.inc, method posixGroup::getNextGIDs()
Returns one or more free GID numbers.
- getNextUIDs
- in file posixAccount.inc, method posixAccount::getNextUIDs()
Returns one or more free UID numbers.
- getOID
- in file schema.inc, method SchemaItem::getOID()
- getOnDemandFlags
- in file sambaMungedDial.inc, method sambaMungedDial::getOnDemandFlags()
Returns array of flags, which can be set on-demand with activated java-script
- getOrdering
- in file schema.inc, method AttributeType::getOrdering()
Gets this attribute's ordering specification.
- getOriginalAttributes
- in file baseModule.inc, method baseModule::getOriginalAttributes()
Returns the LDAP attributes which are managed in this module (with unchanged values).
- getParentDN
- in file modules.inc, method accountContainer::getParentDN()
Returns the parent DN of a given DN.
- getPDFStructureDefinitions
- in file pdfstruct.inc, function getPDFStructureDefinitions()
This function will return all available PDF structure definitions for the submitted account scope.
- getProfileOptions
- in file modules.inc, function getProfileOptions()
Returns the elements for the profile page.
- getRDN
- in file modules.inc, method accountContainer::getRDN()
Returns the RDN part of a given DN.
- getRDNAttributes
- in file modules.inc, function getRDNAttributes()
Returns a list of LDAP attributes which can be used to form the RDN.
- getReConn
- in file sambaMungedDial.inc, method sambaMungedDial::getReConn()
gets Reconnection value: from any client/from previous client only
- getRecursiveAttributesFromObjectClass
- in file schemaTest.php, function getRecursiveAttributesFromObjectClass()
Returns the names of all attributes which are managed by the given object class and its parents.
- getRequiredByObjectClasses
- in file schema.inc, method AttributeType::getRequiredByObjectClasses()
Gets the list of "required by" objectClasses, that is the list of objectClasses which provide must have attribute.
- getRequiredExtensions
- in file modules.inc, function getRequiredExtensions()
Returns true if the module is a base module
- getRequiredExtensions
- in file baseModule.inc, method baseModule::getRequiredExtensions()
Returns a list of required PHP extensions.
- getSectionHeadline
- in file pdf.inc, function getSectionHeadline()
Creates a section headline.
- getSelfServiceFields
- in file baseModule.inc, method baseModule::getSelfServiceFields()
Returns a list of possible input fields and their descriptions Format: array(<field identifier> => <field description>)
- getSelfServiceFieldSettings
- in file selfService.inc, function getSelfServiceFieldSettings()
Returns the field settings for the self service.
- getSelfServiceOptions
- in file inetOrgPerson.inc, method inetOrgPerson::getSelfServiceOptions()
Returns the meta HTML code for each input field.
- getSelfServiceOptions
- in file baseModule.inc, method baseModule::getSelfServiceOptions()
Returns the meta HTML code for each input field.
- getSelfServiceOptions
- in file posixAccount.inc, method posixAccount::getSelfServiceOptions()
Returns the meta HTML code for each input field.
- getSelfServiceOptions
- in file selfService.inc, function getSelfServiceOptions()
Returns meta HTML code for each self service field.
- getSelfServiceProfiles
- in file selfService.inc, function getSelfServiceProfiles()
Returns a list of all available self service profiles (without .conf)
- getSelfServiceSearchAttributes
- in file selfService.inc, function getSelfServiceSearchAttributes()
Returns a list of possible search attributes for the self service.
- getSelfServiceSearchAttributes
- in file baseModule.inc, method baseModule::getSelfServiceSearchAttributes()
Returns a list of possible search attributes for the self service.
- getSelfServiceSettings
- in file selfService.inc, function getSelfServiceSettings()
Returns a hash array (module name => elements) of all module options for the configuration page.
- getSelfServiceSettings
- in file baseModule.inc, method baseModule::getSelfServiceSettings()
Returns a list of self service configuration settings.
- getShadow
- in file sambaMungedDial.inc, method sambaMungedDial::getShadow()
gets shadow value (enum): 0-4
- getshells
- in file account.inc, function getshells()
Returns a list of shells listed in config/shells.
- getSource
- in file schema.inc, method ObjectClassAttribute::getSource()
Gets the name of the ObjectClass which originally specified this attribute.
- GetStringWidth
- in file fpdf.php, method FPDF::GetStringWidth()
- GetStringWidth
- in file ufpdf.php, method UFPDF::GetStringWidth()
- getSubstr
- in file schema.inc, method AttributeType::getSubstr()
Gets this attribute's substring matching specification
- getSupAttribute
- in file schema.inc, method AttributeType::getSupAttribute()
Gets this attribute's parent attribute (if any). If this attribute does not inherit from another attribute, null is returned.
- getSupClasses
- in file schema.inc, method ObjectClass::getSupClasses()
Gets the objectClass names from which this objectClass inherits.
- getSyntaxOID
- in file schema.inc, method AttributeType::getSyntaxOID()
Gets this attribute's syntax OID. Differs from getSyntaxString() in that this function only returns the actual OID with any length specification removed.
- getSyntaxString
- in file schema.inc, method AttributeType::getSyntaxString()
Gets this attribute's raw syntax string (ie: "1.2.3.4{16}").
- getTsLogin
- in file sambaMungedDial.inc, method sambaMungedDial::getTsLogin()
Gets Terminal-Server-Login value: enabled/disabled
- getType
- in file schema.inc, method ObjectClass::getType()
Gets the type of this objectClass: STRUCTURAL, ABSTRACT, or AUXILIARY.
- getType
- in file schema.inc, method AttributeType::getType()
Gets this attribute's type
- getTypeAlias
- in file types.inc, function getTypeAlias()
Returns the alias name of an account type.
- getTypeDescription
- in file types.inc, function getTypeDescription()
Returns the description of an account type.
- getTypes
- in file types.inc, function getTypes()
Returns a list of available account types.
- getUploadColumns
- in file modules.inc, function getUploadColumns()
Returns an array containing all input columns for the file upload.
- getUsage
- in file schema.inc, method AttributeType::getUsage()
Gets this attribute's usage string as defined by the LDAP server
- getUsedByAttrs
- in file schema.inc, method MatchingRuleUse::getUsedByAttrs()
Gets an array of attribute names (strings) which use this MatchingRuleUse object.
- getUsedByAttrs
- in file schema.inc, method MatchingRule::getUsedByAttrs()
Gets an array of attribute names (strings) which use this MatchingRule
- getUsedInObjectClasses
- in file schema.inc, method AttributeType::getUsedInObjectClasses()
Gets the list of "used in" objectClasses, that is the list of objectClasses which provide this attribute.
- getValue
- in file lists.inc, method lamListOption::getValue()
Returns the option value. The value must not contain "=" and ";".
- GetX
- in file fpdf.php, method FPDF::GetX()
- GetY
- in file fpdf.php, method FPDF::GetY()
- get_AccountModules
- in file config.inc, method LAMConfig::get_AccountModules()
Returns an array of all selected account modules
- get_ActiveTypes
- in file config.inc, method LAMConfig::get_ActiveTypes()
Returns a list of active account types.
- get_Admins
- in file config.inc, method LAMConfig::get_Admins()
Returns an array of string with all admin names
- get_Adminstring
- in file config.inc, method LAMConfig::get_Adminstring()
Returns all admin users seperated by semicolons
- get_alias
- in file baseModule.inc, method baseModule::get_alias()
Returns an alias name for the module.
- get_attr_select_html
- in file custom.php, function get_attr_select_html()
Returns option values.
- get_binary_attr_select_html
- in file custom.php, function get_binary_attr_select_html()
Returns option values.
- get_cache
- in file cache.inc, method cache::get_cache()
Queries the cache for a list of LDAP entries and their attributes.
- get_cached_schema
- in file schema.inc, function get_cached_schema()
Returns the cached array of schemaitem objects for the specified
- get_cacheTimeout
- in file config.inc, method LAMConfig::get_cacheTimeout()
Returns the LDAP cache timeout in minutes
- get_cacheTimeoutSec
- in file config.inc, method LAMConfig::get_cacheTimeoutSec()
Returns the LDAP cache timeout in seconds
- get_configOptions
- in file baseModule.inc, method baseModule::get_configOptions()
Returns a list of elements for the configuration.
- get_configOptions
- in file posixGroup.inc, method posixGroup::get_configOptions()
Returns a list of elements for the configuration.
- get_container
- in file tree.inc, function get_container()
Given a DN string, this returns the parent container portion of the string.
- get_container_contents
- in file tree.inc, function get_container_contents()
Gets a list of child entries for an entry. Given a DN, this function fetches the list of DNs of child entries one level beneath the parent. For example, for the following tree:
- get_defaultLanguage
- in file config.inc, method LAMConfig::get_defaultLanguage()
Returns the default language string
- get_dependencies
- in file baseModule.inc, method baseModule::get_dependencies()
This function returns a list with all depending and conflicting modules.
- get_enc_type
- in file tree.inc, function get_enc_type()
- get_entry_system_attrs
- in file tree.inc, function get_entry_system_attrs()
Gets the operational attributes for an entry. Given a DN, this function fetches that entry's
- get_help
- in file baseModule.inc, method baseModule::get_help()
This function return the help entry array for a specific help id. Normally this->meta can be used.
- get_icon
- in file tree.inc, function get_icon()
Given a DN and server ID, this function reads the DN's objectClasses and
- get_ldap_filter
- in file modules.inc, function get_ldap_filter()
Returns the LDAP filter used by the account lists
- get_ldap_filter
- in file baseModule.inc, method baseModule::get_ldap_filter()
returns an LDAP filter for the account lists
- get_line_end_format
- in file export_form.php, function get_line_end_format()
Helper functoin for fetching the line end format.
- get_listAttributes
- in file config.inc, method LAMConfig::get_listAttributes()
Returns the list of attributes to show in user list
- get_metaData
- in file posixGroup.inc, method posixGroup::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file sambaGroupMapping.inc, method sambaGroupMapping::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file ieee802device.inc, method ieee802Device::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file sambaDomain.inc, method sambaDomain::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file baseModule.inc, method baseModule::get_metaData()
Dummy function, meta data is provided by sub classes.
- get_metaData
- in file quota.inc, method quota::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file kolabUser.inc, method kolabUser::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file inetOrgPerson.inc, method inetOrgPerson::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file inetLocalMailRecipient.inc, method inetLocalMailRecipient::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file posixAccount.inc, method posixAccount::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file groupOfUniqueNames.inc, method groupOfUniqueNames::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file ldapPublicKey.inc, method ldapPublicKey::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file sambaAccount.inc, method sambaAccount::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file shadowAccount.inc, method shadowAccount::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file account.inc, method account::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file nisMailAlias.inc, method nisMailAlias::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file groupOfNames.inc, method groupOfNames::get_metaData()
Returns meta data that is interpreted by parent class
- get_metaData
- in file sambaSamAccount.inc, method sambaSamAccount::get_metaData()
Returns meta data that is interpreted by parent class
- get_moduleSettings
- in file config.inc, method LAMConfig::get_moduleSettings()
Returns a list of saved module settings
- get_object_attr
- in file tree.inc, function get_object_attr()
Much like get_object_attrs(), but only returns the values for one attribute of an object. Example calls:
- get_object_attrs
- in file tree.inc, function get_object_attrs()
Gets the attributes/values of an entry. Returns an associative array whose
- get_pdfEntries
- in file shadowAccount.inc, method shadowAccount::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file modules.inc, method accountContainer::get_pdfEntries()
Returns a list of possible PDF entries for this account.
- get_pdfEntries
- in file nisMailAlias.inc, method nisMailAlias::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file posixAccount.inc, method posixAccount::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file posixGroup.inc, method posixGroup::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file quota.inc, method quota::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file account.inc, method account::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file ldapPublicKey.inc, method ldapPublicKey::get_pdfEntries()
Returns a list of PDF entries
- get_pdfEntries
- in file groupOfNames.inc, method groupOfNames::get_pdfEntries()
Returns a list of PDF entries
- get_pdfEntries
- in file ieee802device.inc, method ieee802Device::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file inetLocalMailRecipient.inc, method inetLocalMailRecipient::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file kolabUser.inc, method kolabUser::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file sambaAccount.inc, method sambaAccount::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file inetOrgPerson.inc, method inetOrgPerson::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file sambaDomain.inc, method sambaDomain::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file sambaSamAccount.inc, method sambaSamAccount::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfEntries
- in file sambaGroupMapping.inc, method sambaGroupMapping::get_pdfEntries()
Returns the PDF entries for this module.
- get_pdfFields
- in file baseModule.inc, method baseModule::get_pdfFields()
Returns an array with all fields available for this account type on the PDF output. This method may be overwritten by subclasses or it may be used by using entries in the $this->meta['PDF_fields'] array of the specific sub- class.
- get_pdf_entries
- in file baseModule.inc, method baseModule::get_pdf_entries()
Returns a hastable with all entries that may be printed out in the PDF. The
- get_preg
- in file account.inc, function get_preg()
Checks if a given value matches the selected regular expression.
- get_profileOptions
- in file posixAccount.inc, method posixAccount::get_profileOptions()
Returns a list of elements for the account profiles.
- get_profileOptions
- in file sambaGroupMapping.inc, method sambaGroupMapping::get_profileOptions()
Returns a list of elements for the account profiles.
- get_profileOptions
- in file quota.inc, method quota::get_profileOptions()
Returns a list of elements for the account profiles.
- get_profileOptions
- in file sambaSamAccount.inc, method sambaSamAccount::get_profileOptions()
Returns a list of elements for the account profiles.
- get_profileOptions
- in file baseModule.inc, method baseModule::get_profileOptions()
Returns a list of elements for the account profiles.
- get_rdn
- in file tree.inc, function get_rdn()
Given a DN string, this returns the 'RDN' portion of the string.
- get_RDNAttributes
- in file baseModule.inc, method baseModule::get_RDNAttributes()
Returns a list of possible LDAP attributes which can be used to form the RDN.
- get_schema_attribute
- in file schema.inc, function get_schema_attribute()
Gets a single AttributeType object specified by name.
- get_schema_attributes
- in file schema.inc, function get_schema_attributes()
Gets an associative array of AttributeType objects for the specified server. Each array entry's key is the name of the attributeType in lower-case and the value is an AttributeType object.
- get_schema_matching_rules
- in file schema.inc, function get_schema_matching_rules()
Returns an array of MatchingRule objects for the specified server.
- get_schema_objectclass
- in file schema.inc, function get_schema_objectclass()
Gets a single ObjectClass object specified by name.
- get_schema_objectclasses
- in file schema.inc, function get_schema_objectclasses()
Gets an associative array of ObjectClass objects for the specified server. Each array entry's key is the name of the objectClass in lower-case and the value is an ObjectClass object.
- get_schema_syntaxes
- in file schema.inc, function get_schema_syntaxes()
Returns an array of Syntax objects that this LDAP server uses mapped to their descriptions. The key of each entry is the OID of the Syntax.
- get_scope
- in file baseModule.inc, method baseModule::get_scope()
Returns the account type of this module (user, group, host)
- get_scriptPath
- in file config.inc, method LAMConfig::get_scriptPath()
Returns the path to the external script
- get_scriptRights
- in file config.inc, method LAMConfig::get_scriptRights()
Returns the chmod value for new home directories.
- get_scriptServers
- in file config.inc, method LAMConfig::get_scriptServers()
Returns the servers of the external script as a Array
- get_ServerURL
- in file config.inc, method LAMConfig::get_ServerURL()
Returns the server address as string
- get_Suffix
- in file config.inc, method LAMConfig::get_Suffix()
Returns the LDAP suffix for the given account type
- get_type
- in file modules.inc, method accountContainer::get_type()
Returns the accout type of this object (e.g. user, group, host).
- get_typeSettings
- in file config.inc, method LAMConfig::get_typeSettings()
Returns a list of saved type settings
- get_uploadColumns
- in file quota.inc, method quota::get_uploadColumns()
Returns an array containing all input columns for the file upload.
- get_uploadColumns
- in file baseModule.inc, method baseModule::get_uploadColumns()
Returns an array containing all input columns for the file upload.
- get_uploadPreDepends
- in file baseModule.inc, method baseModule::get_uploadPreDepends()
Returns a list of module names which must be processed in building the account befor this module.
- get_user_agent_string
- in file export.inc, function get_user_agent_string()
Gets the USER_AGENT string from the $_SERVER array, all in lower case in an E_NOTICE safe manner.
- group
- in file group.inc, class group
The account type for group accounts (e.g. Unix and Samba).
- groupOfNames
- in file groupOfNames.inc, class groupOfNames
Manages group members for the object class groupOfNames.
- groupOfUniqueNames
- in file groupOfUniqueNames.inc, class groupOfUniqueNames
Manages group members for the object class groupOfUniqueNames.
- groupRefreshPrimary
- in file group.inc, method lamGroupList::groupRefreshPrimary()
Refreshes the primary group members list.
- groupOfNames.inc
- procedural page groupOfNames.inc
- groupOfUniqueNames.inc
- procedural page groupOfUniqueNames.inc
- group.inc
- procedural page group.inc
top
top
i
- $images
- in file fpdf.php, variable FPDF::$images
- $indent_step
- in file export.inc, variable PlaDsmlExporter::$indent_step
- $InFooter
- in file fpdf.php, variable FPDF::$InFooter
- $inputFields
- in file selfService.inc, variable selfServiceProfile::$inputFields
input fields
- $isNewAccount
- in file modules.inc, variable accountContainer::$isNewAccount
True if this is a newly created account
- $is_collective
- in file schema.inc, variable AttributeType::$is_collective
boolean: is collective?
- $is_no_user_modification
- in file schema.inc, variable AttributeType::$is_no_user_modification
boolean: can use modify?
- $is_obsolete
- in file schema.inc, variable ObjectClass::$is_obsolete
boolean value indicating whether this objectClass is obsolete
- $is_obsolete
- in file schema.inc, variable MatchingRule::$is_obsolete
Boolean value indicating whether this MatchingRule is obsolete
- $is_obsolete
- in file schema.inc, variable AttributeType::$is_obsolete
string: the description
- $is_single_value
- in file schema.inc, variable AttributeType::$is_single_value
boolean: is single valued only?
- ieee802Device
- in file ieee802device.inc, class ieee802Device
Provides MAC addresses for hosts.
- Image
- in file fpdf.php, method FPDF::Image()
- inetLocalMailRecipient
- in file inetLocalMailRecipient.inc, class inetLocalMailRecipient
Provides mail routing for users.
- inetOrgPerson
- in file inetOrgPerson.inc, class inetOrgPerson
This module manages LDAP attributes of the object class inetOrgPerson (e.g. name and address).
- init
- in file sambaAccount.inc, method sambaAccount::init()
Initializes the module after it became part of an accountContainer
- init
- in file sambaGroupMapping.inc, method sambaGroupMapping::init()
Initializes the module after it became part of an accountContainer
- init
- in file posixAccount.inc, method posixAccount::init()
Initializes the module after it became part of an accountContainer
- init
- in file posixGroup.inc, method posixGroup::init()
This functin will be called when the module will be loaded *
- init
- in file sambaSamAccount.inc, method sambaSamAccount::init()
Initializes the module after it became part of an accountContainer
- init
- in file baseModule.inc, method baseModule::init()
Initializes the module after it became part of an accountContainer
- initialize_session_tree
- in file tree.inc, function initialize_session_tree()
Checks and fixes an initial session's tree cache if needed.
- initQuotas
- in file quota.inc, method quota::initQuotas()
Initializes the quota values.
- initVars
- in file schema.inc, method MatchingRuleUse::initVars()
Initialize the class' member variables
- initVars
- in file schema.inc, method AttributeType::initVars()
Initialize the class' member variables
- initVars
- in file schema.inc, method MatchingRule::initVars()
Initialize the class' member variables
- initVars
- in file schema.inc, method ObjectClass::initVars()
Initialize the class' member variables
- initVars
- in file schema.inc, method SchemaItem::initVars()
Initialize class members to default values.
- initVars
- in file schema.inc, method Syntax::initVars()
Initializes the class' member variables
- in_array_ignore_case
- in file account.inc, function in_array_ignore_case()
Checks if a string exists in an array, ignoring case.
- in_cache
- in file cache.inc, method cache::in_cache()
This function returns the DN if an LDAP entry with $attribute=$value is found.
- isAliasFor
- in file schema.inc, method AttributeType::isAliasFor()
Returns whether the specified attribute is an alias for this one (based on this attribute's alias list).
- isLAMProVersion
- in file selfService.inc, function isLAMProVersion()
Returns if this is a LAM Pro installation.
- isSelected
- in file lists.inc, method lamBooleanListOption::isSelected()
Returns if this option is selected.
- isWritable
- in file config.inc, method LAMConfig::isWritable()
Returns if the file can be written on the filesystem.
- is_attr_binary
- in file tree.inc, function is_attr_binary()
Given an attribute name and server ID number, this function returns whether the attrbiute may contain binary data. This is useful for developers who wish to display the contents of an arbitrary attribute but don't want to dump binary data on the page.
- is_attr_boolean
- in file tree.inc, function is_attr_boolean()
Given an attribute name and server ID number, this function returns whether the attrbiute contains boolean data. This is useful for developers who wish to display the contents of a boolean attribute with a drop-down.
- is_base_module
- in file modules.inc, function is_base_module()
Returns true if the module is a base module
- is_base_module
- in file baseModule.inc, method baseModule::is_base_module()
Returns true if this module is enough to provide a sensible account.
- is_binary_option_required
- in file add_attr.php, function is_binary_option_required()
- is_browser_os_mac
- in file export.inc, function is_browser_os_mac()
Determines whether the browser's operating system is Macintosh.
- is_browser_os_unix
- in file export.inc, function is_browser_os_unix()
Determines whether the browser's operating system is UNIX (or something like UNIX).
- is_browser_os_windows
- in file export.inc, function is_browser_os_windows()
Determines whether the browser's operating system is Windows.
- is_dn_attr
- in file tree.inc, function is_dn_attr()
Returns true if the attribute specified is required to take as input a DN.
- is_jpeg_photo
- in file tree.inc, function is_jpeg_photo()
Used to determine if the specified attribute is indeed a jpegPhoto. If the specified attribute is one that houses jpeg data, true is returned. Otherwise this function returns false.
- is_mail_string
- in file tree.inc, function is_mail_string()
Get whether a string looks like an email address (user@example.com).
- is_multi_line_attr
- in file tree.inc, function is_multi_line_attr()
Determines if an attribute's value can contain multiple lines. Attributes that fall in this multi-line category may be configured in config.php. Hence, this function accesses the global variable $multi_line_attributes;
- is_safe_ascii
- in file export.inc, method PlaExporter::is_safe_ascii()
Helper method to check if the attribute value should be base 64 encoded.
- is_samba_path
- in file sambaMungedDial.inc, method sambaMungedDial::is_samba_path()
Checks if this is a valid Samba path.
- is_url_string
- in file tree.inc, function is_url_string()
Get whether a string looks like a web URL (http://www.example.com/)
- ieee802device.inc
- procedural page ieee802device.inc
- inetLocalMailRecipient.inc
- procedural page inetLocalMailRecipient.inc
- inetOrgPerson.inc
- procedural page inetOrgPerson.inc
- index.php
- procedural page index.php
- initsuff.php
- procedural page initsuff.php
- index.php
- procedural page index.php
top
top
l
- $labels
- in file lists.inc, variable lamList::$labels
list of account specific labels
- $lasth
- in file fpdf.php, variable FPDF::$lasth
- $LayoutMode
- in file fpdf.php, variable FPDF::$LayoutMode
- $LDAPPassword
- in file selfService.inc, variable selfServiceProfile::$LDAPPassword
LDAP password
- $LDAPSuffix
- in file selfService.inc, variable selfServiceProfile::$LDAPSuffix
LDAP suffix
- $LDAPUser
- in file selfService.inc, variable selfServiceProfile::$LDAPUser
LDAP user DN
- $ldap_info
- in file export.inc, variable PlaLdapExporter::$ldap_info
- $LineWidth
- in file fpdf.php, variable FPDF::$LineWidth
- $link
- in file tools.php, variable LAMTool::$link
link to tool page (relative to templates/)
- $links
- in file fpdf.php, variable FPDF::$links
- $lMargin
- in file fpdf.php, variable FPDF::$lMargin
- $logDestination
- in file config.inc, variable LAMCfgMain::$logDestination
log destination ("SYSLOG":syslog, "/...":file, "NONE":none)
- $loginAttributeText
- in file selfService.inc, variable selfServiceProfile::$loginAttributeText
describing text for search attribute
- $loginCaption
- in file selfService.inc, variable selfServiceProfile::$loginCaption
describing text for user login
- $logLevel
- in file config.inc, variable LAMCfgMain::$logLevel
log level
- lamBooleanListOption
- in file lists.inc, class lamBooleanListOption
Boolean option for list configuration.
- LAMCfgMain
- in file config.inc, class LAMCfgMain
This class manages config.cfg.
- LAMConfig
- in file config.inc, class LAMConfig
This class manages .conf files.
- lamdaemon
- in file lamdaemon.inc, function lamdaemon()
Sends commands to lamdaemon script.
- lamdaemonSSH
- in file lamdaemon.inc, function lamdaemonSSH()
Sends commands to lamdaemon script via PHP SSH functions.
- lamGroupList
- in file group.inc, class lamGroupList
Generates the list view.
- lamHostList
- in file host.inc, class lamHostList
Generates the list view.
- lamList
- in file lists.inc, class lamList
Generates the list view.
- lamListOption
- in file lists.inc, class lamListOption
Represents a list configuration option.
- lamListTool
- in file lists.inc, class lamListTool
Represents a tool which can be included in the account lists.
- lamMailAliasList
- in file mailAlias.inc, class lamMailAliasList
Generates the list view.
- lamPDF
- in file lamPDF.inc, class lamPDF
Creates a LAM information page in PDF format.
- LAMPDF_LINEWIDTH
- in file pdf.inc, constant LAMPDF_LINEWIDTH
PDF line width
- lamSelectListOption
- in file lists.inc, class lamSelectListOption
Boolean option for list configuration.
- lamSmbDomainList
- in file smbDomain.inc, class lamSmbDomainList
Generates the list view.
- lamTestLamdaemon
- in file lamdaemonTest.php, function lamTestLamdaemon()
Runs a test case of lamdaemon.
- LAMTool
- in file tools.php, class LAMTool
Represents a tool.
- lamUserList
- in file user.inc, class lamUserList
Generates the list view.
- LAMVersion
- in file config.inc, function LAMVersion()
Returns the version number of this LAM installation.
- Ldap
- in file ldap.inc, class Ldap
Ldap manages connection to LDAP and includes several helper functions.
- LdapEscape
- in file export.inc, method PlaCSVExporter::LdapEscape()
- LdapExportInfo
- in file export.inc, class LdapExportInfo
This class encapsulate informations about the ldap server from which the export is done.
- LdapExportInfo
- in file export.inc, method LdapExportInfo::LdapExportInfo()
Create a new LdapExportInfo object
- ldapPublicKey
- in file ldapPublicKey.inc, class ldapPublicKey
Manages SSH public keys.
- lamdaemon.inc
- procedural page lamdaemon.inc
- lamPDF.inc
- procedural page lamPDF.inc
- ldap.inc
- procedural page ldap.inc
- lists.inc
- procedural page lists.inc
- ldapPublicKey.inc
- procedural page ldapPublicKey.inc
- Line
- in file fpdf.php, method FPDF::Line()
- Link
- in file fpdf.php, method FPDF::Link()
- listBuildFilter
- in file lists.inc, method lamList::listBuildFilter()
Builds the regular expressions from the filter values.
- listConfigurationChanged
- in file user.inc, method lamUserList::listConfigurationChanged()
Called when the configuration options changed.
- listConfigurationChanged
- in file group.inc, method lamGroupList::listConfigurationChanged()
Called when the configuration options changed.
- listConfigurationChanged
- in file lists.inc, method lamList::listConfigurationChanged()
Called when the configuration options changed.
- listDrawNavigationBar
- in file lists.inc, method lamList::listDrawNavigationBar()
Draws a navigation bar to switch between pages
- listFilterAccounts
- in file lists.inc, method lamList::listFilterAccounts()
Removes all entries which do not fit to the filter.
- listGetAllConfigOptions
- in file group.inc, method lamGroupList::listGetAllConfigOptions()
Returns a list of possible configuration options.
- listGetAllConfigOptions
- in file lists.inc, method lamList::listGetAllConfigOptions()
Returns a list of possible configuration options.
- listGetAllConfigOptions
- in file user.inc, method lamUserList::listGetAllConfigOptions()
Returns a list of possible configuration options.
- listGetConfigOptionByID
- in file lists.inc, method lamList::listGetConfigOptionByID()
Returns the configuration option with the given ID.
- listGetParams
- in file lists.inc, method lamList::listGetParams()
Sets some internal parameters.
- listGetParams
- in file user.inc, method lamUserList::listGetParams()
Sets some internal parameters.
- listGetParams
- in file group.inc, method lamGroupList::listGetParams()
Sets some internal parameters.
- listPrintButtons
- in file lists.inc, method lamList::listPrintButtons()
Prints the create and delete buttons.
- listPrintConfigurationPage
- in file lists.inc, method lamList::listPrintConfigurationPage()
Prints the list configuration page.
- listPrintFooter
- in file lists.inc, method lamList::listPrintFooter()
Prints the HTML footer.
- listPrintHeader
- in file lists.inc, method lamList::listPrintHeader()
Prints the HTML header.
- listPrintTableBody
- in file lists.inc, method lamList::listPrintTableBody()
Prints the entry list
- listPrintTableCellContent
- in file group.inc, method lamGroupList::listPrintTableCellContent()
Prints the content of a cell in the account list for a given LDAP entry and attribute.
- listPrintTableCellContent
- in file user.inc, method lamUserList::listPrintTableCellContent()
Prints the content of a cell in the account list for a given LDAP entry and attribute.
- listPrintTableCellContent
- in file lists.inc, method lamList::listPrintTableCellContent()
Prints the content of a cell in the account list for a given LDAP entry and attribute.
- listPrintTableHeader
- in file lists.inc, method lamList::listPrintTableHeader()
Prints the attribute and filter row at the account table head
- listRefreshData
- in file user.inc, method lamUserList::listRefreshData()
Rereads the entries from LDAP.
- listRefreshData
- in file lists.inc, method lamList::listRefreshData()
Rereads the entries from LDAP.
- listRefreshData
- in file group.inc, method lamGroupList::listRefreshData()
Rereads the entries from LDAP.
- listShowOUSelection
- in file lists.inc, method lamList::listShowOUSelection()
Prints a combobox with possible sub-DNs.
- listSort
- in file lists.inc, method lamList::listSort()
Sorts an account list by a given attribute
- LIST_SIZE_OPTION_NAME
- in file lists.inc, class constant lamList::LIST_SIZE_OPTION_NAME
ID for list size config option
- lmhash
- in file createntlm.inc, method smbHash::lmhash()
Calculates the LM hash of a given password.
- lmPassword
- in file account.inc, function lmPassword()
Generates the LM hash of a password.
- Ln
- in file fpdf.php, method FPDF::Ln()
- load
- in file sambaMungedDial.inc, method sambaMungedDial::load()
function takes a base64-encoded sambaMungedDial
- loadAccountProfile
- in file profiles.inc, function loadAccountProfile()
Loads an profile of the given account type
- loadPDFStructureDefinitions
- in file pdfstruct.inc, function loadPDFStructureDefinitions()
This function is used to get pdf structure from xml file.
- loadSelfServiceProfile
- in file selfService.inc, function loadSelfServiceProfile()
Loads all settings of a self service profile.
- load_account
- in file modules.inc, method accountContainer::load_account()
Loads an LDAP account with the given DN.
- load_attributes
- in file sambaSamAccount.inc, method sambaSamAccount::load_attributes()
This function loads the LDAP attributes for this module.
- load_attributes
- in file sambaAccount.inc, method sambaAccount::load_attributes()
This function loads the LDAP attributes for this module.
- load_attributes
- in file baseModule.inc, method baseModule::load_attributes()
This function loads the LDAP attributes for this module.
- load_attributes
- in file posixAccount.inc, method posixAccount::load_attributes()
This function loads all needed LDAP attributes.
- load_Messages
- in file sambaGroupMapping.inc, method sambaGroupMapping::load_Messages()
this functin fills the error message array with messages
- load_Messages
- in file baseModule.inc, method baseModule::load_Messages()
This function fills the $messages variable with output messages from this module.
- load_Messages
- in file shadowAccount.inc, method shadowAccount::load_Messages()
This function builds up the message array.
- load_Messages
- in file groupOfNames.inc, method groupOfNames::load_Messages()
This function fills the $messages variable with output messages from this module.
- load_Messages
- in file sambaSamAccount.inc, method sambaSamAccount::load_Messages()
this functin fills the error message array with messages
- load_Messages
- in file quota.inc, method quota::load_Messages()
this functin fills the error message array with messages
- load_Messages
- in file nisMailAlias.inc, method nisMailAlias::load_Messages()
This function fills the error message array with messages
- load_Messages
- in file ieee802device.inc, method ieee802Device::load_Messages()
This function fills the error message array with messages
- load_Messages
- in file inetLocalMailRecipient.inc, method inetLocalMailRecipient::load_Messages()
This function fills the error message array with messages
- load_Messages
- in file inetOrgPerson.inc, method inetOrgPerson::load_Messages()
This function fills the message array.
- load_Messages
- in file account.inc, method account::load_Messages()
This function fills the message array.
- load_Messages
- in file kolabUser.inc, method kolabUser::load_Messages()
This function fills the error message array with messages
- load_Messages
- in file posixGroup.inc, method posixGroup::load_Messages()
This function fills the $messages variable with output messages from this module.
- load_Messages
- in file posixAccount.inc, method posixAccount::load_Messages()
This function fills the error message array with messages.
- load_Messages
- in file sambaDomain.inc, method sambaDomain::load_Messages()
This function fills the error message array with messages
- load_Messages
- in file sambaAccount.inc, method sambaAccount::load_Messages()
this functin fills the error message array with messages
- load_profile
- in file shadowAccount.inc, method shadowAccount::load_profile()
Loads the values of an account profile into internal variables.
- load_profile
- in file sambaSamAccount.inc, method sambaSamAccount::load_profile()
Loads the values of an account profile into internal variables.
- load_profile
- in file sambaAccount.inc, method sambaAccount::load_profile()
Loads the values of an account profile into internal variables.
- load_profile
- in file quota.inc, method quota::load_profile()
Loads the values of an account profile into internal variables.
- load_profile
- in file posixAccount.inc, method posixAccount::load_profile()
Loads the values of an account profile into internal variables.
- load_profile
- in file sambaGroupMapping.inc, method sambaGroupMapping::load_profile()
Loads the values of an account profile into internal variables.
- load_profile
- in file baseModule.inc, method baseModule::load_profile()
Loads the values of an account profile into internal variables.
- logNewMessage
- in file security.inc, function logNewMessage()
Puts a new message in the log file.
- logoffAndBackToLoginPage
- in file security.inc, function logoffAndBackToLoginPage()
Logs off the user and displays the login page.
- lshift
- in file createntlm.inc, method smbHash::lshift()
- list.php
- procedural page list.php
- login.php
- procedural page login.php
- logout.php
- procedural page logout.php
- lamdaemonTest.php
- procedural page lamdaemonTest.php
top
m
- $mainPageText
- in file selfService.inc, variable selfServiceProfile::$mainPageText
describing text for self service main page
- $maxPageEntries
- in file lists.inc, variable lamList::$maxPageEntries
maximum count of entries per page
- $MAX_LDIF_LINE_LENGTH
- in file export.inc, variable PlaLdifExporter::$MAX_LDIF_LINE_LENGTH
- $max_length
- in file schema.inc, variable AttributeType::$max_length
The max number of characters this attribute can be
- $may_attrs
- in file schema.inc, variable ObjectClass::$may_attrs
arrays of attribute names that this objectClass allows, but does not require
- $messages
- in file baseModule.inc, variable baseModule::$messages
contains all error messages of a module
- $meta
- in file baseModule.inc, variable baseModule::$meta
includes all meta data provided by the sub class
- $moduleSettings
- in file baseModule.inc, variable baseModule::$moduleSettings
configuration settings of all modules
- $moduleSettings
- in file selfService.inc, variable selfServiceProfile::$moduleSettings
configuration settings of modules
- $multivalue_separator
- in file export.inc, variable PlaCSVExporter::$multivalue_separator
- $must_attrs
- in file schema.inc, variable ObjectClass::$must_attrs
arrays of attribute names that this objectClass requires
- modules.inc
- procedural page modules.inc
- mailAlias.inc
- procedural page mailAlias.inc
- mailAlias
- in file mailAlias.inc, class mailAlias
The account type for mail aliases.
- MatchingRule
- in file schema.inc, class MatchingRule
Represents an LDAP MatchingRule
- MatchingRule
- in file schema.inc, method MatchingRule::MatchingRule()
Creates a new MatchingRule object from a raw LDAP MatchingRule string.
- MatchingRuleUse
- in file schema.inc, class MatchingRuleUse
Represents an LDAP schema matchingRuleUse entry
- MatchingRuleUse
- in file schema.inc, method MatchingRuleUse::MatchingRuleUse()
- metaRefresh
- in file config.inc, function metaRefresh()
Prints a meta refresh page
- module_complete
- in file sambaAccount.inc, method sambaAccount::module_complete()
This functions returns true if all needed settings are done
- module_complete
- in file posixAccount.inc, method posixAccount::module_complete()
This functions is used to check if all settings for this module have been made.
- module_complete
- in file baseModule.inc, method baseModule::module_complete()
This functions is used to check if all settings for this module have been made.
- module_complete
- in file kolabUser.inc, method kolabUser::module_complete()
This function returns true if all needed settings are done.
- module_complete
- in file inetOrgPerson.inc, method inetOrgPerson::module_complete()
This functions return true if all needed settings are done.
- module_complete
- in file groupOfNames.inc, method groupOfNames::module_complete()
This functions is used to check if all settings for this module have been made.
- module_complete
- in file posixGroup.inc, method posixGroup::module_complete()
This functions is used to check if all settings for this module have been made.
- module_complete
- in file account.inc, method account::module_complete()
This functions returns true if all needed settings are done.
- module_ready
- in file sambaGroupMapping.inc, method sambaGroupMapping::module_ready()
This function is used to check if this module page can be displayed.
- module_ready
- in file sambaSamAccount.inc, method sambaSamAccount::module_ready()
This function is used to check if this module page can be displayed.
- module_ready
- in file quota.inc, method quota::module_ready()
This function is used to check if this module page can be displayed.
- module_ready
- in file sambaAccount.inc, method sambaAccount::module_ready()
This function is used to check if this module page can be displayed.
- module_ready
- in file baseModule.inc, method baseModule::module_ready()
This function is used to check if this module page can be displayed.
- MultiCell
- in file fpdf.php, method FPDF::MultiCell()
- MultiCell
- in file ufpdf.php, method UFPDF::MultiCell()
- multi_lines_display
- in file export.inc, method PlaLdifExporter::multi_lines_display()
Helper method to wrap ldif lines
- munge
- in file sambaMungedDial.inc, method sambaMungedDial::munge()
Setup parameter given by paramName to MungedDial-Format
- mxor
- in file createntlm.inc, method smbHash::mxor()
- MyCustomExporter
- in file export.inc, class MyCustomExporter
- MyCutsomExporter
- in file export.inc, method MyCustomExporter::MyCutsomExporter()
- mainlogin.php
- procedural page mainlogin.php
- mainmanage.php
- procedural page mainmanage.php
- main.php
- procedural page main.php
- main_header.php
- procedural page main_header.php
- massBuildAccounts.php
- procedural page massBuildAccounts.php
- masscreate.php
- procedural page masscreate.php
- massDoUpload.php
- procedural page massDoUpload.php
top
n
- $n
- in file fpdf.php, variable FPDF::$n
- $name
- in file schema.inc, variable ObjectClass::$name
This objectClass' name, ie "inetOrgPerson"
- $name
- in file schema.inc, variable MatchingRuleUse::$name
The name of the MathingRule this applies to
- $name
- in file schema.inc, variable MatchingRule::$name
This rule's name
- $name
- in file schema.inc, variable AttributeType::$name
The name of this attributeType
- $name
- in file schema.inc, variable ObjectClassAttribute::$name
This Attribute's name
- $name
- in file tools.php, variable LAMTool::$name
name of the tool
- $name
- in file account.inc, variable samba3domain::$name
Domain name
- $nextGroupRID
- in file account.inc, variable samba3domain::$nextGroupRID
Next group RID
- $nextRID
- in file account.inc, variable samba3domain::$nextRID
Next RID
- $nextUserRID
- in file account.inc, variable samba3domain::$nextUserRID
Next user RID
- $num_entries
- in file export.inc, variable PlaLdapExporter::$num_entries
- nisMailAlias.inc
- procedural page nisMailAlias.inc
- new_account
- in file modules.inc, method accountContainer::new_account()
This function will prepare the object for a new account.
- new_rand
- in file ldap.inc, method Ldap::new_rand()
Calculates a new value for rand
- nisMailAlias
- in file nisMailAlias.inc, class nisMailAlias
Provides NIS mail alias management.
- not_an_attr
- in file add_attr_form.php, function not_an_attr()
Given an attribute $x, this returns true if it is NOT already specified in the current entry, returns false otherwise.
- nthash
- in file createntlm.inc, method smbHash::nthash()
Calculates the NT hash of a given password.
- ntPassword
- in file account.inc, function ntPassword()
Generates the NT hash of a password.
- new_ou_template.php
- procedural page new_ou_template.php
top
o
- $OBJECT_CLASS_NAME
- in file groupOfNames.inc, variable groupOfNames::$OBJECT_CLASS_NAME
name of managed object class
- $OBJECT_CLASS_NAME
- in file groupOfUniqueNames.inc, variable groupOfUniqueNames::$OBJECT_CLASS_NAME
name of managed object class
- $offsets
- in file fpdf.php, variable FPDF::$offsets
- $oid
- in file schema.inc, variable SchemaItem::$oid
The OID of this schema item.
- $ordering
- in file schema.inc, variable AttributeType::$ordering
The ordering of the attributeType
- $OrientationChanges
- in file fpdf.php, variable FPDF::$OrientationChanges
- $orig
- in file baseModule.inc, variable baseModule::$orig
contains all ldap attributes which are loaded from ldap
- ObjectClass
- in file schema.inc, method ObjectClass::ObjectClass()
Creates a new ObjectClass object given a raw LDAP objectClass string.
- ObjectClass
- in file schema.inc, class ObjectClass
Represents an LDAP objectClass
- ObjectClassAttribute
- in file schema.inc, method ObjectClassAttribute::ObjectClassAttribute()
Creates a new ObjectClassAttribute with specified name and source objectClass.
- ObjectClassAttribute
- in file schema.inc, class ObjectClassAttribute
A simple class for representing AttributeTypes used only by the ObjectClass class.
- Open
- in file fpdf.php, method FPDF::Open()
- Output
- in file fpdf.php, method FPDF::Output()
- ou_edit.php
- procedural page ou_edit.php
top
p
- $page
- in file lists.inc, variable lamList::$page
current page number
- $page
- in file fpdf.php, variable FPDF::$page
- $PageBreakTrigger
- in file fpdf.php, variable FPDF::$PageBreakTrigger
- $PageLinks
- in file fpdf.php, variable FPDF::$PageLinks
- $pages
- in file fpdf.php, variable FPDF::$pages
- $page_definitions
- in file lamPDF.inc, variable lamPDF::$page_definitions
format settings for page layout
- $PDFVersion
- in file fpdf.php, variable FPDF::$PDFVersion
- $perm1
- in file createntlm.inc, variable smbHash::$perm1
- $perm2
- in file createntlm.inc, variable smbHash::$perm2
- $perm3
- in file createntlm.inc, variable smbHash::$perm3
- $perm4
- in file createntlm.inc, variable smbHash::$perm4
- $perm5
- in file createntlm.inc, variable smbHash::$perm5
- $perm6
- in file createntlm.inc, variable smbHash::$perm6
- $possibleSuffixes
- in file lists.inc, variable lamList::$possibleSuffixes
list of possible LDAP suffixes(organizational units)
- posixAccount.inc
- procedural page posixAccount.inc
- posixGroup.inc
- procedural page posixGroup.inc
- pdf.inc
- procedural page pdf.inc
- pdfstruct.inc
- procedural page pdfstruct.inc
- profiles.inc
- procedural page profiles.inc
- PageNo
- in file fpdf.php, method FPDF::PageNo()
- parse
- in file xml_parser.inc, method xmlParser::parse()
- parseHtml
- in file modules.inc, function parseHtml()
Takes a list of meta-HTML elements and prints the equivalent HTML output.
- permute
- in file createntlm.inc, method smbHash::permute()
- PlaAbstractExporter
- in file export.inc, class PlaAbstractExporter
This class represents the base class of all exporters
- PlaCSVExporter
- in file export.inc, class PlaCSVExporter
Export to cvs format
- PlaCSVExporter
- in file export.inc, method PlaCSVExporter::PlaCSVExporter()
- PlaDsmlExporter
- in file export.inc, method PlaDsmlExporter::PlaDsmlExporter()
Create a PlaDsmlExporter object
- PlaDsmlExporter
- in file export.inc, class PlaDsmlExporter
Export entries to DSML v.1
- PlaExporter
- in file export.inc, class PlaExporter
PlaExporter acts a wrapper around another exporter.
- PlaExporter
- in file export.inc, method PlaExporter::PlaExporter()
Constructor
- PlaLdapExporter
- in file export.inc, method PlaLdapExporter::PlaLdapExporter()
Create a PlaLdapExporter object.
- PlaLdapExporter
- in file export.inc, class PlaLdapExporter
Export data from a ldap server
- PlaLdifExporter
- in file export.inc, class PlaLdifExporter
Export entries to ldif format
- PlaLdifExporter
- in file export.inc, method PlaLdifExporter::PlaLdifExporter()
Create a PlaLdifExporter object
- PlaVcardExporter
- in file export.inc, method PlaVcardExporter::PlaVcardExporter()
- PlaVcardExporter
- in file export.inc, class PlaVcardExporter
- pla_compare_dns
- in file tree.inc, function pla_compare_dns()
Compares 2 DNs. If they are equivelant, returns 0, otherwise, returns their sorting order (similar to strcmp()): Returns < 0 if dn1 is less than dn2.
- pla_explode_dn
- in file tree.inc, function pla_explode_dn()
Explode a DN into an array of its RDN parts. This function is UTF-8 safe and replaces the buggy PHP ldap_explode_dn() which does not properly handle UTF-8 DNs and also causes segmentation faults with some inputs.
- pla_fetch_entry_array
- in file export.inc, method PlaAbstractExporter::pla_fetch_entry_array()
Return the entry as an array
- pla_fetch_entry_array
- in file export.inc, method PlaLdapExporter::pla_fetch_entry_array()
Return the entry as an array
- pla_fetch_entry_array
- in file export.inc, method PlaExporter::pla_fetch_entry_array()
Return the entry as an array
- pla_fetch_entry_object
- in file export.inc, method PlaAbstractExporter::pla_fetch_entry_object()
Return the entry as an Entry object
- pla_fetch_entry_object
- in file export.inc, method PlaExporter::pla_fetch_entry_object()
Return the entry as an Entry object
- pla_fetch_entry_object
- in file export.inc, method PlaLdapExporter::pla_fetch_entry_object()
Return the entry as an Entry object
- pla_get_ldap_info
- in file export.inc, method PlaAbstractExporter::pla_get_ldap_info()
Return a PlaLdapInfo Object
- pla_get_ldap_info
- in file export.inc, method PlaLdapExporter::pla_get_ldap_info()
Return a PlaLdapInfo Object
- pla_get_ldap_info
- in file export.inc, method PlaExporter::pla_get_ldap_info()
Return a PlaLdapInfo Object
- pla_has_entry
- in file export.inc, method PlaAbstractExporter::pla_has_entry()
Return true if there is some more entries to be processed
- pla_has_entry
- in file export.inc, method PlaLdapExporter::pla_has_entry()
Return true if there is some more entries to be processed
- pla_has_entry
- in file export.inc, method PlaExporter::pla_has_entry()
Return true if there is some more entries to be processed
- pla_ldap_search
- in file tree.inc, function pla_ldap_search()
A handy ldap searching function very similar to PHP's ldap_search() with the following exceptions: Callers may specify a search scope and the return value is an array containing the search results rather than an LDAP result resource.
- pla_num_entries
- in file export.inc, method PlaExporter::pla_num_entries()
Return the number of entries
- pla_num_entries
- in file export.inc, method PlaAbstractExporter::pla_num_entries()
Return the number of entries
- pla_num_entries
- in file export.inc, method PlaLdapExporter::pla_num_entries()
Return the number of entries
- pla_rdelete
- in file rdelete.php, function pla_rdelete()
- pla_reverse_dn
- in file tree.inc, function pla_reverse_dn()
Reverses a DN such that the top-level RDN is first and the bottom-level RDN is last
- posixAccount
- in file posixAccount.inc, class posixAccount
Manages the object class "posixAccount" for users and hosts.
- posixGroup
- in file posixGroup.inc, class posixGroup
Manages the object class "posixGroup" for groups.
- postDeleteActions
- in file baseModule.inc, method baseModule::postDeleteActions()
Allows the module to run commands after the LDAP entry is deleted.
- postModifyActions
- in file posixAccount.inc, method posixAccount::postModifyActions()
Allows the module to run commands after the LDAP entry was changed or created.
- postModifyActions
- in file baseModule.inc, method baseModule::postModifyActions()
Allows the module to run commands after the LDAP entry is changed or created.
- postModifyActions
- in file quota.inc, method quota::postModifyActions()
Allows the module to run commands after the LDAP entry is changed or created.
- preDeleteActions
- in file posixAccount.inc, method posixAccount::preDeleteActions()
Allows the module to run commands before the LDAP entry is deleted.
- preDeleteActions
- in file quota.inc, method quota::preDeleteActions()
Allows the module to run commands before the LDAP entry is deleted.
- preDeleteActions
- in file baseModule.inc, method baseModule::preDeleteActions()
Allows the module to run commands before the LDAP entry is deleted.
- preModifyActions
- in file baseModule.inc, method baseModule::preModifyActions()
Allows the module to run commands before the LDAP entry is changed or created.
- pretty_print_dn
- in file tree.inc, function pretty_print_dn()
Returns an HTML-beautified version of a DN.
- processAttributes
- in file pdf.inc, function processAttributes()
Processes width, height and alignment attributes.
- processFormatTags
- in file pdf.inc, function processFormatTags()
Formats the XML code.
- processLine
- in file pdf.inc, function processLine()
Creates the XML code for an PDF entry.
- process_attributes
- in file sambaGroupMapping.inc, method sambaGroupMapping::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file posixGroup.inc, method posixGroup::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file sambaDomain.inc, method sambaDomain::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file posixAccount.inc, method posixAccount::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file sambaSamAccount.inc, method sambaSamAccount::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file quota.inc, method quota::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file sambaAccount.inc, method sambaAccount::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file inetOrgPerson.inc, method inetOrgPerson::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file ldapPublicKey.inc, method ldapPublicKey::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file shadowAccount.inc, method shadowAccount::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file kolabUser.inc, method kolabUser::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file nisMailAlias.inc, method nisMailAlias::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file inetLocalMailRecipient.inc, method inetLocalMailRecipient::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file groupOfNames.inc, method groupOfNames::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file ieee802device.inc, method ieee802Device::process_attributes()
Processes user input of the primary module page.
- process_attributes
- in file account.inc, method account::process_attributes()
Processes user input of the primary module page.
- process_deleteUser
- in file kolabUser.inc, method kolabUser::process_deleteUser()
Write variables into object and do some regex checks
- process_expire
- in file shadowAccount.inc, method shadowAccount::process_expire()
Processes user input of the expiration page.
- process_group
- in file posixAccount.inc, method posixAccount::process_group()
Processes user input of the group selection page.
- process_logonHours
- in file sambaSamAccount.inc, method sambaSamAccount::process_logonHours()
Processes user input of the logon hours page.
- process_members
- in file groupOfNames.inc, method groupOfNames::process_members()
Processes user input of the members page.
- process_owner
- in file groupOfNames.inc, method groupOfNames::process_owner()
Processes user input of the owner page.
- process_password
- in file inetOrgPerson.inc, method inetOrgPerson::process_password()
Sets a new password.
- process_password
- in file posixGroup.inc, method posixGroup::process_password()
Processes user input of the password page.
- process_password
- in file posixAccount.inc, method posixAccount::process_password()
Processes user input of the password page.
- process_photo
- in file inetOrgPerson.inc, method inetOrgPerson::process_photo()
Sets a new photo.
- process_sambaUserWorkstations
- in file sambaSamAccount.inc, method sambaSamAccount::process_sambaUserWorkstations()
Processes user input of the primary module page.
- process_terminalServer
- in file sambaSamAccount.inc, method sambaSamAccount::process_terminalServer()
Processes user input of the terminal server page.
- process_time
- in file sambaSamAccount.inc, method sambaSamAccount::process_time()
Processes user input of the time selection page.
- process_user
- in file posixGroup.inc, method posixGroup::process_user()
Processes user input of the user selection page.
- process_userWorkstations
- in file sambaAccount.inc, method sambaAccount::process_userWorkstations()
Processes user input of the workstation selection page.
- pwd_disable
- in file account.inc, function pwd_disable()
Marks an password hash as disabled and returns the new hash string
- pwd_enable
- in file account.inc, function pwd_enable()
Marks an password hash as enabled and returns the new hash string
- pwd_hash
- in file account.inc, function pwd_hash()
Returns the hash value of a plain text password the hash algorithm depends on the configuration file
- pwd_is_enabled
- in file account.inc, function pwd_is_enabled()
Checks if a password hash is enabled/disabled
- profmanage.php
- procedural page profmanage.php
- pdfdelete.php
- procedural page pdfdelete.php
- pdfmain.php
- procedural page pdfmain.php
- pdfpage.php
- procedural page pdfpage.php
- profiledelete.php
- procedural page profiledelete.php
- profilemain.php
- procedural page profilemain.php
- profilepage.php
- procedural page profilepage.php
- profManage.php
- procedural page profManage.php
top
top
r
- $rdn
- in file modules.inc, variable accountContainer::$rdn
RDN attribute of this account
- $refresh
- in file lists.inc, variable lamList::$refresh
refresh page switch
- $required_by_object_classes
- in file schema.inc, variable AttributeType::$required_by_object_classes
A list of object class names that require this attribute type.
- $requiresPasswordChanges
- in file tools.php, variable LAMTool::$requiresPasswordChanges
tool requires password change rights
- $requiresWriteAccess
- in file tools.php, variable LAMTool::$requiresWriteAccess
tool requires write access to LDAP
- $results
- in file export.inc, variable PlaLdapExporter::$results
- $RIDbase
- in file account.inc, variable samba3domain::$RIDbase
RID base to calculate RIDs, default 1000
- $rMargin
- in file fpdf.php, variable FPDF::$rMargin
- readTime
- in file sambaMungedDial.inc, method sambaMungedDial::readTime()
readTime
- readUser
- in file changePassword.php, function readUser()
Returns the LDAP attributes of the given DN.
- real_attr_name
- in file tree.inc, function real_attr_name()
Prunes off anything after the ";" in an attr name. This is useful for attributes that may have ";binary" appended to their names. With real_attr_name(), you can more easily fetch these attributes' schema with their "real" attribute name.
- Rect
- in file fpdf.php, method FPDF::Rect()
- refreshPrimaryGroupTranslation
- in file user.inc, method lamUserList::refreshPrimaryGroupTranslation()
Refreshes the GID to group name cache.
- refresh_cache
- in file cache.inc, method cache::refresh_cache()
This function refreshes the cache.
- removeAlias
- in file schema.inc, method AttributeType::removeAlias()
Removes an attribute name from this attribute's alias array.
- remove_aliases
- in file custom.php, function remove_aliases()
Removes attributes from the array that are aliases for eachother
- replaceSpecialChars
- in file quota.inc, method quota::replaceSpecialChars()
Replaces special characters in HTML name values.
- rdelete.php
- procedural page rdelete.php
- refresh.php
- procedural page refresh.php
top
s
- $sbox
- in file createntlm.inc, variable smbHash::$sbox
- $sc
- in file createntlm.inc, variable smbHash::$sc
- $scope
- in file export.inc, variable LdapExportInfo::$scope
- $scope
- in file export.inc, variable PlaLdapExporter::$scope
- $searchAttribute
- in file selfService.inc, variable selfServiceProfile::$searchAttribute
LDAP search attribute
- $selfServiceSettings
- in file baseModule.inc, variable baseModule::$selfServiceSettings
self service settings of all modules
- $separator
- in file export.inc, variable PlaCSVExporter::$separator
When doing an exporter, the method export need to be overriden.
- $serverURL
- in file selfService.inc, variable selfServiceProfile::$serverURL
server address
- $sessionTimeout
- in file config.inc, variable LAMCfgMain::$sessionTimeout
Time of inactivity before session times out (minutes)
- $SID
- in file account.inc, variable samba3domain::$SID
Domain SID
- $sortColumn
- in file lists.inc, variable lamList::$sortColumn
sort column name
- $sortDirection
- in file lists.inc, variable lamList::$sortDirection
sort direction: 1 for ascending, -1 for descending
- $source
- in file schema.inc, variable ObjectClassAttribute::$source
This Attribute's root
- $state
- in file fpdf.php, variable FPDF::$state
- $subject
- in file fpdf.php, variable FPDF::$subject
- $sub_str
- in file schema.inc, variable AttributeType::$sub_str
Boolean: supports substring matching?
- $suffix
- in file lists.inc, variable lamList::$suffix
LDAP suffix
- $sup_attribute
- in file schema.inc, variable AttributeType::$sup_attribute
The attribute from which this attribute inherits (if any)
- $sup_classes
- in file schema.inc, variable ObjectClass::$sup_classes
array of objectClass names from which this objectClass inherits
- $syntax
- in file schema.inc, variable AttributeType::$syntax
The full syntax string, ie 1.2.3.4{16}
- $syntax
- in file schema.inc, variable MatchingRule::$syntax
This rule's syntax OID
- sambaAccount.inc
- procedural page sambaAccount.inc
- sambaDomain.inc
- procedural page sambaDomain.inc
- sambaGroupMapping.inc
- procedural page sambaGroupMapping.inc
- sambaMungedDial.inc
- procedural page sambaMungedDial.inc
- sambaSamAccount.inc
- procedural page sambaSamAccount.inc
- shadowAccount.inc
- procedural page shadowAccount.inc
- schema.inc
- procedural page schema.inc
- security.inc
- procedural page security.inc
- selfService.inc
- procedural page selfService.inc
- status.inc
- procedural page status.inc
- smbDomain.inc
- procedural page smbDomain.inc
- samba3domain
- in file account.inc, class samba3domain
Represents a Samba 3 domain entry
- sambaAccount
- in file sambaAccount.inc, class sambaAccount
Manages the object class "sambaAccount" for users and hosts.
- sambaDomain
- in file sambaDomain.inc, class sambaDomain
Manages Samba 3 domain entries.
- sambaGroupMapping
- in file sambaGroupMapping.inc, class sambaGroupMapping
Manages the object class "sambaGroupMapping" for groups.
- sambaMungedDial
- in file sambaMungedDial.inc, class sambaMungedDial
Manages terminal server settings for Samba 3.
- sambaSamAccount
- in file sambaSamAccount.inc, class sambaSamAccount
Manages the object class "sambaSamAccount" for users and hosts.
- SAMBA_MUNGEDDIAL_FILEHEADER
- in file sambaMungedDial.inc, constant SAMBA_MUNGEDDIAL_FILEHEADER
File header
- SAMBA_MUNGEDDIAL_FILEHEADER_OLD
- in file sambaMungedDial.inc, constant SAMBA_MUNGEDDIAL_FILEHEADER_OLD
File header for old format.
- save
- in file config.inc, method LAMCfgMain::save()
Saves preferences to config file config.cfg
- save
- in file config.inc, method LAMConfig::save()
Saves preferences to config file
- saveAccountProfile
- in file profiles.inc, function saveAccountProfile()
Saves an hash array (attribute => value) to an account profile
- savePDFStructureDefinitions
- in file pdfstruct.inc, function savePDFStructureDefinitions()
Saves PDF structure definitions to XML file in format: <name>.<scope>.xml
- saveSelfServiceProfile
- in file selfService.inc, function saveSelfServiceProfile()
Saves a self service profile.
- saveSettings
- in file confmain.php, function saveSettings()
Saves the entered settings.
- save_account
- in file modules.inc, method accountContainer::save_account()
This function will save an account to the LDAP database.
- save_attributes
- in file kolabUser.inc, method kolabUser::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.
- save_attributes
- in file baseModule.inc, method baseModule::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.
- save_attributes
- in file shadowAccount.inc, method shadowAccount::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.
- save_attributes
- in file account.inc, method account::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.
- save_attributes
- in file posixGroup.inc, method posixGroup::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.
- save_attributes
- in file sambaSamAccount.inc, method sambaSamAccount::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.
- save_attributes
- in file inetOrgPerson.inc, method inetOrgPerson::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.
- save_attributes
- in file sambaAccount.inc, method sambaAccount::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.
- save_attributes
- in file sambaGroupMapping.inc, method sambaGroupMapping::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.
- save_attributes
- in file posixAccount.inc, method posixAccount::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.
- save_attributes
- in file nisMailAlias.inc, method nisMailAlias::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.
- save_module_attributes
- in file modules.inc, method accountContainer::save_module_attributes()
This function checks which LDAP attributes have changed while the account was edited.
- SchemaItem
- in file schema.inc, class SchemaItem
Generic parent class for all schema items. A schema item is an ObjectClass, an AttributeBype, a MatchingRule, or a Syntax.
- SchemaItem
- in file schema.inc, method SchemaItem::SchemaItem()
Default constructor.
- SCHEMA_SESSION_CACHE_ENABLED
- in file schema.inc, constant SCHEMA_SESSION_CACHE_ENABLED
To enable/disable session-based schema caching (1: enabled, 0: disabled).
- search_domains
- in file account.inc, function search_domains()
Returns an array with all Samba 3 domain entries under the given suffix
- search_units
- in file ldap.inc, method Ldap::search_units()
Returns an array with all organizational units under the given suffix
- search_username
- in file userlink.php, function search_username()
Searches LDAP for a specific user name (uid attribute) and returns its DN entry
- selfServiceProfile
- in file selfService.inc, class selfServiceProfile
Includes all settings of a self service profile.
- server
- in file ldap.inc, method Ldap::server()
Returns the LDAP connection handle
- setAccessLevel
- in file config.inc, method LAMConfig::setAccessLevel()
Sets the access level for this profile.
- setAliases
- in file schema.inc, method AttributeType::setAliases()
Sets this attribute's list of aliases.
- SetAuthor
- in file fpdf.php, method FPDF::SetAuthor()
- SetAutoPageBreak
- in file fpdf.php, method FPDF::SetAutoPageBreak()
- setBrokenConn
- in file sambaMungedDial.inc, method sambaMungedDial::setBrokenConn()
sets Broken-Connection value: disconnect/reset
- SetCompression
- in file fpdf.php, method FPDF::SetCompression()
- setConnectClientDrives
- in file sambaMungedDial.inc, method sambaMungedDial::setConnectClientDrives()
sets connect-client-drive-at-logon value: enabled/disabled
- setConnectClientPrinters
- in file sambaMungedDial.inc, method sambaMungedDial::setConnectClientPrinters()
sets connect-client-printers-at-logon value: enabled/disabled
- SetCreator
- in file fpdf.php, method FPDF::SetCreator()
- setCtxMaxConnectionTimeF
- in file sambaMungedDial.inc, method sambaMungedDial::setCtxMaxConnectionTimeF()
SMARTY: sets the checkbox "Connection" to unchecked
- setCtxMaxDisconnectionTimeF
- in file sambaMungedDial.inc, method sambaMungedDial::setCtxMaxDisconnectionTimeF()
SMARTY: sets the checkbox "Disconnection" to unchecked
- setCtxMaxIdleTimeF
- in file sambaMungedDial.inc, method sambaMungedDial::setCtxMaxIdleTimeF()
SMARTY: sets the checkbox "Idle" to unchecked
- setDefaultPrinter
- in file sambaMungedDial.inc, method sambaMungedDial::setDefaultPrinter()
sets set-client-printer-to-default value: enabled/disabled
- setDescription
- in file schema.inc, method SchemaItem::setDescription()
- SetDisplayMode
- in file fpdf.php, method FPDF::SetDisplayMode()
- SetDrawColor
- in file fpdf.php, method FPDF::SetDrawColor()
- SetFillColor
- in file fpdf.php, method FPDF::SetFillColor()
- SetFont
- in file fpdf.php, method FPDF::SetFont()
- SetFontSize
- in file fpdf.php, method FPDF::SetFontSize()
- setHelpID
- in file lists.inc, method lamSelectListOption::setHelpID()
Sets the help ID.
- setInheritMode
- in file sambaMungedDial.inc, method sambaMungedDial::setInheritMode()
sets Inherit-config-from-client value: enabled/disabled
- setIsSingleValue
- in file schema.inc, method AttributeType::setIsSingleValue()
Sets whether this attribute is single-valued.
- SetKeywords
- in file fpdf.php, method FPDF::SetKeywords()
- setlanguage
- in file config.inc, function setlanguage()
Sets language settings for automatic translation
- SetLeftMargin
- in file fpdf.php, method FPDF::SetLeftMargin()
- SetLineWidth
- in file fpdf.php, method FPDF::SetLineWidth()
- SetLink
- in file fpdf.php, method FPDF::SetLink()
- SetMargins
- in file fpdf.php, method FPDF::SetMargins()
- setName
- in file schema.inc, method AttributeType::setName()
Sets this attriute's name.
- setOID
- in file schema.inc, method SchemaItem::setOID()
- setOutputFormat
- in file export.inc, method PlaExporter::setOutputFormat()
Set the carriage return /linefeed for the export
- setPassword
- in file changePassword.php, function setPassword()
Sets the password to LDAP.
- setPassword
- in file config.inc, method LAMCfgMain::setPassword()
Sets a new config password.
- setReConn
- in file sambaMungedDial.inc, method sambaMungedDial::setReConn()
sets Reconnection value: from any client/from previous client only
- SetRightMargin
- in file fpdf.php, method FPDF::SetRightMargin()
- setShadow
- in file sambaMungedDial.inc, method sambaMungedDial::setShadow()
sets shadow value
- setSpecifiedPassword
- in file changePassword.php, function setSpecifiedPassword()
Sets the new password.
- SetSubject
- in file fpdf.php, method FPDF::SetSubject()
- setSupAttribute
- in file schema.inc, method AttributeType::setSupAttribute()
Sets this attriute's SUP attribute (ie, the attribute from which this attribute inherits).
- SetTextColor
- in file fpdf.php, method FPDF::SetTextColor()
- SetTitle
- in file fpdf.php, method FPDF::SetTitle()
- SetTopMargin
- in file fpdf.php, method FPDF::SetTopMargin()
- setTsLogin
- in file sambaMungedDial.inc, method sambaMungedDial::setTsLogin()
Sets Terminal-Server-Login value: enabled/disabled
- setType
- in file schema.inc, method AttributeType::setType()
Sets this attribute's type.
- setUsedByAttrs
- in file schema.inc, method MatchingRule::setUsedByAttrs()
Sets the list of used_by_attrs to the array specified by $attrs;
- setValue
- in file lists.inc, method lamListOption::setValue()
Sets the config option value. The value must not contain "=" and ";".
- SetX
- in file fpdf.php, method FPDF::SetX()
- SetXY
- in file fpdf.php, method FPDF::SetXY()
- SetY
- in file fpdf.php, method FPDF::SetY()
- set_AccountModules
- in file config.inc, method LAMConfig::set_AccountModules()
Sets the selected account modules
- set_ActiveTypes
- in file config.inc, method LAMConfig::set_ActiveTypes()
Sets the list of active types.
- set_Adminstring
- in file config.inc, method LAMConfig::set_Adminstring()
Sets the admin string
- set_cached_schema
- in file schema.inc, function set_cached_schema()
Caches the specified $schema_type.
- set_cacheTimeout
- in file config.inc, method LAMConfig::set_cacheTimeout()
Sets the LDAP cache timeout in minutes (0,1,2,5,10,15)
- set_defaultLanguage
- in file config.inc, method LAMConfig::set_defaultLanguage()
Sets the default language string
- set_listAttributes
- in file config.inc, method LAMConfig::set_listAttributes()
Sets the list of attributes to show in user list
- set_moduleSettings
- in file config.inc, method LAMConfig::set_moduleSettings()
Sets the settings for the account modules.
- set_Passwd
- in file config.inc, method LAMConfig::set_Passwd()
Sets the preferences wizard password
- set_schema_cache_unavailable
- in file schema.inc, function set_schema_cache_unavailable()
Sets the schema entry for the server_id to be "unavailable" so that we realize that we tried to get the schema but could not, so quit trying next time to fetch it from the server.
- set_scriptPath
- in file config.inc, method LAMConfig::set_scriptPath()
Sets the path to the external script
- set_scriptRights
- in file config.inc, method LAMConfig::set_scriptRights()
Sets the rights for the home directory.
- set_scriptServers
- in file config.inc, method LAMConfig::set_scriptServers()
Sets the servers of the external script
- set_ServerURL
- in file config.inc, method LAMConfig::set_ServerURL()
Sets the server address
- set_Suffix
- in file config.inc, method LAMConfig::set_Suffix()
Sets the LDAP suffix where accounts are saved
- set_typeSettings
- in file config.inc, method LAMConfig::set_typeSettings()
Sets the settings for the account types.
- shadowAccount
- in file shadowAccount.inc, class shadowAccount
Manages the object class "shadowAccount" for users.
- showColumnData
- in file masscreate.php, function showColumnData()
Prints the properties of one input field.
- showMainPage
- in file masscreate.php, function showMainPage()
Displays the acount type specific main page of the upload.
- showPage
- in file lists.inc, method lamList::showPage()
Prints the HTML code to display the list view.
- smbDomain
- in file smbDomain.inc, class smbDomain
The account type for Samba domains.
- smbflag
- in file account.inc, function smbflag()
Takes a list of Samba flags and creates the corresponding flag string.
- smbHash
- in file createntlm.inc, class smbHash
Calculates NT and LM hashes.
- smb_hash
- in file createntlm.inc, method smbHash::smb_hash()
smb_hash
- sortAttrs
- in file tree.inc, function sortAttrs()
- sortModules
- in file modules.inc, method accountContainer::sortModules()
Sorts the module buttons for the account page.
- startSecureSession
- in file security.inc, function startSecureSession()
Starts a session and checks the environment.
- StatusMessage
- in file status.inc, function StatusMessage()
This function prints a short status message. It can be used to print INFO, WARN and ERROR messages at the moment.
- strhex
- in file sambaMungedDial.inc, method sambaMungedDial::strhex()
strhex
- strlen
- in file ufpdf.php, method UFPDF::strlen()
- str_to_key
- in file createntlm.inc, method smbHash::str_to_key()
str_to_key
- Syntax
- in file schema.inc, class Syntax
Represents an LDAP Syntax
- Syntax
- in file schema.inc, method Syntax::Syntax()
Creates a new Syntax object from a raw LDAP syntax string.
- schema.php
- procedural page schema.php
- selfServiceLogin.php
- procedural page selfServiceLogin.php
- selfServiceMain.php
- procedural page selfServiceMain.php
- schemaTest.php
- procedural page schemaTest.php
- status-test.php
- procedural page status-test.php
top
t
- $TextColor
- in file fpdf.php, variable FPDF::$TextColor
- $title
- in file fpdf.php, variable FPDF::$title
- $tMargin
- in file fpdf.php, variable FPDF::$tMargin
- $type
- in file schema.inc, variable AttributeType::$type
A string description of the syntax type (taken from the LDAPSyntaxes)
- $type
- in file lists.inc, variable lamList::$type
Account type
- $type
- in file schema.inc, variable ObjectClass::$type
one of STRUCTURAL, ABSTRACT, or AUXILIARY
- tree.inc
- procedural page tree.inc
- types.inc
- procedural page types.inc
- tools.php
- procedural page tools.php
- templates.inc
- procedural page templates.inc
- tree.php
- procedural page tree.php
- tree_view.php
- procedural page tree_view.php
- Text
- in file ufpdf.php, method UFPDF::Text()
- Text
- in file fpdf.php, method FPDF::Text()
- to8bit
- in file sambaMungedDial.inc, method sambaMungedDial::to8bit()
to8bit
- TRANS_PRIMARY_OPTION_NAME
- in file user.inc, class constant lamUserList::TRANS_PRIMARY_OPTION_NAME
ID for config option
- TRANS_PRIMARY_OPTION_NAME
- in file group.inc, class constant lamGroupList::TRANS_PRIMARY_OPTION_NAME
ID for config option
top
u
- $underline
- in file fpdf.php, variable FPDF::$underline
- $usage
- in file schema.inc, variable AttributeType::$usage
The usage string set by the LDAP schema
- $used_by_attrs
- in file schema.inc, variable MatchingRuleUse::$used_by_attrs
An array of attributeType names who make use of the mathingRule
- $used_by_attrs
- in file schema.inc, variable MatchingRule::$used_by_attrs
An array of attribute names who use this MatchingRule
- $used_in_object_classes
- in file schema.inc, variable AttributeType::$used_in_object_classes
An array of objectClasses which use this attributeType (must be set by caller)
- user.inc
- procedural page user.inc
- ufpdf.php
- procedural page ufpdf.php
- userlink.php
- procedural page userlink.php
- update.php
- procedural page update.php
- update_confirm.php
- procedural page update_confirm.php
- UFPDF
- in file ufpdf.php, class UFPDF
Main UFPDF class for creating Unicode PDF documents
- UFPDF
- in file ufpdf.php, method UFPDF::UFPDF()
*****************************************************************************
- UFPDF_VERSION
- in file ufpdf.php, constant UFPDF_VERSION
*****************************************************************************
- unsigned_shift_r
- in file createntlm.inc, method smbHash::unsigned_shift_r()
Unsigned shift operation for 32bit values.
- user
- in file user.inc, class user
The account type for user accounts (e.g. Unix, Samba and Kolab).
- utf8_substr
- in file ufpdf.php, method UFPDF::utf8_substr()
- utf8_to_codepoints
- in file ufpdf.php, method UFPDF::utf8_to_codepoints()
- utf8_to_utf16be
- in file ufpdf.php, method UFPDF::utf8_to_utf16be()
top
top
top
top
y
- $y
- in file fpdf.php, variable FPDF::$y
top
top
_
- _beginpage
- in file fpdf.php, method FPDF::_beginpage()
- _dochecks
- in file fpdf.php, method FPDF::_dochecks()
*****************************************************************************
- _dounderline
- in file ufpdf.php, method UFPDF::_dounderline()
- _dounderline
- in file fpdf.php, method FPDF::_dounderline()
- _enddoc
- in file fpdf.php, method FPDF::_enddoc()
- _endpage
- in file fpdf.php, method FPDF::_endpage()
- _escape
- in file fpdf.php, method FPDF::_escape()
- _escapetext
- in file ufpdf.php, method UFPDF::_escapetext()
- _freadint
- in file fpdf.php, method FPDF::_freadint()
- _getfontpath
- in file fpdf.php, method FPDF::_getfontpath()
- _get_raw_schema
- in file schema.inc, function _get_raw_schema()
Fetches the raw schema array for the subschemaSubentry of the server. Note, this function has grown many hairs to accomodate more LDAP servers. It is needfully complicated as it now supports many popular LDAP servers that don't necessarily expose their schema "the right way".
- _get_schema_dn
- in file schema.inc, function _get_schema_dn()
Helper for _get_raw_schema() which fetches the DN of the schema object
- _newobj
- in file fpdf.php, method FPDF::_newobj()
- _out
- in file fpdf.php, method FPDF::_out()
- _parsejpg
- in file fpdf.php, method FPDF::_parsejpg()
- _parsepng
- in file fpdf.php, method FPDF::_parsepng()
- _putcatalog
- in file fpdf.php, method FPDF::_putcatalog()
- _putfonts
- in file fpdf.php, method FPDF::_putfonts()
- _putheader
- in file fpdf.php, method FPDF::_putheader()
- _putimages
- in file fpdf.php, method FPDF::_putimages()
- _putinfo
- in file fpdf.php, method FPDF::_putinfo()
- _putinfo
- in file ufpdf.php, method UFPDF::_putinfo()
- _putpages
- in file fpdf.php, method FPDF::_putpages()
- _putpages
- in file ufpdf.php, method UFPDF::_putpages()
- _putresourcedict
- in file fpdf.php, method FPDF::_putresourcedict()
- _putresources
- in file fpdf.php, method FPDF::_putresources()
- _putstream
- in file fpdf.php, method FPDF::_putstream()
- _puttrailer
- in file fpdf.php, method FPDF::_puttrailer()
- _puttruetypeunicode
- in file ufpdf.php, method UFPDF::_puttruetypeunicode()
*****************************************************************************
- _putxobjectdict
- in file fpdf.php, method FPDF::_putxobjectdict()
- _textstring
- in file ufpdf.php, method UFPDF::_textstring()
- _textstring
- in file fpdf.php, method FPDF::_textstring()
- __construct
- in file sambaGroupMapping.inc, method sambaGroupMapping::__construct()
Creates a new module for Samba 3 groups.
- __construct
- in file sambaAccount.inc, method sambaAccount::__construct()
Creates a new sambaAccount object.
- __construct
- in file modules.inc, method accountContainer::__construct()
Constructor
- __construct
- in file sambaSamAccount.inc, method sambaSamAccount::__construct()
Creates a new sambaSamAccount object.
- __construct
- in file xml_parser.inc, method xmlParser::__construct()
Constructor
- __construct
- in file smbDomain.inc, method lamSmbDomainList::__construct()
Constructor
- __construct
- in file selfService.inc, method selfServiceProfile::__construct()
Constructor
- __construct
- in file user.inc, method lamUserList::__construct()
Constructor
- __construct
- in file mailAlias.inc, method lamMailAliasList::__construct()
Constructor
- __construct
- in file group.inc, method lamGroupList::__construct()
Constructor
- __construct
- in file host.inc, method lamHostList::__construct()
Constructor
- __construct
- in file kolabUser.inc, method kolabUser::__construct()
Creates a new kolabUser object.
- __construct
- in file lamPDF.inc, method lamPDF::__construct()
- __construct
- in file baseModule.inc, method baseModule::__construct()
Creates a new base module class
- __construct
- in file config.inc, method LAMConfig::__construct()
Loads preferences from config file
- __construct
- in file cache.inc, method cache::__construct()
Constructor.
- __construct
- in file config.inc, method LAMCfgMain::__construct()
Loads preferences from config file
- __construct
- in file lists.inc, method lamSelectListOption::__construct()
Creates a new selection list option.
- __construct
- in file ldap.inc, method Ldap::__construct()
- __construct
- in file lists.inc, method lamListTool::__construct()
Constructor
- __construct
- in file lists.inc, method lamList::__construct()
Constructor
- __construct
- in file lists.inc, method lamListOption::__construct()
Creates a new config option.
- __construct
- in file lists.inc, method lamBooleanListOption::__construct()
Creates a new boolean option.
- __sleep
- in file cache.inc, method cache::__sleep()
Encrypts LDAP cache before saving to session file.
- __sleep
- in file modules.inc, method accountContainer::__sleep()
Encrypts sensitive data before storing in session.
- __sleep
- in file ldap.inc, method Ldap::__sleep()
Closes connection to LDAP server before serialization
- __wakeup
- in file ldap.inc, method Ldap::__wakeup()
Reconnects to LDAP server when deserialized
- __wakeup
- in file cache.inc, method cache::__wakeup()
Decrypts LDAP cache after loading from session file.
- __wakeup
- in file modules.inc, method accountContainer::__wakeup()
Decrypts sensitive data after accountContainer was loaded from session.
top
|
|