You are here

Files in Lightweight Directory Access Protocol (LDAP) 7

Primary tabs

File namesort descending Location Namespace Description
ldap_servers.admin.css ldap_servers/ldap_servers.admin.css div.ldap-pwd-abscent { background-image:url('/misc/message-16-error.png'); background-repeat:no-repeat; background-position: 2px 10px; padding-left: 20px; border: solid 1px #ebb; } div.ldap-pwd-present { …
ldap_servers.admin.inc ldap_servers/ldap_servers.admin.inc Defines functions for administrative interface for servers
ldap_servers.api.php ldap_servers/ldap_servers.api.php
ldap_servers.encryption.inc ldap_servers/ldap_servers.encryption.inc Provides functions for encryption/decryption. http://stackoverflow.com/questions/2448256/php-mcrypt-encrypting-decrypt...
ldap_servers.functions.inc ldap_servers/ldap_servers.functions.inc collection of functions that don't belong in server object
ldap_servers.inc ldap_servers/ldap_servers.inc collection of functions that don't belong in server object
ldap_servers.inc ldap_authorization/tests/DeriveFromAttr/ldap_servers.inc
ldap_servers.inc ldap_authorization/tests/Og/ldap_servers.inc
ldap_servers.inc ldap_authorization/tests/Other/ldap_servers.inc
ldap_servers.inc ldap_authorization/tests/DeriveFromDN/ldap_servers.inc
ldap_servers.inc ldap_authorization/tests/DeriveFromEntry/ldap_servers.inc
ldap_servers.inc ldap_authorization/tests/BasicTests/ldap_servers.inc
ldap_servers.info ldap_servers/ldap_servers.info ; $Id: ldap_servers.info,v 1.4.2.1 2011/02/08 06:01:00 johnbarclay Exp $ name = LDAP Servers description = "Implements LDAP Server Configuration" package = "Lightweight Directory Access Protocol" core = 7.x files[] =…
ldap_servers.install ldap_servers/ldap_servers.install Install, update and uninstall functions for the LDAP API module.
ldap_servers.module ldap_servers/ldap_servers.module
ldap_servers.nested.inc ldap_authorization/tests/DeriveFromAttr/ldap_servers.nested.inc
ldap_servers.settings.inc ldap_servers/ldap_servers.settings.inc admin interface for general ldap api settings
ldap_servers.test ldap_servers/tests/ldap_servers.test simpletest for ldap aservers
ldap_servers.test_form.inc ldap_servers/ldap_servers.test_form.inc
ldap_servers.theme.inc ldap_servers/ldap_servers.theme.inc theming functions for ldap_servers module
ldap_views.info ldap_views/ldap_views.info ; $Id: $ name = LDAP Views description = "Implements LDAP integration with Views" package = "Lightweight Directory Access Protocol" dependencies[] = ldap_query dependencies[] = views core = 7.x files[] = ldap_views.module files[]…
ldap_views.install ldap_views/ldap_views.install Install functions for the ldap_views module.
ldap_views.module ldap_views/ldap_views.module
ldap_views.views.inc ldap_views/ldap_views.views.inc Definition of ldap_views module
ldap_views.views_default.inc ldap_views/ldap_views.views_default.inc Defines a default ldap_view
ldap_views_handler_argument.inc ldap_views/handlers/ldap_views_handler_argument.inc Basic textfield argument to handle known ldap attributes
ldap_views_handler_argument_attribute.inc ldap_views/handlers/ldap_views_handler_argument_attribute.inc Basic textfield argument to handle dynamic ldap attributes
ldap_views_handler_field.inc ldap_views/handlers/ldap_views_handler_field.inc LDAP field handler
ldap_views_handler_field_attribute.inc ldap_views/handlers/ldap_views_handler_field_attribute.inc LDAP field handler
ldap_views_handler_filter.inc ldap_views/handlers/ldap_views_handler_filter.inc Basic textfield filter to handle string filtering commands including equality, contains, not contains, etc.
ldap_views_handler_filter_attribute.inc ldap_views/handlers/ldap_views_handler_filter_attribute.inc Basic textfield filter to handle string filtering commands for a generic ldap attribute Includes new criterias
ldap_views_handler_sort.inc ldap_views/handlers/ldap_views_handler_sort.inc Base sort handler for a ldap attributes
ldap_views_handler_sort_attribute.inc ldap_views/handlers/ldap_views_handler_sort_attribute.inc Base sort handler for a ldap attributes
ldap_views_plugin_query_ldap.inc ldap_views/plugins/ldap_views_plugin_query_ldap.inc Defines the default query object which builds and execute a ldap query
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave, Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute verbatim copies of this license document, but…
LICENSE.txt ldap_views/LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave, Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute verbatim copies of this license document, but…
NOTES.txt ldap_authorization/ldap_authorization_og/NOTES.txt Summary of Methods to Synch LDAP and OG, including via Drupal Roles ------------------------------------------------------------------- -------- LDAP -> Organic Group Memberships and Roles This is the bridge implemented in LDAP Authorization…
Og2.test ldap_authorization/tests/Og/Og2.test
Other.test ldap_authorization/tests/Other/Other.test
README.developers.txt README.developers.txt -------------------------------------------------------- Case Sensitivity and Character Escaping in LDAP Modules -------------------------------------------------------- The function ldap_server_massage_text() should be used for dealing with case…
README.txt README.txt ------------------------------------ When Uninstall Fails...or you need to make sure you have a fresh install ------------------------------------ 1. Remove ldap module directory 2 Execute the following sql. Beware this will likely remove other…
README.txt ldap_feeds/README.txt - Documentation: http://drupal.org/node/1300810 - LDAP Feeds Example: Synch LDAP Data to Drupal User http://drupal.org/node/1300812 - LDAP Feeds Query Fetcher Example: http://drupal.org/node/1300822
README.txt ldap_profile/README.txt ================================================================================ Status Summary ================================================================================ This is a development version of LDAP profile add on module to the LDAP…
README.txt ldap_authorization/README.txt // $Id: README.txt,v 1.2 2010/12/29 01:37:46 johnbarclay Exp $ Vocubulary of LDAP Authorization and its Code ---------------------- "Consumer" ---------------------- The "consumer" or entity that authorization is being…
README.txt ldap_authentication/README.txt ======================================= PHP to Test for Allowed LDAP Users ======================================= Remember: -- php module must be enabled (its one of the core drupal modules) -- code should not be enclosed in <?php ?> Two…
README.txt ldap_authorization/ldap_authorization_og/README.txt LDAP Authorization Organic Groups: ---------------------- LDAP Authorization OG Storage: ---------------------- OG authorizations are stored in form gid-rid from the tables og (og.gid) and og_roles (og_roles.rid). E.G. 1-2, 2-3, 3-4. OG in Drupal 7…
README.txt ldap_help/ldap_test_script/README.txt This script is intended to help separate LDAP Drupal module configuration and bugs from LDAP server, ldap php extension, and related connectivity and LDAP permissions issues. It uses the php ldap extension functions like ldap_connect(),…
test.php ldap_help/ldap_test_script/test.php
TODO.txt ldap_feeds/TODO.txt - add ldap token evaluation to feeds such that multiple attributes can be parsed - add functionality to populate user->data['ldap_authentication'] and other user populating data - simpletests - documenation of use cases - inclusion of…
_dev_notes.txt ldap_query/_dev_notes.txt Properties:field_name --------------------- queryNumericId: query_numeric_id qid name sid status baseDn: base_dn array filter: filter attributes: attributes sizelimit: sizelimit timelimit: timelimit deref: deref * LDAP_DEREF_NEVER - (default)…

Pages

Other projects