Displaying 3 results from an estimated 3 matches for "samba_dcs".
2020 Sep 29
3
No Samba NT DOMAIN Name found exitting now...
...#39; '[:lower:]')
> SAMBA_DC1="${SAMBA_DC_FSMO}.${SETDNSDOMAIN}"
> if [ -z "${SAMBA_DC1}" ]; then
> error "No Samba DC Found with FSMO Roles, you might have dns problems"
> error "exitting now..."
> exit 0
> fi
>
> #SAMBA_DCS="$(echo ${DCS} | grep -v ${SAMBA_DC_FSMO})"
> SAMBA_DCS=$(echo "$DCS" | grep -v "${SAMBA_DC_FSMO}")
> if [ -z "${SAMBA_DCS}" ]; then
> error "No Samba DC's Found with, you might have dns problems"
> error "exitting now.....
2020 Sep 29
0
No Samba NT DOMAIN Name found exitting now...
...t; SAMBA_DC1="${SAMBA_DC_FSMO}.${SETDNSDOMAIN}"
>> if [ -z "${SAMBA_DC1}" ]; then
>> error "No Samba DC Found with FSMO Roles, you might have dns problems"
>> error "exitting now..."
>> exit 0
>> fi
>>
>> #SAMBA_DCS="$(echo ${DCS} | grep -v ${SAMBA_DC_FSMO})"
>> SAMBA_DCS=$(echo "$DCS" | grep -v "${SAMBA_DC_FSMO}")
>> if [ -z "${SAMBA_DCS}" ]; then
>> error "No Samba DC's Found with, you might have dns problems"
>> error &quo...
2011 Oct 18
2
Migrating user accounts Samba 3.5.3 to Windows 2003 (2008)
Hi all,
I need some help with the following problem:
I need to migrate a bunch of user accounts to another domain on a Windows 2003
server (eventually to 2008R2, but that step seemed to big to do in one go).
To keep all access rights etc. correct, I need to get the SID history set
correctly as well.
From what I've researched so far, I'm aware of