Hello Team,
I have a mail server which is authenticating with OPenLDAP; when I set mail forwarding option I get the below error code LDAP Error Code - 17 - Undefined attribute type
so I would like to know how to enable fwd filed and related field like out of office in OpenLDAP. which schema I should use in my openldap to enable it.
I have below schema already enabled.
include /ldap/etc/openldap/schema/corba.schema include /ldap/etc/openldap/schema/core.schema include /ldap/etc/openldap/schema/cosine.schema include /ldap/etc/openldap/schema/duaconf.schema include /ldap/etc/openldap/schema/dyngroup.schema include /ldap/etc/openldap/schema/inetorgperson.schema include /ldap/etc/openldap/schema/java.schema include /ldap/etc/openldap/schema/misc.schema include /ldap/etc/openldap/schema/nis.schema include /ldap/etc/openldap/schema/openldap.schema include /ldap/etc/openldap/schema/ppolicy.schema include /ldap/etc/openldap/schema/collective.schema include /ldap/etc/openldap/schema/samba.schema
Thanks -Arun
Please do not print this email unless it is absolutely necessary.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
arun.sasi1@wipro.com wrote:
I have a mail server which is authenticating with OPenLDAP; when I set mail forwarding option I get the below error code LDAP Error Code - 17 - Undefined attribute type
We can't know since we don't know your mail server. ;-) Which mail server are you using? Do you use an add-on for this particular feature?
You should probably see the modify request in slapd's log which also mentions the attributes to be modified. That might give a clue.
If you're using a commercial mail server then ask the vendor for a possibly proprietary schema.
Ciao, Michael.
Hello Michael,
I am using proprietary mail server unfortunately vendor is not providing the schema.
Is there any schema available to enable or add "fwd" field in OpenLDAP.
Thanks -Arun ________________________________________ From: Michael Ströder [michael@stroeder.com] Sent: Thursday, November 21, 2013 1:21 PM To: Arun Sasi V (WI01 - GIS - ENU); openldap-technical@openldap.org Subject: Re: fwd field
arun.sasi1@wipro.com wrote:
I have a mail server which is authenticating with OPenLDAP; when I set mail forwarding option I get the below error code LDAP Error Code - 17 - Undefined attribute type
We can't know since we don't know your mail server. ;-) Which mail server are you using? Do you use an add-on for this particular feature?
You should probably see the modify request in slapd's log which also mentions the attributes to be modified. That might give a clue.
If you're using a commercial mail server then ask the vendor for a possibly proprietary schema.
Ciao, Michael.
Please do not print this email unless it is absolutely necessary.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
arun.sasi1@wipro.com wrote:
I am using proprietary mail server unfortunately vendor is not providing the schema.
At least the vendor should be able to tell you which schema to use.
Is there any schema available to enable or add "fwd" field in OpenLDAP.
Wild guesses only waste everybody's time. Please ask your vendor.
Ciao, Michael.
arun.sasi1@wipro.com wrote:
Hello Michael,
I am using proprietary mail server unfortunately vendor is not providing the schema.
maybe you have access to an installed ldap server which has the schemas you need. Then it is easy to retrieve the schema.
ldapsearch -LLLx -H ldap://localhost/ -b 'cn=Subschema' -s base +
Is there any schema available to enable or add "fwd" field in OpenLDAP.
Thanks -Arun _________
harry.jede@arcor.de wrote:
arun.sasi1@wipro.com wrote:
Hello Michael,
I am using proprietary mail server unfortunately vendor is not providing the schema.
maybe you have access to an installed ldap server which has the schemas you need. Then it is easy to retrieve the schema.
ldapsearch -LLLx -H ldap://localhost/ -b 'cn=Subschema' -s base +
Note that you make two assumptions here not valid in general:
1. DN of subschema subentry is always 'cn=Subschema'.
2. The LDAP server has to support RFC 3673 to be able to return all operational attributes when search requested '+'.
It's general better to refer to the FAQ-O-MATIC when fastly answering more complex questions:
http://www.openldap.org/faq/data/cache/1366.html
My recent modification to above FAQ entry still awaits moderators action. The really correct ldapsearch command with 'cn=Subschema' being the DN you retrieved with the first search:
ldapsearch -x -LLL -b cn=Subschema -s base '(objectClass=subschema)' attributeTypes dITStructureRules objectClasses nameForms dITContentRules matchingRules ldapSyntaxes matchingRuleUse
Ciao, Michael.
openldap-technical@openldap.org