Skip to main content
7 events
when toggle format what by license comment
Sep 29, 2022 at 17:28 answer added Uma timeline score: 0
Sep 29, 2022 at 15:10 comment added Uma Thanks for helping me. below command worked for me. net ads join -U $ad_user%$domainpass
Sep 28, 2022 at 14:51 comment added user492934 I guess this is a typo: "$(ad_user)%$(password)"? {} not () or alt. net ads join -U "$ad_user"%"%$password". And you followed the Samba-Doc?
Sep 28, 2022 at 14:26 comment added Uma @crpb thanks for helping me. I have tried with this as well. net ads join -U $(ad_user)%$(password) one more thing that I noticed one of the team member has done in ansible. it's working. any suggestion in shell script? - name: domainjoin command command: net ads join -U {{admin}}%{{}password}}
Sep 28, 2022 at 13:25 comment added user492934 did you try ` export USER="${aduser}%${password}"`?
S Sep 28, 2022 at 13:21 review First questions
Oct 12, 2022 at 13:30
S Sep 28, 2022 at 13:21 history asked Uma CC BY-SA 4.0