Displaying 2 results from an estimated 2 matches for "forest_sub2".
Did you mean:
forest_sub1
2017 Oct 10
0
Domain member server: user access
...}')"
NETBIOSNAME="$(samba-tool domain info `hostname -f` | grep Netbios | awk '{ print $NF }')"
FOREST_DC="$(samba-tool domain info `hostname -f` | grep Forest | awk '{ print $NF }')"
FOREST_SUB1="$(echo $FOREST_DC | cut -d"." -f1)"
FOREST_SUB2="$(echo $FOREST_DC | cut -d"." -f2)"
FOREST_SUB3="$(echo $FOREST_DC | cut -d"." -f3)"
echo "The command to run is : sudo ldbedit -H "$PRIVATEDIR"/sam.ldb -s base -b CN=${NETBIOSNAME},CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System,DC=${FORES...
2017 Oct 10
4
Domain member server: user access
Am 2017-10-10 um 09:57 schrieb Rowland Penny via samba:
> On Tue, 10 Oct 2017 09:19:11 +0200
> "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote:
>>
>> The admin there created a group via RSAT.
>> And that group was not visible/usable on the DM server.
>
> It wouldn't be if the group was created as just a windows group.
How to