adapt to change of ldap_type name in ldapsaisie (fixes #22538)

ldapsaisie (1.5-1) unstable; urgency=medium

     * IMPORTANT : Rename LSattr_ldap :: postalAddress to LSattr_ldap :: postaladdress
This commit is contained in:
Benjamin Dauvergne 2018-03-15 12:24:09 +01:00
parent ea6643c23e
commit 8994881251
3 changed files with 3 additions and 3 deletions

View File

@ -239,7 +239,7 @@ $GLOBALS['LSobjects']['LSsupannEntite'] = array (
/* ----------- start -----------*/
'postalAddress' => array (
'label' => 'Adresse postale',
'ldap_type' => 'postalAddress',
'ldap_type' => 'postaladdress',
'html_type' => 'textarea',
'required' => 0,
'rights' => array(

View File

@ -227,7 +227,7 @@ $GLOBALS['LSobjects']['LSsupannOrg'] = array (
/* ----------- start -----------*/
'postalAddress' => array (
'label' => 'Adresse postale',
'ldap_type' => 'postalAddress',
'ldap_type' => 'postaladdress',
'html_type' => 'textarea',
'required' => 0,
'rights' => array(

View File

@ -610,7 +610,7 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array (
/* ----------- start -----------*/
'postalAddress' => array (
'label' => 'Adresse postale',
'ldap_type' => 'postalAddress',
'ldap_type' => 'postaladdress',
'html_type' => 'textarea',
'rights' => array(
'self' => 'r',