Updated adcli script
This commit is contained in:
parent
cc75c95ad4
commit
417383f89b
@ -51,7 +51,8 @@ in
|
|||||||
ADCLI_JOIN_OU=$(cat ${cfg.join.domainOUFile})
|
ADCLI_JOIN_OU=$(cat ${cfg.join.domainOUFile})
|
||||||
${pkgs.adcli}/bin/adcli join -D ${domain} \
|
${pkgs.adcli}/bin/adcli join -D ${domain} \
|
||||||
-U $ADCLI_JOIN_USER \
|
-U $ADCLI_JOIN_USER \
|
||||||
-O $ADCLI_JOIN_OU < ${cfg.join.passwordFile}
|
-O $ADCLI_JOIN_OU \
|
||||||
|
--stdin-password < ${cfg.join.passwordFile}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user