Adding a new member to the ldap: Difference between revisions

From NURDspace
No edit summary
No edit summary
Line 1: Line 1:
This howto describes how to add a new member to the [[LDAP]] but is stil WiP
This howto describes how to add a new member to the [[LDAP]] but is stil WiP
 
= phpldapadmin method =
* Log in to phpldapadmin (https://ldap.nurdspace.nl) with admin user (pre filled)
* Log in to phpldapadmin (https://ldap.nurdspace.nl) with admin user (pre filled)
* Copy a exsiting user
* Copy a exsiting user
* Edit fields that are specific for a person
* Edit fields that are specific for a person
* Let user change ''Password'' and ''sambaNTPassword'' Last one is needed for [[Spacenet]] to work.
* Let user change ''Password'' and ''sambaNTPassword'' Last one is needed for [[Spacenet]] to work.
= script method =
* Go to /root/gwens_ldap_scripts on [[NURDServices]]
* execute following:
<code>./make_new_user.py -f <first name> -l <last name>] -u <username -m <email address> -p <password></code>

Revision as of 21:41, 26 October 2018

This howto describes how to add a new member to the LDAP but is stil WiP

phpldapadmin method

  • Log in to phpldapadmin (https://ldap.nurdspace.nl) with admin user (pre filled)
  • Copy a exsiting user
  • Edit fields that are specific for a person
  • Let user change Password and sambaNTPassword Last one is needed for Spacenet to work.

script method

  • Go to /root/gwens_ldap_scripts on NURDServices
  • execute following:

./make_new_user.py -f <first name> -l <last name>] -u <username -m <email address> -p <password>