On Thu, Jun 10, 2010 at 1:11 PM, Jérémy ESCOLANO <jeremyescolano@xxxxxxxxx> wrote: > Actually this is about configuring Apache server to allow it to communicate > with LDAP server, that is why i'm asking here, but of course I'll try to get > so help on PHP list. > Though, I heard about a ldaprc and ldap.conf file for apache? somebody can > give me informations about these files ? (what are they used for, and in > which folder do we have to put them ?(on windows server) > Thanks > .ldaprc is a per-user configuration file for using configuring the tools of openldap. It should be in your home directory. ldap.conf is a per-system configuration file for doing the same thing as .ldaprc. On Unix, it is installed in $PREFIX/etc/openldap/ldap.conf . Both these files can be used to supply configuration settings for connecting to an LDAP server. You never mention it is for apache to communicate with LDAP, you showed us your slapd.conf, some PHP code and an error from your PHP code. If you want to do apache authentication with LDAP, then you had better say so, say what you've tried, and provide the appropriate error messages apache gives you. Cheers Tom --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx