Line 1: |
Line 1: |
| {{Languages|Phpldapadmin}} | | {{Languages|Phpldapadmin}} |
| | | |
− | ===phpLDAPadmin for SME 8.x and SME 9.X=== | + | ===phpLDAPadmin for SME 10.X=== |
| {{Level|medium}} | | {{Level|medium}} |
| | | |
Line 11: |
Line 11: |
| ===Version=== | | ===Version=== |
| {{#smeversion: smeserver-phpldapadmin }} | | {{#smeversion: smeserver-phpldapadmin }} |
| + | {{#smeversion: phpldapadmin }} |
| | | |
| ==Description== | | ==Description== |
| Automatic installation of [http://phpldapadmin.sourceforge.net/ phpldapadmin] on SmeServer. | | Automatic installation of [http://phpldapadmin.sourceforge.net/ phpldapadmin] on SmeServer. |
| | | |
− | [http://phpldapadmin.sourceforge.net/ phpldapadmin] is a ldap client. Its powerfull multilangage administration interface allows you to edit the ldap server that comes with SME Server. | + | [http://phpldapadmin.sourceforge.net/ phpldapadmin] is a ldap client. Its powerful multilangage administration interface allows you to edit the ldap server that comes with SME Server. |
| | | |
| + | The original is no longer maintained and was forked to this repo where they keep 1.2 and are working on 2.0 : |
| + | https://github.com/leenooks/phpLDAPadmin |
| + | |
| + | We have imported this to SME |
| | | |
| ==Installation== | | ==Installation== |
| | | |
| <tabs container><tab name="For SME 10"> | | <tabs container><tab name="For SME 10"> |
− | yum --enablerepo=smecontribs install smeserver-phpldapadmin | + | yum --enablerepo=smecontribs install smeserver-phpldapadmin phpldapadmin |
| | | |
| </tab><tab name="For SME 9"> | | </tab><tab name="For SME 9"> |
− | yum --enablerepo=smecontribs install smeserver-phpldapadmin | + | yum --enablerepo=smecontribs install smeserver-phpldapadmin phpldapadmin |
| then | | then |
| signal-event post-upgrade; signal-event reboot | | signal-event post-upgrade; signal-event reboot |
Line 34: |
Line 39: |
| /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><tab name="For SME 8"> | + | </tab> |
− | yum --enablerepo=smecontribs install smeserver-phpldapadmin
| + | </tabs> |
− | 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
| |
− | </tab></tabs>
| |
| | | |
| ==Uninstall== | | ==Uninstall== |
Line 74: |
Line 71: |
| | | |
| == Bugs == | | == Bugs == |
− | 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}}.
| + | For the smeserver component 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."}} |
| + | |
| + | |
| + | For the core phpldaadmin component please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the phpldapadmin component or use {{BugzillaFileBug|product=SME%20Contribs|component=phpldapadmin|title=this link}}. |
| + | |
| + | {{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=phpldapadmin |noresultsmessage="No open bugs found."}} |
| + | |
| + | |
| ===Changelog=== | | ===Changelog=== |
| Only versions released in smecontrib are listed here. | | Only versions released in smecontrib are listed here. |
| | | |
| {{#smechangelog: smeserver-phpldapadmin}} | | {{#smechangelog: smeserver-phpldapadmin}} |
| + | |
| + | {{#smechangelog: phpldapadmin}} |
| ---- | | ---- |
| [[Category: Contrib]] | | [[Category: Contrib]] |
| [[Category: Administration]] | | [[Category: Administration]] |