6+ results for 'displayedInGlobalAddressBook repo:zhb/iredmail' (0 ms)
Not the results you expected?
ldap_server.sh (https://github.com/iredmail/iRedMail.git) Shell · 169 lines
attrs.py (https://bitbucket.org/sqbell/iredadmin-ose) Python · 142 lines
ldap.html (https://bitbucket.org/zhb/iredadmin-ose) HTML · 124 lines
97 ('checkbox', 'recipientbcc', _('BCC incoming mails to other address')),
98 ('checkbox', 'senderbcc', _('BCC outgoing mails to other address')),
99 ('checkbox', 'displayedInGlobalAddressBook', _('Display mail address in global LDAP address book')),
100 ] %}
101 {% elif accountType == 'alias' %}
102 {% set available_services = [
103 ('checkbox', 'displayedInGlobalAddressBook', _('Display mail address in global LDAP address book')),
104 ] %}
105 {% endif %}
ldap_server.sh (https://bitbucket.org/zhb/iredmail) Shell · 182 lines
iredldif.py (https://bitbucket.org/zhb/iredadmin-ose) Python · 148 lines
global_ldap_address_book.inc.php (https://bitbucket.org/zhb/iredmail) PHP · 71 lines
50 'sort' => 'cn',
51 'scope' => 'sub',
52 'filter' => '(&(enabledService=mail)(enabledService=deliver)(enabledService=displayedInGlobalAddressBook)(|(objectClass=mailUser)(objectClass=mailList)(objectClass=mailAlias)))',
53 'fuzzy_search' => true,
54 'vlv' => false, // Enable Virtual List View to more efficiently fetch paginated data (if server supports it)
62 'scope' => 'sub',
63 'base_dn' => 'domainName=%d,PH_LDAP_BASEDN',
64 'filter' => '(&(|(objectclass=mailList)(objectClass=mailAlias))(accountStatus=active)(enabledService=displayedInGlobalAddressBook))',
65 'name_attr' => 'cn',
66 'email' => 'mail',