Displaying 2 results from an estimated 2 matches for "samba_dc_fsmo".
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:]' '[:l...