search for: set_sambatool

Displaying 2 results from an estimated 2 matches for "set_sambatool".

2020 Sep 29
3
No Samba NT DOMAIN Name found exitting now...
...quot;no" ] ; then > error "When you set both SAMBA_CHECKBD... to NO.. then there is no > point of running this script" > error "Please set at least 1 of these checks to yes" > error "exiting script now... " > exit 0 > fi > > SET_SAMBATOOL="$(which samba-tool)" > if [ -z "$SET_SAMBATOOL" ]; then > error "No samba-tool tool found, this script wil exit now.. this.. I > cant fix." > exit 0 > fi > > SET_TR="$(which tr)" > if [ -z "$SET_TR" ]; then >...
2020 Sep 29
0
No Samba NT DOMAIN Name found exitting now...
...error "When you set both SAMBA_CHECKBD... to NO.. then there is no >> point of running this script" >> error "Please set at least 1 of these checks to yes" >> error "exiting script now... " >> exit 0 >> fi >> >> SET_SAMBATOOL="$(which samba-tool)" >> if [ -z "$SET_SAMBATOOL" ]; then >> error "No samba-tool tool found, this script wil exit now.. this.. I >> cant fix." >> exit 0 >> fi >> >> SET_TR="$(which tr)" >> if [ -z &quot...