Hi, 
        I'm trying to get mailAlternateAddress address working but I am
having problems. 

Here is my LDIF file:
objectclass: person
objectclass: inetOrgPerson
objectclass: qmailUser
mail: [EMAIL PROTECTED]
mailAlternateAddress: [EMAIL PROTECTED] 
mailhost: domain.com
mailMessageStore: /var/qmail/maildirs/chadtest9
uid: chadtest9
accountStatus: enabled
userPassword: {crypt}..9sjyf8zL76k

I add it to LDAP with the following command:
/usr/local/bin/ldapadd -v -w secret -D \"cn=Manager,dc=domain,dc=com\" -f
ldif.chad

When I do a serach on the LDAP tree I get the following:
# chadtest9, accounts, domain, com
dn: uid=chadtest9,ou=accounts,dc=domain,dc=com
cn: Chad Test9
sn: Test9
objectClass: top
objectClass: person
objectClass: inetOrgPerson
objectClass: qmailUser
mail: [EMAIL PROTECTED]
mailAlternateAddress:: Y2hhZEBpbnF1ZW50LmNvbSA=
mailHost: domain.com
mailMessageStore: /var/qmail/maildirs/chadtest9
uid: chadtest9
accountStatus: enabled


Why is the value for mailAlternateAddress showing up like it is encrypted?

-CM

Reply via email to