Displaying 2 results from an estimated 2 matches for "samba_admin_password".
2019 Apr 29
2
Difficulties retrieving randomly assigned password for newly created Samba user acounts
...-next-login
--nis-domain="$WIN_DOMAIN" --unix-home="$UNIXHOMEFOLDERPATH"
--home-drive="H" --home-directory="$WINDOWSHOMEFOLDERPATH"
--login-shell="/usr/bin/git-shell" --uid-number="$UIDNUMBER"
--gid-number=10000 -U "administrator%$SAMBA_ADMIN_PASSWORD"
User 'stephenellwood' created successfully
After entering this, you see I get a confirmation prompt indicating my
user was created. When I hop onto my domain fileserver, I can see the
new user, and this gives me additional confidence this has actually been
created:
pi at fs1:~ $...
2019 Apr 29
0
Difficulties retrieving randomly assigned password for newly created Samba user acounts
...nis-domain="$WIN_DOMAIN" --unix-home="$UNIXHOMEFOLDERPATH"
> --home-drive="H" --home-directory="$WINDOWSHOMEFOLDERPATH"
> --login-shell="/usr/bin/git-shell" --uid-number="$UIDNUMBER"
> --gid-number=10000 -U "administrator%$SAMBA_ADMIN_PASSWORD"
> User 'stephenellwood' created successfully
>
> After entering this, you see I get a confirmation prompt
> indicating my
> user was created. When I hop onto my domain fileserver, I can see the
> new user, and this gives me additional confidence this has
> ac...