On 07-ago-09, at 12:05, José Illescas Pérez wrote: > But, I can't select auth ldap y validation mechanism. My list include: > > - None. > - Plain text file. > - Htpasswd file. > - Htdigest file. > - Fixed list. > > Where is auth ldap?. Is there any problem in my cherokee compilation > and > don't include ldap support?, what configure parameters have I > include?.
Odds are it isn't available because it wasn't compiled. ./configure looks for the ldap.h header and the libldap library. If any of those files was not present, the ldap plug-ing would not be compiled. Most probably you will only have to install the LDAP development package, and recompile+reinstall the server. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
