search for: the_password

Displaying 8 results from an estimated 8 matches for "the_password".

2003 May 29
2
Interactive Rsync Authentication Problem
I have run across an interesting issue when running rsync from Solaris to an rsync daemon on Linux. It works properly when I specify the password on the command line: RSYNC_PASSWORD=the_Password rsync -r /tmp/test test_user@test_server::test_user/topdir/subdir However, if I do not specify the password on the command line and am prompted interactively, it always fails. After some investigation I find that Solaris getpass() returns a maximum of PASS_MAX bytes which on our systems is set...
2019 Jan 11
3
Running off pre-created keytabs
...cript_RODC_join> Before running the script, a registry key needs to be added: reg add HKLM\System\CurrentControlSet\Services\Netlogon\Parameters /v SiteName /t REG_SZ /d Default-First-Site-Name-Perimeter Then run the script like: cscript JoinScript.vbs /domain YOURDOMAIN /machinepassword "THE_PASSWORD" /dc RODC_FQDN /readonly I spend a lot of time trying to join a Samba domain member server to an Windows read-only AD, but I couldn't get it to work. My impression is that Samba is not playing very well with site perimeters, but I cannot recall the details. Personally, I do not agree a...
2007 Jul 20
0
Latest update gives me problems.
...48) Then the login script tries to connect to the second share, asks for username and password again, I enter it, and the Vista net utility replies with system error 1219. Then I tried to use the "expanded" net use format, like this: net use * \\beata\firman /U:NORRBRING\anders "the_password" and that worked fine. Next attempt was: net use * \\beata\firman /U:NORRBRING\anders Then it asked for password, and I hit <enter> and got connected to the share. Maybe I should also mention that the profile is updated correctly on the server, so all changes are updated in the .mspr...
2013 May 30
1
Need help with file corruption issue
...t "File is missing!\n"; exit; } unlink $filepath; } Here's the mount command and an illustration of the problem: # ifconfig | grep inet.addr | grep -v 127.0.0.1 inet addr:10.0.0.11 Bcast:10.0.0.255 Mask:255.255.255.0 # mount -t cifs -ousername=the_user,password=the_password //10.0.0.11/grid /root/grid # mkdir /grid/samba_stress_test; chown xen /grid/samba_stress_test # perl samba_stress_test.pl <snip a lot of successful comparisons> udCVYFNkc5... Same! /grid/samba_stress_test/udCVYFNkc5 : 0.07392498237819470.07392498237819470.07392498237819470.073924982378...
2019 Jan 11
0
Running off pre-created keytabs
...nning the script, a registry key needs to be added: > reg add HKLM\System\CurrentControlSet\Services\Netlogon\Parameters /v > SiteName /t REG_SZ /d Default-First-Site-Name-Perimeter > > Then run the script like: > cscript JoinScript.vbs /domain YOURDOMAIN /machinepassword > "THE_PASSWORD" /dc RODC_FQDN /readonly > > > I spend a lot of time trying to join a Samba domain member server to > an Windows read-only AD, but I couldn't get it to work. My impression > is that Samba is not playing very well with site perimeters, but I > cannot recall the details....
2019 Jan 11
5
Running off pre-created keytabs
...;> reg add > HKLM\System\CurrentControlSet\Services\Netlogon\Parameters /v > >> SiteName /t REG_SZ /d Default-First-Site-Name-Perimeter > >> > >> Then run the script like: > >> cscript JoinScript.vbs /domain YOURDOMAIN /machinepassword > >> "THE_PASSWORD" /dc RODC_FQDN /readonly > >> > >> > >> I spend a lot of time trying to join a Samba domain member > server to > >> an Windows read-only AD, but I couldn't get it to work. My > impression > >> is that Samba is not playing very well wit...
2019 Jan 11
0
Running off pre-created keytabs
...> HKLM\System\CurrentControlSet\Services\Netlogon\Parameters /v >>>> SiteName /t REG_SZ /d Default-First-Site-Name-Perimeter >>>> >>>> Then run the script like: >>>> cscript JoinScript.vbs /domain YOURDOMAIN /machinepassword >>>> "THE_PASSWORD" /dc RODC_FQDN /readonly >>>> >>>> >>>> I spend a lot of time trying to join a Samba domain member >> server to >>>> an Windows read-only AD, but I couldn't get it to work. My >> impression >>>> is that Samba is no...
2019 Jan 11
2
Running off pre-created keytabs
> On 11 Jan 2019, at 10:33, Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Fri, 11 Jan 2019 09:39:35 +0100 > "Osipov, Michael via samba" <samba at lists.samba.org> wrote: > >> Am 2019-01-10 um 17:02 schrieb Rowland Penny via samba: >>> On Thu, 10 Jan 2019 16:23:06 +0100 >>> "Osipov, Michael via samba"