Skip to content

Other configurations

Peter Willendrup edited this page Feb 8, 2016 · 5 revisions

phpLDAPadmin

How to set up phpldapadmin behind a password protected page.

  • Install via apt-get
  • Configure for local LDAP profile
  • Serve via nginx server entry:
	location /ldapadmin {
		alias /srv/mcweb/wordpress/ldapadmin;
		auth_basic "Restricted";
		auth_basic_user_file /srv/mcweb/htpasswd;
	}
  • with proper htpasswd generated htpasswd file in right location
htpasswd passwordfile username password

changepassword

How to install the change LDAP password widget 'self-service-password'

    $ wget http://tools.ltb-project.org/attachments/download/801/self-service-password_0.9-1_all.deb
    $ dpkg -i self-service-password_0.9-1_all.deb
    $ aptitude install php5 php5-ldap php5-mcrypt

frontpage

Create and serve a frontpage of some kind, linking to the services.