Displaying 1 result from an estimated 1 matches for "nomailpassword".
Did you mean:
mailpassword
2015 Jan 22
0
Postfix Dovecot LDAP setup
...s) information of a
user. So in the 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? ;/
# ====...