From: Chris F. <cf...@vi...> - 2002-05-14 21:32:36
|
On Tue, 14 May 2002 12:24:20 -0400 Eric Martin wrote: +------------------ | <html> | | <head> | <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> | <meta name=Generator content="Microsoft Word 10 (filtered)"> | | <style> | <!-- | /* Style Definitions */ | p.MsoNormal, li.MsoNormal, div.MsoNormal | {margin:0in; | margin-bottom:.0001pt; | font-size:12.0pt; | font-family:"Times New Roman";} | a:link, span.MsoHyperlink | {color:blue; | text-decoration:underline;} | a:visited, span.MsoHyperlinkFollowed | {color:purple; | text-decoration:underline;} | p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig | {margin:0in; | margin-bottom:.0001pt; | font-size:12.0pt; | font-family:"Times New Roman";} | span.EmailStyle17 | {font-family:Arial; | color:windowtext;} | @page Section1 | {size:8.5in 11.0in; | margin:1.0in 1.25in 1.0in 1.25in;} | div.Section1 | {page:Section1;} | --> | </style> | | </head> | | <body lang=EN-US link=blue vlink=purple> | | <div class=Section1> | | <p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; | font-family:Arial'>Newbie question: I’m looking to develop a web inter face | that will allow administrators to obtain the list of all groups that a given | user in the directory belongs to. So as not to reinvent the wheel, doe s | anyone know of a pre-existing script that does this? Thanks in advance ,</span></font></p> | | <p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; | font-family:Arial'> </span></font></p> | | <p class=MsoAutoSig><font size=2 face=Arial><span style='font-size:10.0pt; | font-family:Arial'>-emm</span></font></p> | | <p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-siz e: | 12.0pt'> </span></font></p> | | </div> | | </body> | | </html> +------------------ I'm not awware of one that meets your needs directly. But by combining Net::LDAP and CGO.pm it is not too much of a chalange to write such a thing. You might consider setting your mail client to post in text/plain http://www.winterspeak.com/columns/080801.html -- |