Changes

stoney core: Interface Installation

390 bytes added, 07:49, 5 September 2013
/* Selfcare */
= Software Configuration =
== Selfcare ==
Edit the main configuration file of the Selfcare interface:
/var/www/selfcare/htdocs/protected/config/main.php
The following default values need to be changed according to your stoney cloud installation.
'server' => 'ldaps://<STONEY-CLOUD-LDAP-HOSTNAME>/',
'bind_rdn' => 'cn=Manager,dc=stoney-cloud,dc=org',
'base_dn' => 'dc=stoney-cloud,dc=org',
'adminEmail'=>'webmaster@example.com'
 
For example:
'server' => 'ldaps://ldamp.stepping-stone.ch/',
'bind_rdn' => 'cn=Manager,o=stepping-stone,c=ch',
'bind_pwd' => 'myverysecretpassword',
'base_dn' => 'o=stepping-stone,c=ch',
'adminEmail'=>'webmaster@stepping-stone.ch'
= Links =
SLB, editor, reviewer
3,392
edits