Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Wrapper module for Active Directory

32 views
Skip to first unread message

Vladimir Levijev

unread,
Oct 12, 2012, 10:58:42 AM10/12/12
to perl...@perl.org
Hi,

I'm writing the module to manage Active Directory using Net-LDAP.
Basically it just contains wrapper methods to easily
add/change/get/remove accounts, minding the specific AD stuff. Maybe
it could be useful for others in which case I would upload it on CPAN.
Since it's based on perl-ldap, I was thinking, should it be part of
it? E. g. Net::LDAP::Extra::Foo . Would you be interested in
integrating it? Or since it's a wrapper, not something that adds real
functionality, it should be a separate module and not contain any
Net::LDAP prefix in the name?

Cheers,

VL

Peter Karman

unread,
Oct 12, 2012, 12:21:32 PM10/12/12
to perl...@perl.org
Isn't there already a Net::LDAP::Extra::AD on CPAN?

Have you looked at Net::LDAP::Class? There's AD-specific User and Group
classes there too.


--
Peter Karman . http://peknet.com/ . pe...@peknet.com

Vladimir Levijev

unread,
Oct 12, 2012, 3:13:42 PM10/12/12
to pe...@peknet.com, perl...@perl.org
On 12 October 2012 19:21, Peter Karman <pe...@peknet.com> wrote:

>> I'm writing the module to manage Active Directory using Net-LDAP.
>> Basically it just contains wrapper methods to easily
>> add/change/get/remove accounts, minding the specific AD stuff. Maybe
>> it could be useful for others in which case I would upload it on CPAN.
>> Since it's based on perl-ldap, I was thinking, should it be part of
>> it? E. g. Net::LDAP::Extra::Foo . Would you be interested in
>> integrating it? Or since it's a wrapper, not something that adds real
>> functionality, it should be a separate module and not contain any
>> Net::LDAP prefix in the name?
>
> Isn't there already a Net::LDAP::Extra::AD on CPAN?
>
> Have you looked at Net::LDAP::Class? There's AD-specific User and Group
> classes there too.

Oh, now I feel like I have invented a bike! Thanks for pointing out
Net::LDAP::Class! I think it does everything my module allows + tons
more. :-D

Cheers,

VL
0 new messages