thunderbird-mcd/ldap.defaults.php

22 lines
334 B
PHP

<?php
// DEFAULT LDAP VALUES
$ldap_gid = '';
$ldap_givenname = '';
$ldap_sn = '';
$ldap_title = '';
$ldap_mail = '';
$ldap_entryuuid = '';
$ldap_attributes = array(
$ldap_map_entryuuid,
$ldap_map_city,
"gidnumber",
"givenname",
"sn",
"title",
"mail",
"telephonenumber",
"telexnumber",
"pager",
"homephone"
);
?>