Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 736 Bytes

README.markdown

File metadata and controls

18 lines (11 loc) · 736 Bytes

Bitrix LDAP Authentication

Simple LDAP authentication module, that's free alternative to Bitrix's own module (that comes only with Business product edition). Free module allow you to manage all users in one place (very actual with many small Bitrix based sites).

Installation

Module may be installed over PEAR channel:

pear channel-discover capall.shockov.com
pear install capall/ldaper

Or over Bitrix update system from marketplace.

With PEAR you need also create symlink in your Bitrix installation(s):

ln -s /your-pear-directory/capall/sh.ldaper /your-site-document-root-directory/bitrix/modules/sh.ldaper