--On Monday, November 29, 2010 04:18:13 PM +0100 Frank Bonnet f.bonnet@esiee.fr wrote:
On 11/29/2010 04:10 PM, Bill MacAllister wrote:
--On Monday, November 29, 2010 03:49:36 PM +0100 Frank Bonnet f.bonnet@esiee.fr wrote:
Hello
I'm searching for some web based software to let users modify "some" data in our LDAP database after having been authenticated.
Typically I would like to let them the possiblity to modify their loginShell , password , phone number ... etc
Does such software exists ?
Thank you
http://phpldapadmin.sourceforge.net/wiki/index.php/Main_Page
It is working at user's level ? ( not admin level )
If your users bind as themselves then what they can change is dependant on how you have configured the directory ACLs.
The second bullet on the main page for phpldapadmin is "Template-based entry editing". You will probably want to look at that.
Then, of course, you can also just write your own with php. The php ldap api is very simple.
Bill