Nope... The routines you're looking for are in admin.c... except for one, checkHTTPpassword in http.c (which maybe should be in admin.c anyway).
Basically the easiest way might be to create an new program, admin_ldap.c which implemented the same routines as admin.c, but with the appropriate adjustments to communicated with an LDAP server. For some routines, since administration is done inside the LDAP server, it would just fail and returns a message saying update the ldap data. Others would work via LDAP. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Toby Chappell Sent: Thursday, July 17, 2003 9:14 AM To: [EMAIL PROTECTED] Subject: [Ntop] Managing web users Is there any way built into Ntop 2.2 for managing the password of web users other than the "admin" user? I would like to be able to change the password of a user via a command line utility, or hook the authentication into an external source (probably LDAP). Thanks Toby -- Toby Chappell Georgia State Univ. Lead Software System Engineer Atlanta, Georgia UNIX Support Phone: (404) 651-1062 [EMAIL PROTECTED] Fax: (404) 651-4408 _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
