Difference between revisions of "Phpldapadmin"
(→Bugs) |
Unnilennium (talk | contribs) |
||
Line 8: | Line 8: | ||
Website: http://www.vanhees.cc/index.php?&newlang=eng | Website: http://www.vanhees.cc/index.php?&newlang=eng | ||
+ | |||
+ | ===Version=== | ||
+ | {{#smeversion: smeserver-phpldapadmin }} | ||
==Description== | ==Description== | ||
Line 16: | Line 19: | ||
==Installation== | ==Installation== | ||
− | = For | + | |
+ | <tabs container><tab name="For SME 10"> | ||
+ | yum --enablerepo=smecontribs install smeserver-phpldapadmin | ||
+ | |||
+ | </tab><tab name="For SME 9"> | ||
+ | yum --enablerepo=smecontribs install smeserver-phpldapadmin | ||
+ | then | ||
+ | signal-event post-upgrade; signal-event reboot | ||
+ | </tab><tab name="For SME 8"> | ||
yum --enablerepo=smecontribs install smeserver-phpldapadmin | yum --enablerepo=smecontribs install smeserver-phpldapadmin | ||
then | then | ||
Line 25: | Line 36: | ||
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf | /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf | ||
service httpd-e-smith sigusr1 | service httpd-e-smith sigusr1 | ||
− | + | </tab></tabs> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | ||
OR if you do not wish to have to reboot your server, instead of the post upgrade & reboot commands, do | OR if you do not wish to have to reboot your server, instead of the post upgrade & reboot commands, do | ||
Line 72: | Line 77: | ||
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-phpldapadmin component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-phpldapadmin|title=this link}}. | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-phpldapadmin component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-phpldapadmin|title=this link}}. | ||
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-phpldapadmin |noresultsmessage="No open bugs found."}} | {{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-phpldapadmin |noresultsmessage="No open bugs found."}} | ||
+ | ===Changelog=== | ||
+ | Only versions released in smecontrib are listed here. | ||
+ | |||
+ | {{#smechangelog: smeserver-phpldapadmin}} | ||
---- | ---- | ||
[[Category: Contrib]] | [[Category: Contrib]] | ||
[[Category: Administration]] | [[Category: Administration]] |
Revision as of 23:38, 17 April 2021
phpLDAPadmin for SME 8.x and SME 9.X
Maintainer
Website: http://www.vanhees.cc/index.php?&newlang=eng
Version
Description
Automatic installation of phpldapadmin on SmeServer.
phpldapadmin is a ldap client. Its powerfull multilangage administration interface allows you to edit the ldap server that comes with SME Server.
Installation
yum --enablerepo=smecontribs install smeserver-phpldapadmin
yum --enablerepo=smecontribs install smeserver-phpldapadmin
then
signal-event post-upgrade; signal-event reboot
yum --enablerepo=smecontribs install smeserver-phpldapadmin
then
signal-event post-upgrade; signal-event reboot
OR if you do not wish to have to reboot your server, instead of the post upgrade & reboot commands, do
/sbin/e-smith/expand-template /etc/phpldapadmin/config.php /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf service httpd-e-smith sigusr1
OR if you do not wish to have to reboot your server, instead of the post upgrade & reboot commands, do
signal-event console-save
or
/sbin/e-smith/expand-template /etc/phpldapadmin/config.php /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf service httpd-e-smith sigusr1
Uninstall
yum remove phpldapadmin smeserver-phpldapadmin
Usage
You can access the phpldapadmin interface by opening your web browser at the address:
https://[IP or NAME]/phpldapadmin
To login use the system admin login and password.
Settings
By default, the installation process limits the access to phpldapadmin to the local network.
To enable access to phpldapadmin from the internet and your local network :
db configuration setprop phpldapadmin access public signal-event console-save
To limit access to local network :
db configuration setprop phpldapadmin access private signal-event console-save
To allow modification of ldap ( by default read only :kamikaze is disabled)
db configuration setprop phpldapadmin kamikaze enabled /sbin/e-smith/expand-template /etc/phpldapadmin/config.php
Additional information
Michel Van hees (MasterSleepy)
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-phpldapadmin component or use this link .
Changelog
Only versions released in smecontrib are listed here.
2022/07/31 Jean-Philippe Pialasse 1.6.0-9.sme
- update to template httpd24 syntax [SME: 12055]
- update to template httpd24 syntax [SME: 12055]
- update access to httpd24 syntax [SME: 12055]
- Remove-intial-req-to-login.patch [SME: 11699]
- Alter auth-type config parameter to cookie from http [SME: 11699]