added search attributes for self service

This commit is contained in:
Roland Gruber 2006-06-28 15:13:57 +00:00
parent 811350fe7a
commit f5e0b9e974
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ class inetOrgPerson extends baseModule {
$return['attributes'] = array('uid', 'cn', 'employeeType', 'givenName', 'jpegPhoto', 'mail', 'manager', 'mobile',
'host', 'title', 'telephoneNumber', 'facsimileTelephoneNumber', 'street', 'postOfficeBox', 'postalCode', 'postalAddress',
'sn', 'userPassword', 'description');
// self service search attributes
$return['selfServiceSearchAttributes'] = array('uid', 'mail', 'cn', 'surname', 'givenName');
// profile elements
$return['profile_options'] = array(
array(