new
This commit is contained in:
parent
05fd355c4f
commit
b82a4e04cc
@ -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
|
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
|
touch $fichier_a_ecrire #creer le fichier a l'execution le script
|
||||||
|
|
||||||
while read ligne
|
while read line
|
||||||
do
|
do
|
||||||
aecrire=""
|
aecrire=""
|
||||||
login=?
|
|
||||||
password=?
|
|
||||||
last_name=$(echo $line | cut -d "," -f2)
|
last_name=$(echo $line | cut -d "," -f2)
|
||||||
first_name=$(echo $line | cut -d "," -f1)
|
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)
|
group=$(echo $line | cut -d "," -f5)
|
||||||
|
|
||||||
|
|
||||||
|
aecrire="$login;$password;$first_name;$last_name;$group"
|
||||||
|
echo $aecrire >> $fichier_a_ecrire
|
||||||
|
done < $fichier_a_lire
|
@ -1,16 +1,18 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
fichier=./Users.csv #Variable fichier qui stock le chemin du fichier
|
fichier_a_lire=./logins.csv
|
||||||
$ touch ./logins.csv
|
|
||||||
$ useradd -d /home/logins.csv -s /bin/bash username
|
|
||||||
|
|
||||||
while read ligne #définit la variable "ligne" comme le contenu de la ligne du fichier en cours de lecture
|
|
||||||
|
while read line
|
||||||
do
|
do
|
||||||
#a chaque iteration on rentre dans la variable metier on isole le champ 5 de la ligne.
|
user=$(echo $line | cut -d ";" -f1)
|
||||||
metier=$(echo $ligne | cut -d "," -f5)
|
useradd -m -s "/bin/bash" $user
|
||||||
if [[ $(grep $metier /etc/group) == "" ]] ; then
|
|
||||||
groupadd $metier
|
group=$(echo $line | cut -d ";" -f5)
|
||||||
fi
|
usermod -aG $group $user
|
||||||
#on cherche metier dans le repertoire des groupe
|
|
||||||
#grep $metier /etc/group
|
passwd=$(echo $line | cut -d ";" -f2)
|
||||||
#on rentre les données du fichier avec done <
|
|
||||||
done < $fichier
|
echo $user:$passwd | chpasswd
|
||||||
|
|
||||||
|
chown $user:$user /home/$user
|
||||||
|
done < $fichier_a_lire
|
30
sisr1/tp04_scripts_admin/logins.csv
Normal file
30
sisr1/tp04_scripts_admin/logins.csv
Normal 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
|
|
Loading…
x
Reference in New Issue
Block a user