View previous topic :: View next topic |
Author |
Message |
adamtheo Tux's lil' helper


Joined: 03 Sep 2002 Posts: 123 Location: Tallahassee, Florida USA
|
Posted: Sat Oct 04, 2003 9:28 am Post subject: Web-based LDAP account creation |
|
|
Hello, Adam Theo here.
I am wondering if there are any web-based tools to allow users (the public) to create an LDAP account/entry in my LDAP directory. Basically as a open and public account registration service. Thanks. _________________ * Theoretic Solutions "The Internet's Open Think-Tank" - http://www.theoretic.com |
|
Back to top |
|
 |
slartibartfasz Veteran


Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Sat Oct 04, 2003 9:24 pm Post subject: |
|
|
should be easy with the proper perl module _________________ To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be. |
|
Back to top |
|
 |
adamtheo Tux's lil' helper


Joined: 03 Sep 2002 Posts: 123 Location: Tallahassee, Florida USA
|
Posted: Wed Oct 08, 2003 8:58 am Post subject: not a programmer |
|
|
yeah, it would certainly be doable in Perl, but unfortunately, I'm a crappy programmer. I was hoping that there were some solid, pre-existing web-based tools already out there. Thanks anyway, though. _________________ * Theoretic Solutions "The Internet's Open Think-Tank" - http://www.theoretic.com |
|
Back to top |
|
 |
think4urs11 Bodhisattva


Joined: 25 Jun 2003 Posts: 6659 Location: above the cloud
|
Posted: Wed Oct 08, 2003 9:12 am Post subject: |
|
|
i think what slarti wanted to say is that you should have a look at this site and download the perl modules you need
http://theoryx5.uwinnipeg.ca/ _________________ Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself |
|
Back to top |
|
 |
slartibartfasz Veteran


Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Wed Oct 08, 2003 12:05 pm Post subject: Re: not a programmer |
|
|
adamtheo wrote: | yeah, it would certainly be doable in Perl, but unfortunately, I'm a crappy programmer. I was hoping that there were some solid, pre-existing web-based tools already out there. Thanks anyway, though. |
unfortunately i dont know of any but i'm quite sure with one of these modules the code is as complex as:
Code: | CreateLdapUser(username,pwd,server); |
should not take more than 20 lines or so...there might even be an example in some modules documentation... _________________ To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be. |
|
Back to top |
|
 |
|