in reply to Page for changing passwords in a Directory - CGI::Appplication - right way to go?

Well, since 'they' asked for a webpage method too, and if you're comfortable to use CGI::Application, i'd say it is indeed the right way to go.
I assume you're going to implement a module like Net::LDAP::Extension::SetPassword with it?

"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.
  • Comment on Re: Page for changing passwords in a Directory - CGI::Appplication - right way to go?

Replies are listed 'Best First'.
Re^2: Page for changing passwords in a Directory - CGI::Appplication - right way to go?
by ghenry (Vicar) on Jul 25, 2005 at 11:18 UTC

    Yes, exactly. I don't wish to reinvent the wheel here, just use existing stuff.

    I could use Webmin or Samba Console, but that would just blow their minds and I'd rather get something inplace now that I can just keep adding too.

    Should be fun.

    Walking the road to enlightenment... I found a penguin and a camel on the way.....
    Fancy a yourname@perl.me.uk? Just ask!!!
Re^2: Page for changing passwords in a Directory - CGI::Appplication - right way to go?
by ghenry (Vicar) on Jul 25, 2005 at 21:13 UTC

    I think CGI::Builder might be the better way to go.

    There's CGI::Application::Plus, which says to move on to the above.

    I'll have a play with both and see.

    Walking the road to enlightenment... I found a penguin and a camel on the way.....
    Fancy a yourname@perl.me.uk? Just ask!!!

      Might be a bad choice according to Merlyn.

      Walking the road to enlightenment... I found a penguin and a camel on the way.....
      Fancy a yourname@perl.me.uk? Just ask!!!