Finally, I decide that is impossible...
I try to update manually the mail attribute from "Windows Mail"....
The mail returned value is formated like these: "userlist <user1@domain.com;
user2@domain.com; .....>" ....
And this doesn't work...
If I have several mail attributes, it only gets the first....
Conclusion:
1.- I'm going to use the classical groupOfNames....
2.- Make a batch that reads the member of the group, and store the mail
attributes in the file of a mail distribuition list with the name of the
group....
3.- In windows mail (or other), when i read the mail attribute this gets
nameofgroup@mydomain....
That's all!
----- Original Message -----
From: "Ioannis Mavroukakis" <imavroukakis@gameaccount.com>
To: <users@directory.apache.org>
Cc: <users@directory.apache.org>
Sent: Sunday, May 03, 2009 11:17 AM
Subject: Re: distribution list, group of Contacts and groupOfNames
> You could perhaps use a custom Interceptor for that. This is a read only
> attribute is it not? Care to provide a few examples of what you need
> done?
>
> On 3 May 2009, at 09:53, "Jordi Pujol" <jordi.pujol.ulied@gmail.com>
> wrote:
>
>> Yes, perhaps this is a solution, but it doesn't work if you don't have
>> an automatic manner to fill the mail 'attribute' with the list of
>> mail attributes of the members of the group (with a semicolon between
>> every address....)
>>
>> Regards!
>>
>> ----- Original Message ----- From: "Ioannis Mavroukakis"
>> <imavroukakis@gameaccount.com
>> >
>> To: <users@directory.apache.org>
>> Cc: <users@directory.apache.org>
>> Sent: Sunday, May 03, 2009 10:50 AM
>> Subject: Re: distribution list, group of Contacts and groupOfNames
>>
>>
>>> You could provide a schema extension and define the attributes you
>>> need :-)
>>>
>>> On 3 May 2009, at 07:03, "Jordi Pujol" <jordi.pujol.ulied@gmail.com>
>>> wrote:
>>>
>>>> Hi, all!
>>>> My names is Jordi and i'm implementing an addressbook in Apache
>>>> Directory Server to work with several email clients like Windows
>>>> Mail, Windows Live Mail, etc...
>>>> This work well with normal contacts, if you know the mappings that
>>>> use Windows email clients...
>>>>
>>>> But the problem comes when i try to emulate the group of contacts in
>>>> the LDAP side...
>>>>
>>>> As you know there are two group classes in LDAP, groupOfNames and
>>>> groupOfUniqueNames, but they hasn't the mail attribute....
>>>> In past, there was the rfc822mailmember but it seems that is
>>>> deprecated....
>>>>
>>>> If i build the groupOfNames, i can find from the email client, but
>>>> obviously, doesn't have the mail attribute.....
>>>>
>>>> My question, there is any solution to acomplish that?
>>>>
>>>> I think that perhap a solution is to build a procedure that we you
>>>> call from email clients with their cn=emailList return a "contact"
>>>> with mail attribute build in with the list of mail members......
>>>>
>>>> Before start to study how to do that, program it, etc.... anyone
>>>> knows if this idea is useful and can work?
>>>>
>>>> Thanks to all!
>>
|