Displaying 2 results from an estimated 2 matches for "nomailaccountstatus".
Did you mean:
mailaccountstatus
2015 Jan 22
0
Postfix Dovecot LDAP setup
...e end I want to add a(nother) mail account by something
like this:
cat << EOF > ./newUser.ldif
dn:
mailAddress=Test at Domain.TLD,ou=mail,uid=User-1,ou=people,dc=MyDomain,dc=TLD
objectclass: top
objectclass: mailAccount
mailAddress: Test at Domain.TLD
noMailPassword: {SSHA}SomePassword
noMailAccountStatus: active
[...]
EOF
Therefore I setup a LDAP schema like the following, but it seems to
ignore the attributes "MailPassword" and "noMailAccountStatus". Why? I
don't understand what I'm missing here on my objectclass? ;/
# ====================== LDAP schema =========...
2015 Jan 22
1
Postfix Dovecot LDAP setup
...u=people,dc=MyDomain,dc=TLD
objectclass: top
objectclass: mailAccount
mailAddress: Test at Domain.TLD
MailPassword: {SSHA}SomePassword
MailAccountStatus: active
[...]
EOF
Therefore I setup a LDAP schema like the following, but it seems to
ignore the attributes "MailPassword" and "noMailAccountStatus". Why? I
don't understand what I'm missing here on my objectclass? ;/
# ====================== LDAP schema ======================= #
#
# OID Macros (10001 should be IANA-registered)
#
objectidentifier nameSpace 1.3.6.1.4.1.10001
objectidentifier mail...