search for: forest_dc

Displaying 3 results from an estimated 3 matches for "forest_dc".

2017 Oct 10
0
Domain member server: user access
...ibutes to your needs and save the changes. # msSFU30MaxUidNumber: 20000 # msSFU30MaxGidNumber: 50000 PRIVATEDIR="$(sudo samba -b | grep PRIVATE_DIR |awk '{ print $NF }')" 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)&q...
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
2015 Dec 07
4
userid shows 4294967295
I'm coming from a Debian system so my system accounts are below 1000, regular accounts start at 1000. For some historical reason somebody gave our main group id 500 so therefor I want my usable range to start at 500. Do I need both idmap config *:range and idmap config SAMDOM:range? I also tried with only 'idmap config *:range' but that didn't seem to help. I'll try again