How to Install OpenLDAP Sudo apt-get update Sudo apt-get install slapd ldap-utils.

Slides:



Advertisements
Similar presentations
Publication Module using back end interface. Institution Data Entry Add Documents. Edit/Delete Documents that are added but not yet sent to Institution.
Advertisements

A detailed guide on the bidding process for Rihago Timed Auctions.
PRESENTER: MATTHEW DILLON E SCHOOL VIEW CMS TEACHER TRAINING.
101 Complete Moodle Tutorial. Logging In Navigate to Your login name will.
DNR-322L & DNR-326.
Target 2nd tier Prime Supplier Guide
WELCOME TO. Click on Products Click on online products >> Tax Professionals >> Taxbase Suite : Website >>Read More…
Gateway Program Go to along the left side, in the third section, click on The Gateway.
SETUP AND CONFIGURATIONS WEBLOGIC SERVER. 1.Weblogic Installation 2.Creating domain through configuration wizard 3.Creating domain using existing template.
Using UPT: Set up Application & Create caArray Users Fan Lin, Ph. D. Molecular Analysis Tools Knowledge Center Columbia University and The Broad Institute.
Getting an account with WordPress.com Open your web browser ( mozilla firefox, internet explorer, opera, etc.,)
Eric Claus Assistant Network Administrator Network+ Ernest Staats Master Science Information Assurance, (CISSP)®, CEH, MCSE, CNA, CWNA,
Using Scran “Stuff” Storing Organising Sharing Scran Training PowerPoint 2.
03/07/08 © 2008 DSR and LDAP Authentication Avocent Technical Support.
Eucalyptus Virtual Machines Running Maven, Tomcat, and Mysql.
Copyright© 2003 Avaya Inc. All rights reserved Upgrade to Communication Manager 2.0 with Migration to Linux 8.0 Purpose: This presentation was prepared.
Workshop on Enhanced Self-Evaluation Platform (SEP) on Information Technology in Education LIU, Man Lee & HO, Chung Hong Seconded Teacher Education and.
Site Registration and Monitoring
How to develop your website Chapter Websites Denise R. E. Copeland
Installing and Using Active Directory Written by Marc Zacharko.
Creating New Webpages Pioneer Preparatory School.
1. Profile settings 2. Messaging system 3. Downloading files 4. Uploading files 5. Creating groups 6. Calendar events.
Website Editing From Gingerweb The Image Gallery.
LDAP Authentication Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Configure the Server –Login to the Web-Based Server Manager Username “admin” Password – your password –You can change the.
WAMP Windows Apache MySQL and PHP i.e. “WAMP”. Why WAMP? WampServer is a Windows web development environment. It allows you to create and test web pages.
LiveText Training. Registering Account First Time – Go to – Register Account (Left menu) – Click line.
Staff Module and Summary of Changes 1. Icon Changes: Page 3 Signing In and Password/Pin Changes: Page 4 Logging Out: Page 8 Staff Module Changes: Page.
How to Setup Scan to on most Sharp Models.
Nurture My Child Tutorial Steps to Creating & Using a Business Account This tutorial has been created for businesses. It gives you a step-by-step procedure.
How to use Poken Partner Hub. Agenda INTRODUCTION Login Main Page FUNCTIONS Edit: Profile Page Lead Survey Manage: Visitors Objects Permissions REPORTS.
Information Management System “Institutions Module" Information Management System “Institutions Module" The System management module is an integrated part.
Contract Invoice Guide
PowerSchool-Parent Portal Information
CUSTOMER ORDERING QUICK REFERENCE GUIDE November 9, 2015.
Staff Module and Summary of Changes 1. Icon Changes: Page 3 Signing In and Password/Pin Changes: Page 4 Logging Out: Page 8 Staff Module Changes: Page.
1 * * * Updated for NTS software version , * * *
Log into Log into the SPORT NGIN site or create an account if this is your first time in.
KLEINFLIX. Access knet page Click the link to KleinFlix.
 Enter blogger.com in the search barblogger.com  Log-in through a valid Gmail account (or create a Gmail account if you don’t have one)  Then click.
Labcheck Next Generation Quick Start Guide Admin Basics.
PlanBuilder How-To.
Add Video Library in Company
Add Media in Company After Login Below screen will display
General System Navigation
Getting an account with WordPress.com
Intro to WordPress (Using XAMPP)
Single Sample Registration
Dalikoo User Guide.
SUBMITTING A PAYMENT REQUEST FORM
Core LIMS Training: Advanced Administration
Salary Payment in PFMS Using Excel
User Guide Portman Concur
New Mexico Emergency Operations Center (NMEOC) Basic ETeam Training
Setup Of 4050 EIP To Control LOGIX PLC
Kodak Alaris Sales Information Library User Training
The Smarter Balanced Assessment Consortium
The Smarter Balanced Assessment Consortium
If you are not logged in, visit your Moodle Cloud LMS and login
Internet Ordering Change.
Using the Vendor Portal
NEW! Student Organization Database
PUBLIC FINANCIAL MANAGEMENT SYSTEM
This is the Sign In page for the Dashboard
Salary Payment in PFMS Using Excel
The Smarter Balanced Assessment Consortium
The Smarter Balanced Assessment Consortium
How to install and manage exchange server 2010 OP Saklani.
Presentation transcript:

How to Install OpenLDAP Sudo apt-get update Sudo apt-get install slapd ldap-utils

Reconfiguring OpenLDAP Sudo dpkg-reconfigure slapd

Reconfiguring OpenLDAP Continue

Installing and configuring PhpLdapAdmin Apt-get install apache2 Apt-get –y install php5 libapache2-mod-php5 Service apache2 restart Apt-get install phpldapadmin Vi /etc/phpldapadmin/config.php Search for the following sections and modify them accordingly.

configuring PhpLdapAdmin continue Change the red value to the way you will be referencing your server, either through domain name or IP address.

configuring PhpLdapAdmin continue Edit the following entry to reflect the name you selected (ours is “afnog.org" as you recall):

configuring PhpLdapAdmin continue The next value to modify will use the same domain components that you just set up in the last entry. Add these after the "cn=admin" in the entry below:

configuring PhpLdapAdmin continue Search for the following section about the "hidetemplatewarning" attribute. We want to uncomment this line and set the value to "true" to avoid some annoying warnings that are unimportant.

configuring PhpLdapAdmin continue Login to the PhpLdapAdmin page using a browser with your IP Address followed by phpldapadmin

configuring PhpLdapAdmin continue Click on login in your left pane and enter your ldap admin password

configuring PhpLdapAdmin continue If successfully loged in, you should see an interface as below

configuring PhpLdapAdmin continue Create Organizational Units, Groups, Users Click on the “Create new entry here” link on the left-hand side Click on the “Generic: Organizational Unit” template as below We will be asked to create a name for our organizational unit. Type Groups and repeat the same procedure to create users group as well. Slides on the next slide demonstrate the process

configuring PhpLdapAdmin continue

Click on Commit to save changes

configuring PhpLdapAdmin continue When you are done, you should see the configuration as shown on your left hand side.

configuring PhpLdapAdmin continue Create Groups We can create two different groups that could be used to organize users into different “access” groups based on their privileges they require. Those groups are “admin” and “user” groups. In the main pane, click on the “Create a child entry” within the groups category. We will choose the “Generic: Posix Group” Category The next slide shows the guidelines for creating those groups.

configuring PhpLdapAdmin continue Click on the “Generic: Posix Group” highlighted in yellow colour

configuring PhpLdapAdmin continue

Both groups after creation will look as below in the left hand side

configuring PhpLdapAdmin continue Click on the “view 2 children” as highlighted in yellow

configuring PhpLdapAdmin continue The output of the view 2 childres is as shown below

Create Users Next, we will create users to put in these groups. Start by clicking on “ou=users” category. Click on Create a child entry. We will choose “Generic: User Account” for these entries We will be given a lot of fields to fill out: The picture below shows the template to be filled