Ignore:
Timestamp:
May 25, 2014, 6:52:42 PM (10 years ago)
Author:
22decembre
Message:

add function to sync ldap and piwigo groups
ldap groups correspond to webmasters and admin roles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Ldap_Login/language/en_UK/plugin.lang.php

    r27165 r28534  
    2626$lang['Secure connexion'] = 'Secure connection (ldaps)';
    2727$lang['Ldap port'] = 'LDAP port';
     28$lang['Base DN'] = 'Base DN of LDAP server (e.g.: dc=example,dc=com):';
    2829
    29 // ldap attributes
     30// ldap users
     31$lang['Ldap users'] = 'LDAP users';
     32$lang['Users branch'] = 'Branch where LDAP users should be found (e.g.: ou=users):';
     33$lang['Attribute corresponding to the user name'] = 'Attribute corresponding to the user name';
     34$lang['Search Ldap users ?'] = 'Search Ldap users ? If you have your users widespreaded in several branchs or OU, you will need this. If you avoid it, you save one ldap request. You may not need it if your ldap tree is simple (e.g.: uid=user,ou=people,dc=example,dc=com).';
    3035
    31 $lang['Ldap attributes'] = 'LDAP attributes';
    32 $lang['Base DN'] = 'Base DN where LDAP users should be found (e.g.: ou=users,dc=example,dc=com):';
    33 $lang['Ldap filter :'] = 'LDAP filter';
    34 $lang['Attribute corresponding to the user name'] = 'Attribute corresponding to the user name';
     36// ldap groups
     37$lang['Ldap groups'] = 'LDAP groups';
     38$lang['Groups branch'] = 'Branch where LDAP groups should be found (e.g.: ou=groups):';
     39$lang['Search Ldap groups ?'] = 'Search Ldap users ? If you have your groups widespreaded in several branchs or OU, you will need this. If you avoid it, you save one ldap request. You may not need it if your ldap tree is simple (e.g.: cn=groupname,ou=groups,dc=example,dc=com).';
    3540
    3641// ldap connection credentials
Note: See TracChangeset for help on using the changeset viewer.