Projet

Général

Profil

Révision bc175c27

Ajouté par Assos Assos il y a plus de 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_feeds/ldap_feeds.module
1 1
<?php
2 2

  
3
/**
4
 * @file
5
 */
6

  
3 7
/**
4 8
 * Implements hook_ctools_plugin_api().
5 9
 */
......
32 36
    'name' => 'Drupal User LDAP Entry Fetcher',
33 37
    'description' => 'Fetches one entry for each LDAP authenticated user.  Fetches both LDAP entry attributes such as
34 38
    <code>cn, dn,</code> etc.
35
      and Drupal user data such as <code>uid, name, mail, created, status, language, </code>and <code>signature</code>.',
39
      and Drupal user data such as <code>uid, name, mail, created, status, language, </code>and <code>signature</code>.
40
      Make sure to add dn in your LDAP query for this parser, if you use custom attributes.',
36 41
    'handler' => array(
37 42
      'parent' => 'FeedsFetcher', // This is the key name, not the class name.
38 43
      'class' => 'FeedsDrupalUserLdapEntryFetcher',

Formats disponibles : Unified diff