Book Image

Gitlab Cookbook

By : Jeroen van Baarsen
Book Image

Gitlab Cookbook

By: Jeroen van Baarsen

Overview of this book

Table of Contents (16 chapters)
GitLab Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Adding a user to your LDAP server


Before a user can log in to your GitLab server, they need to have an account in the LDAP server. In this recipe, we will take a look at how you can add groups and users to your LDAP server using the phpLDAPadmin tool.

How to do it…

Let's create a new user:

  1. Go to the domain that your LDAP server is running and append phpldapadmin to the URL, for example, http://ldap.example.com/phpldapadmin.

  2. Click on the login link and enter your administrator password.

  3. First, create a group to house all the users.

  4. In the tree view in the left-hand side view, click on the little + sign.

  5. Click on Create a new entry here.

  6. Select Generic: Posix Group.

  7. You will see a screen where you can enter the group name. Enter Users and click on Create Object.

  8. You will see the confirmation window again. Click on Commit.

  9. Next, create an actual user!

  10. Click on the group we just created in the tree view.

  11. Click on Create a child entry.

  12. Select the Generic: User Account option.

  13. Fill in the form with the information...