1

Topic: OpenLDAP backend modifying

Hi!

I'm using iRedMail-0.7.3 on Ubuntu Server 10.04.3 LTS with OpenLDAP backend.
I would like to modify LDAP objects for mail accounts, that is I want to set the correct givenName and sn attribute for mail accounts.
Right now the sn attribute is the same as uid attribute or xxx in xxx@domain.com.

Is this possible without any consequences on normal operation of iRedMail?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: OpenLDAP backend modifying

mmesh wrote:

that is I want to set the correct givenName and sn attribute for mail accounts.

You can change them with phpLDAPadmin anytime.

3

Re: OpenLDAP backend modifying

ZhangHuangbin wrote:

You can change them with phpLDAPadmin anytime.

OK, Thanks. I'll use a python script I wrote to extrapolate this attributes from cn and load them.