Line 18: |
Line 18: |
| [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. | | [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 : | + | 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 | | https://github.com/leenooks/phpLDAPadmin |
| | | |
− | We have imported this to SME | + | We have imported this to SME. |
| | | |
| ==Installation== | | ==Installation== |
Line 32: |
Line 32: |
| then | | then |
| signal-event post-upgrade; signal-event reboot | | 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 | + | OR if you do not wish to have to reboot your server, instead of the post upgrade & reboot commands, do: |
| | | |
| signal-event console-save | | signal-event console-save |
Line 54: |
Line 54: |
| By default, the installation process limits the access to [http://phpldapadmin.sourceforge.net/ phpldapadmin] to the local network. | | By default, the installation process limits the access to [http://phpldapadmin.sourceforge.net/ phpldapadmin] to the local network. |
| | | |
− | To enable access to [http://phpldapadmin.sourceforge.net/ phpldapadmin] from the internet and your local network : | + | To enable access to [http://phpldapadmin.sourceforge.net/ phpldapadmin] from the internet and your local network: |
| db configuration setprop phpldapadmin access public | | db configuration setprop phpldapadmin access public |
| signal-event console-save | | signal-event console-save |
− | To limit access to local network : | + | To limit access to local network: |
| db configuration setprop phpldapadmin access private | | db configuration setprop phpldapadmin access private |
| signal-event console-save | | signal-event console-save |
− | To allow modification of ldap ( by default read only :kamikaze is disabled) | + | To allow modification of ldap (by default read only: kamikaze is disabled): |
| db configuration setprop phpldapadmin kamikaze enabled | | db configuration setprop phpldapadmin kamikaze enabled |
| /sbin/e-smith/expand-template /etc/phpldapadmin/config.php | | /sbin/e-smith/expand-template /etc/phpldapadmin/config.php |
Line 76: |
Line 76: |
| | | |
| | | |
− | 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}}. | + | For the core phpldapadmin 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."}} | | {{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=phpldapadmin |noresultsmessage="No open bugs found."}} |