search for: samba_dc

Displaying 3 results from an estimated 3 matches for "samba_dc".

Did you mean: samba4dc
2020 Sep 29
3
No Samba NT DOMAIN Name found exitting now...
...N}" | awk '{print $NF}'| > sed 's/.$//')" > if [ -z "${DCS}" ]; then > error "No Samba DCS found, host -t SRV _kerberos.udp.${SETDNSDOMAIN} > returned nothing" > error "exitting now..." > exit 0 > fi > > #SAMBA_DC_FSMO=(${SET_SAMBATOOL} fsmo show | cut -d',' -f2 | head -n1 | > cut -c4-100 | ${SET_TR} '[:upper:]' '[:lower:]') > SAMBA_DC_FSMO=$(echo $(${SET_SAMBATOOL} fsmo show | cut -d"," -f2 | head > -n1 | cut -c4-100) | ${SET_TR} '[:upper:]' '[:lower:]&...
2020 Sep 29
0
No Samba NT DOMAIN Name found exitting now...
...| >> sed 's/.$//')" >> if [ -z "${DCS}" ]; then >> error "No Samba DCS found, host -t SRV _kerberos.udp.${SETDNSDOMAIN} >> returned nothing" >> error "exitting now..." >> exit 0 >> fi >> >> #SAMBA_DC_FSMO=(${SET_SAMBATOOL} fsmo show | cut -d',' -f2 | head -n1 | >> cut -c4-100 | ${SET_TR} '[:upper:]' '[:lower:]') >> SAMBA_DC_FSMO=$(echo $(${SET_SAMBATOOL} fsmo show | cut -d"," -f2 | head >> -n1 | cut -c4-100) | ${SET_TR} '[:upper:]' ...
2011 Oct 18
2
Migrating user accounts Samba 3.5.3 to Windows 2003 (2008)
...ied a different approach: The "sidhist.vbs" script from the 2003 support tools, which in theory should be able to accomplish the same. However, when I try to run this script, I also get an error: "Error 0x800706BA, Unable to read the configuration information of the computer "SAMBA_DC". The error was: The RPC server is unavailable." I've done a lot of searching on this one as well, I even went as far as running tshark on the connection to see whether that would yield any clues - but came up empty yet again. Unfortunately, I'm now at the end of my - limited...