Skip to Content.
Sympa Menu

en - ldap schema

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: decoy <address@concealed>
  • To: address@concealed
  • Subject: ldap schema
  • Date: Wed, 7 Jan 2004 16:03:08 +0100 (CET)


i have looked through the sympa sources and i found that Ldap.pm has this
function called export_list. Am I just unable to find it, or is there
really no documentation on that?

I also saw that this function makes use of a number of attributes and a
MailingList object class like this:

'listName' => "$list->{'name'}",
'listEmailAddress' => "$list_email",
'listSubject' => "$list->{'admin'}{'subject'}" || 'unknown',
'listLang' => $list->{'admin'}{'lang'}
'listCreateDate' => $list->{'admin'}{'creation'}{'date'} || 'unknown',
'listCreateDateepoch' => $list->{'admin'}{'creation'}{'date_epoch'} || 0,
'listDescription' =>$list->get_info() || 'unknown',
'listSubscribersNumber' => "$total",
'robotEmail' => "$list->{'admin'}{'host'}",
'robotType' => 'sympa',
'listUrlHomePage' =>'http://'."$list->{'admin'}{'host'}".'/'.'wws',
'listUrlArc' =>
'http://'."$list->{'admin'}{'host'}".'/wws/arc/'."$list->{'name'}",
'listUrlInfo'
=>'http://'."$list->{'admin'}{'host'}".'/wws/info/'."$list->{'name'}",
'listTheme' => [@{$list->{'admin'}{'topics'}}],
'objectclass' => ['top','MailingList']

is therte a schema somewhere that includes these attributes and the
objectClass? If not, I will write one, I have one of these IANA numbers
for creating schemas.


--
decoy
reality recombination specialist
memecraft.org

get my gpg key: gpg --keyserver wwwkeys.nl.pgp.net --recv-keys B1E95FAD
key fingerprint: D557 EA54 BEFB 2A13 606A 327E 0CAE 5D73 B1E9 5FAD

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Indeed, we believe in the proverbial 'rough consensus and running code'
Still, we sometimes run out of consensus and end up with rough code
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++




Archive powered by MHonArc 2.6.19+.

Top of Page