]> git.proxmox.com Git - pmg-api.git/commitdiff
LDAP: add mailAlternativeAddress to mailattr default
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 5 Dec 2017 11:07:19 +0000 (12:07 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 5 Dec 2017 11:07:19 +0000 (12:07 +0100)
This is used by univention.

PMG/LDAPConfig.pm

index b4f6ad3194a277e97f65b687e52d8207ecae20f2..9445205c6d18ad097141c5b7167d47f550c1ad09 100644 (file)
@@ -102,7 +102,7 @@ sub properties {
        mailattr => {
            description => "List of mail attribute names.",
            type => 'string', format => 'ldap-simple-attr-list',
-           default => "mail, userPrincipalName, proxyAddresses, othermailbox",
+           default => "mail, userPrincipalName, proxyAddresses, othermailbox, mailAlternativeAddress",
        },
        groupclass => {
            description => "List of objectclasses for groups.",