Default LDAP connection config set
Default localistaion of config file to enable access to default LDAP Server is located in procesy5 system config
Default syntax of config file for default ldap connection is as follows:
.cnf--default_ldap-PROCESY5_INSTALLED_DOMAIN.ini.php
Main config controller function class file /SE/se-lib/Config/INI.php
The file should contains such text data:
;<?php
;die(); // For further security
;// default LDAP
;// if user and pass not set then no bind_ldap - require anonymous access
version="3"
host="127.0.0.1"
;//port=""
user="USERNAME_FOR_DEFAULT_LDAP_SERVER"
pass="PASSWORD_FOR_DEFAULT_LDAP_SERVER"
base_dn="BASE_FOR_DEFAULT_LDAP_SERVER"
Values explained:
- USERNAME_FOR_DEFAULT_LDAP_SERVER could be:
- "diradmin" - is usualy set in Licence
- PASSWORD_FOR_DEFAULT_LDAP_SERVER is password set in Licence
- BASE_FOR_DEFAULT_LDAP_SERVER is:
- This is example for PROCESY5_INSTALLED_DOMAIN="biuro.biall-net.pl, the
dc=biuro,the
BASE_FOR_DEFAULT_LDAP_SERVER="
dc=biall-net,dc=pl
"
- This is example for PROCESY5_INSTALLED_DOMAIN="biuro.biall-net.pl, the
dc=biuro,the
BASE_FOR_DEFAULT_LDAP_SERVER="