SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Sponsored Links

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

Two authClients are now available:
authClient_ldap and authClient_authdaemon. - autClient_authdaemon is the old authClient that communicated to the authDaemon. - authClient_ldap is a new authClient that communicates to an LDAP server over SSL.

authClient_ldap requires the use of a config file to specify the LDAP server and port You will need to edit the source of authClient_ldap.c to specify the path to the config file.

You need the OpenLDAP dev libraries and TLS libraries:

libldap2-tls
libldap2-dev

It's a good idea to have apxs installed, which should come with your apache-dev package.

To compile: gcc authClient_ldap.c -o authClient -lldap

Example httpd.conf:

AuthName "foo"
AuthType Basic
AuthAnyUserProg "/usr/local/itlab/bin/authClient"


Sponsored Links

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.