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


Don't forget to create the user's homedir afterwards.
= phpldapadmin method =
= 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)
Line 7: Line 6:
* 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.
* Now create the user's homedir
= script method =
= script method =
* Go to /root/gwens_ldap_scripts on [[NURDServices]]
* Go to /root/gwens_ldap_scripts on [[NURDServices]]
* execute following:
* execute following:
<code>./make_new_user.py -f <first name> -l <last name>] -u <username -m <email address> -p <password></code>
<code>./make_new_user.py -f <first name> -l <last name>] -u <username -m <email address> -p <password></code>
* Now create the user's homedir

Revision as of 21:55, 29 November 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.
  • Now create the user's homedir

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>

  • Now create the user's homedir