This commit is contained in:
Tom Guerin 2025-02-20 14:47:43 +01:00
parent 05fd355c4f
commit b82a4e04cc
3 changed files with 60 additions and 21 deletions

View File

@ -4,11 +4,18 @@ fichier_a_ecrire=./logins.csv #creation fichier a lire + stockage dans cet
rm $fichier_a_ecrire 2> /dev/null #supprimer le fichier avant d'executer le script. / redirection des erreurs
touch $fichier_a_ecrire #creer le fichier a l'execution le script
while read ligne
while read line
do
aecrire=""
login=?
password=?
last_name=$(echo $line | cut -d "," -f2)
first_name=$(echo $line | cut -d "," -f1)
login=$(echo $first_name | cut -c1)$last_name
login=$(echo $login | tr [:upper:] [:lower:])
login=$(echo $login | tr -dc [:alnum:])
password=$(tr -dc '12345!@#$%^&*()_A-Z-a-z-0-9'</dev/urandom| head -c8)
group=$(echo $line | cut -d "," -f5)
aecrire="$login;$password;$first_name;$last_name;$group"
echo $aecrire >> $fichier_a_ecrire
done < $fichier_a_lire

View File

@ -1,16 +1,18 @@
#!/bin/bash
fichier=./Users.csv #Variable fichier qui stock le chemin du fichier
$ touch ./logins.csv
$ useradd -d /home/logins.csv -s /bin/bash username
fichier_a_lire=./logins.csv
while read ligne #définit la variable "ligne" comme le contenu de la ligne du fichier en cours de lecture
while read line
do
#a chaque iteration on rentre dans la variable metier on isole le champ 5 de la ligne.
metier=$(echo $ligne | cut -d "," -f5)
if [[ $(grep $metier /etc/group) == "" ]] ; then
groupadd $metier
fi
#on cherche metier dans le repertoire des groupe
#grep $metier /etc/group
#on rentre les données du fichier avec done <
done < $fichier
user=$(echo $line | cut -d ";" -f1)
useradd -m -s "/bin/bash" $user
group=$(echo $line | cut -d ";" -f5)
usermod -aG $group $user
passwd=$(echo $line | cut -d ";" -f2)
echo $user:$passwd | chpasswd
chown $user:$user /home/$user
done < $fichier_a_lire

View File

@ -0,0 +1,30 @@
eberthelmot;esBc1I^F;Ermengarde;Berthelmot;Accountant
kbunker;-barRdEy;Kassi;Bunker;Production
mmccallum;*HTbYCAK;Moises;McCallum;Production
plune;%bWyo_Sb;Patrizio;Lune;Accountant
beverix;waorB$Pf;Blanch;Everix;Accountant
skibbel;09JS7NTQ;Stafani;Kibbel;Production
imosdell;ZM9J^G(n;Ignacius;Mosdell;Management
jwallerbridge;q#SwzKZd;Jeana;Waller-Bridge;Management
edressel;PKLYzT6p;Elroy;Dressel;Production
tstrettell;x7D6zjD#;Thea;Strettell;Production
sinsoll;9zu5856m;Solomon;Insoll;Accountant
cfeedome;F@CQrTak;Carri;Feedome;Accountant
pchetwind;I%xQIWVK;Padraic;Chetwind;Management
sdugo;uRFMtM0K;Solly;D'Ugo;Production
kmaccostigan;4w5J7r(n;Konstanze;MacCostigan;Accountant
rpowlesland;(vzM5irO;Roxane;Powlesland;Management
okennealy;iMM$W0A@;Orelle;Kennealy;Production
ssoitoux;6NX^zZPy;Sukey;Soitoux;Production
nsyce;5f__@IKV;Nelli;Syce;Production
cshillam;ZK4pq!yg;Clarisse;Shillam;Production
cgueny;P#*e0UNs;Carin;Gueny;Management
driepel;sjECnfF);Donny;Riepel;Production
dralfe;cb4icl_6;Daniella;Ralfe;Production
lclynmans;WmITS!v6;Lexy;Clynmans;Production
gadamthwaite;CK!Fn1!!;Gardiner;Adamthwaite;Production
wlippett;HBRh6%MR;Woodman;Lippett;Production
nmunnion;4(LzplYR;Nadya;Munnion;Production
lhabershon;puQ#bc1X;Llewellyn;Habershon;Production
igreatrex;ij*LJVZh;Isaak;Greatrex;Production
dfrostdyke;fxm&GVn5;Darill;Frostdyke;Production
1 eberthelmot esBc1I^F Ermengarde Berthelmot Accountant
2 kbunker -barRdEy Kassi Bunker Production
3 mmccallum *HTbYCAK Moises McCallum Production
4 plune %bWyo_Sb Patrizio Lune Accountant
5 beverix waorB$Pf Blanch Everix Accountant
6 skibbel 09JS7NTQ Stafani Kibbel Production
7 imosdell ZM9J^G(n Ignacius Mosdell Management
8 jwallerbridge q#SwzKZd Jeana Waller-Bridge Management
9 edressel PKLYzT6p Elroy Dressel Production
10 tstrettell x7D6zjD# Thea Strettell Production
11 sinsoll 9zu5856m Solomon Insoll Accountant
12 cfeedome F@CQrTak Carri Feedome Accountant
13 pchetwind I%xQIWVK Padraic Chetwind Management
14 sdugo uRFMtM0K Solly D'Ugo Production
15 kmaccostigan 4w5J7r(n Konstanze MacCostigan Accountant
16 rpowlesland (vzM5irO Roxane Powlesland Management
17 okennealy iMM$W0A@ Orelle Kennealy Production
18 ssoitoux 6NX^zZPy Sukey Soitoux Production
19 nsyce 5f__@IKV Nelli Syce Production
20 cshillam ZK4pq!yg Clarisse Shillam Production
21 cgueny P#*e0UNs Carin Gueny Management
22 driepel sjECnfF) Donny Riepel Production
23 dralfe cb4icl_6 Daniella Ralfe Production
24 lclynmans WmITS!v6 Lexy Clynmans Production
25 gadamthwaite CK!Fn1!! Gardiner Adamthwaite Production
26 wlippett HBRh6%MR Woodman Lippett Production
27 nmunnion 4(LzplYR Nadya Munnion Production
28 lhabershon puQ#bc1X Llewellyn Habershon Production
29 igreatrex ij*LJVZh Isaak Greatrex Production
30 dfrostdyke fxm&GVn5 Darill Frostdyke Production