Allow user to change its nickname

This commit is contained in:
Benjamin Dauvergne 2015-03-26 19:48:59 +01:00
parent f315eb0c6e
commit 8b6d78d403
1 changed files with 1 additions and 0 deletions

View File

@ -388,6 +388,7 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array (
'ldap_type' => 'ascii',
'html_type' => 'text',
'rights' => array(
'self' => 'r',
'admin' => 'w'
),
'view' => 1,