I'm creating (not from scratch, I've taken over an existing application)
an interface to my LDAP, Qmail-LDAP, Kerberos and AFS server system.

Everything works fine from the LDAP point of view, but I'd like to be able
to create Kerberos principals and AFS entries (volumes, users etc). Now,
I guess I could do this through external meens (shell/perl scripts etc),
but I'd like to have a module in PHP that gives me access to the
Kerberos/AFS API.

Checking through the 'Net for weeks, talking about this on the MIT Kerberos
and OpenAFS lists, I've came to the conclution that there is no such thing
(yet).

What I'd like to know is 'how difficult task is this'. Naturaly some would
say 'piece of cake', while's some would say 'very difficult'. Anything is
easy once you know it, but I never made a PHP module/extension before...

I'm a C/Perl coder at heart (and for may years), but... If someone have done
the job for me previosly, I don't need to :)

I've looked at the LDAP module, and from what I can tell it's "just" a
"wrapper" to the LDAP API's... It doesn't do much it self, it relies on
the LDAP API's to take care of business. How true is this?
-- 
cryptographic Kennedy Rule Psix Qaddafi BATF Ortega terrorist 767
AK-47 toluene DES strategic Peking Mossad Waco, Texas
[See http://www.aclu.org/echelonwatch/index.html for more about this]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to