Sony Antony wrote: > 1. Im deriving a custom user class from inetorgperson. > I need to make the mail attribute 'required' ( this is 'allowed' in > inetorgpersn ) > Is it possible to do at all.
Should be no problem, no matter whether you derive from structural object class inetOrgPerson or add an auxiliary object class. > 2. Also when I have auxiliary objectclass s, and if teh same attribute > is defined as a different datatype, what will happen. Is this allowed > at all ? I assume you mean LDAP syntax by writing "datatype". Well, you simply can't define the same attribute type twice. Hence you can't have the same attribute type with different LDAP syntaxes. > ( Like mail is a DirectoryString in the structural base class whereas > it is a DN in the auxiliary/mix in class ) I'm really curious to see your schema declaration achieving this. > 3. If the same attribute is defined as 'allowed' in the structural > base class, but as required in teh auxiliary class, what will happen. > Is this allowed at all ? The attribute will be required. Ciao, Michael --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
