'User Account', 'icon' => 'images/user.png', 'handler' => 'new_user_template.php' ); $templates[] = array( 'desc' => 'Address Book Entry (inetOrgPerson)', 'icon' => 'images/user.png', 'handler' => 'new_address_template.php' ); $templates[] = array( 'desc' => 'Organizational Unit', 'icon' => 'images/ou.png', 'handler' => 'new_ou_template.php' ); $templates[] = array( 'desc' => 'Posix Group', 'icon' => 'images/ou.png', 'handler' => 'new_posix_group_template.php' ); $templates[] = array( 'desc' => 'Samba NT Machine', 'icon' => 'images/nt.png', 'handler' => 'new_nt_machine.php' ); $templates[] = array( 'desc' => 'Samba User', 'icon' => 'images/user.png', 'handler' => 'new_smbuser_template.php' ); $templates[] = array( 'desc' => 'DNS Entry', 'icon' => 'images/dc.png', 'handler' => 'new_dns_entry.php' ); $templates[] = array( 'desc' => 'Posix Group', 'icon' => 'images/ou.png', 'handler' => 'new_posix_group_template.php' ); /** **/ /** User-friendly attribute translation **/ /** **/ $friendly_attrs = array(); // Use this array to map attribute names to user friendly names. For example, if you // don't want to see "facsimileTelephoneNumber" but rather "Fax". $friendly_attrs[ 'facsimileTelephoneNumber' ] = 'Fax'; $friendly_attrs[ 'telephoneNumber' ] = 'Phone'; /** **/ /** Hidden attributes **/ /** **/ // You may want to hide certain attributes from being displayed in the editor screen // Do this by adding the desired attributes to this list (and uncomment it). This // only affects the editor screen. Attributes will still be visible in the schema // browser and elsewhere. An example is provided below: //$hidden_attrs = array( 'jpegPhoto', 'objectClass' ); ?>