Bryan,
Bryan Boone schrieb am 22.06.2010 01:37 Uhr:
So my question is??? Is an LDAP client to be run as a Daemon or service? Is this what OpenLDAP provides? Or can I simply use function calls (from PHP or C) from the OpenLDAP library for the authentication?
Just search the web for "php ldap". It is pretty basic (if you have the openldap server up and running for authentication).
Basically all I need is...
The user brings up the web page. The user enters in the user name and password. The server uses PHP or C to check to see if the entered information matches an LDAP server.
This is ldap bind.
Marc