[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: end user tools
most of the utilities you'll find will be more complex/powerful than what
your HR person needs. You're better off writing your own in PHP. I have
a workable LDAP class for PHP at http://www.ypass.net/php/ldap that you
can check out. it leaves a little to be desired, but it works fine.
eric
On Fri, 5 Apr 2002, Mark Lehrer wrote:
>
> Now that I had the basic LDAP server working (thanks to this list), I
> am trying to come up with an easy way for our HR person to manage the
> data. At this point I'm interested in storing just email info,
> phone extensions, and job titles.
>
> Is there an easy CGI-based way to do this? I suppose I could hack one
> up in PHP fairly easily but I don't want to re-invent the wheel if it
> is not necessary.
>
> Thanks,
> Mark
>