search for: samba_dc1

Displaying 4 results from an estimated 4 matches for "samba_dc1".

Did you mean: samba4dc1
2020 Sep 29
3
No Samba NT DOMAIN Name found exitting now...
...T_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:]') > 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...
2020 Sep 29
0
No Samba NT DOMAIN Name found exitting now...
...o 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:]') >> 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=&q...
2016 Nov 21
2
group policy update fails
...> >>> msDS-NcType > >>> subRefs > >> ( i'll adjust the script for it. ) > >> > >> The script tests 2 ways. > >> samba-tool drs showrepl > >> and > >> samba-tool ldapcmp --filter='whenChanged' ldap://$SAMBA_DC1 ldap://$x" > >> > >> can you check again with : > >> samba-tool ldapcmp --filter='whenChanged,subRefs,msDS-NcType' > >> ldap://DC1_with_FSMO.domain.tld ldap://other_DC.domain.tld > >> > >> can you run this one also. > >> &g...
2016 Nov 21
0
group policy update fails
...msDS-NcType >>>>> subRefs >>>> ( i'll adjust the script for it. ) >>>> >>>> The script tests 2 ways. >>>> samba-tool drs showrepl >>>> and >>>> samba-tool ldapcmp --filter='whenChanged' ldap://$SAMBA_DC1 ldap://$x" >>>> >>>> can you check again with : >>>> samba-tool ldapcmp --filter='whenChanged,subRefs,msDS-NcType' >>>> ldap://DC1_with_FSMO.domain.tld ldap://other_DC.domain.tld >>>> >>>> can you run this one also...