|
Additional Instructions Add a new User on the UI On LCFGng server: 1- In folder /var/obj/conf/server/source/git-current create the following two configuration files for the local users
2- Include them in the UI profile (in folder /var/obj/conf/server/source ): /* Local Users */ #include "git-current/Users-local-cfg.h" #include
"git-current/UsersNoHome-local-cfg.h" 3- Define the new user (e.g. johndoe) in file Users-local-cfg.h +auth.userhome_johndoe /home/johndoe +auth.usergroup_johndoe users +auth.useruid_johndoe <uid> auth.userpwd_johndoe <password> generate the encrypted password with git-cryptpasswd 4- Update the profile of the UI:
/usr/sbin/mkxprof -v <UI name> 5- On the UI, check that the new account has been created by lcfgng
less /etc/passwd |grep <account name> 6- To avoid that at each root the user's home directory is recreated, in file UsersNoHome-local-cfg.h set: auth.usernotcreatehome_johndoe true 7- Update the profile of the UI:
/usr/sbin/mkxprof -v <UI name>
Add a new Worker Node On LCFGng server:
On CE node:
On new WN node:
|