1831309 Members
3204 Online
110023 Solutions
New Discussion

Re: ldap scripts.

 
SOLVED
Go to solution
someone_4
Honored Contributor

ldap scripts.

Hello
I was wondering if anyone had any scripts to manage users in ldap.

Thanks
Richard
5 REPLIES 5
benoit Bruckert
Honored Contributor

Re: ldap scripts.

Hi Richard,
I have some ... in PHP are you still interested ?

regards
Benoit
Une application mal pansée aboutit à une usine à gaze (GHG)
William Wong_2
Trusted Contributor
Solution

Re: ldap scripts.

 
someone_4
Honored Contributor

Re: ldap scripts.

I am running ldapux with a netscape directory server.


Richard
William Wong_2
Trusted Contributor

Re: ldap scripts.

You can grab the follow Perl module for LDAP as well at http://search.cpan.org/author/LEIFHED/perldap-1.4/

Bob Neal-Joslin
Trusted Contributor

Re: ldap scripts.

What type of management would you like to do? Something like command-line-based user add-delete-modify?

ldapentry can is a quick and easy way to do user/group management, but it is interactive through an editor (vi, emacs, etc...)

Bob