/[drupal]/contributions/modules/ldap_integration/ldapauth.module
ViewVC logotype

Diff of /contributions/modules/ldap_integration/ldapauth.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.44, Mon May 4 00:26:17 2009 UTC revision 1.45, Tue Jul 28 14:03:05 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ldapauth.module,v 1.43 2009/03/30 10:32:23 miglius Exp $  // $Id: ldapauth.module,v 1.44 2009/05/04 00:26:17 miglius Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 97  function ldapauth_menu() { Line 97  function ldapauth_menu() {
97        'access arguments' => array('administer ldap modules'),        'access arguments' => array('administer ldap modules'),
98        'file' => 'ldapauth.admin.inc',        'file' => 'ldapauth.admin.inc',
99      ),      ),
100        'admin/settings/ldap/ldapauth/edit/%/test' => array(
101          'title' => 'Test LDAP Server',
102          'page callback' => '_ldapauth_ajax_test',
103          'page arguments' => array(5),
104          'type' => MENU_CALLBACK,
105          'access arguments' => array('administer ldap modules'),
106          'file' => 'ldapauth.admin.inc',
107        ),
108      'admin/settings/ldap/ldapauth/delete' => array(      'admin/settings/ldap/ldapauth/delete' => array(
109        'title' => 'Delete LDAP Server',        'title' => 'Delete LDAP Server',
110        'page callback' => 'drupal_get_form',        'page callback' => 'drupal_get_form',

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

  ViewVC Help
Powered by ViewVC 1.1.2