1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
LDAP module installation
------------------------
To install this module you need copy subdirectory lib/Protocols.pmod/LDAP.pmod
to the Pike module tree in subdirectory Protocols.pmod/.
WARNING for Pike 0.5 users:
Library from package version 1.4 used Pike 0.6 ASN.1 API.
Library is COMPATIBLE with Pike 0.6 or higher!
Roxen LDAP module installation
------------------------------
For using Roxen modules (from roxen/modules/ directory) ldapuserauth.pike
and ldaptag.pike you need copy files to some standard location
defined in Global variables->Module directories [default is
/usr/local/roxen/server/modules/ and /usr/local/roxen/local/modules/].
Documentation
-------------
Documentation is availible in the doc/ directory.
Important informations about LDAP technology you can find
on OpenLDAP project pages at http://www.openldap.org.
Czech LDAP pages (only in Czech ;-) at http://www.unibase.cz/ldapcz/
---
Honza Petrous, hop@unibase.cz
|