Displaying 5 results from an estimated 5 matches for "jeffs_general_group".
2018 Mar 14
1
Odd default group behaviour.
...psearch
>
> ldapu jefftest|grep -ie uidnumber -e gidnumber
> uidNumber: 11507
> gidNumber: 31025
>
> even logging in as jefftest I get as follows
>
> jefftest::daddles { ~ }-> id jefftest
> uid=11507(jefftest) gid=8513(domain users) groups=8513(domain
> users),31025(jeffs_general_group),8918648(vpn_users),8000(staff),8004(research),31036(insightiq)
>
Interesting maybe I was running "net cache flush" the wrong way. I was
doing it after stopping winbind then I would start winbind back up.
Today I tried it without stopping winbind and logged in as jefftest.
The jefftest...
2018 Mar 13
2
Odd default group behaviour.
On Tue, Mar 13, 2018 at 4:12 PM, Rowland Penny via samba
<samba at lists.samba.org> wrote:
> On Tue, 13 Mar 2018 16:05:53 -0600
> Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
>
>> On Tue, Mar 13, 2018 at 4:03 PM, Rowland Penny via samba
>> <samba at lists.samba.org> wrote:
>> > On Tue, 13 Mar 2018 15:57:35 -0600
>> > Jeff Sadowski
2018 Mar 14
0
Odd default group behaviour.
...g right
ldapu is a function I wrote to use ldapsearch
ldapu jefftest|grep -ie uidnumber -e gidnumber
uidNumber: 11507
gidNumber: 31025
even logging in as jefftest I get as follows
jefftest::daddles { ~ }-> id jefftest
uid=11507(jefftest) gid=8513(domain users) groups=8513(domain
users),31025(jeffs_general_group),8918648(vpn_users),8000(staff),8004(research),31036(insightiq)
P.S. Te ubuntu 16.04 machines are showing correctly. (Still need to
mod the smb.conf's for them I want to try on non important machines
first)
>>
>> --
>> To unsubscribe from this list go to the following URL an...
2018 Mar 27
2
10 minutes between primary group change and effect on Fedora 27
...g the cache or
something.
>
> This will only work from Samba 4.6.0
Did you mean 4.6.0 and greater?
>
> Just in case you are trying to have user private groups with the same
> name as the user, well, you cannot, it isn't allowed.
>
I'm switching between jeff_write_group and jeffs_general_group so this
isn't the issue. AD wouldn't let me do that anyways.
> Rowland
I added the debug line as L.P.H. van Belle had suggested too.
> getent passwd jefftest
jefftest:*:11507:31026:Jeff Test:/na/homes/jefftest:/bin/bash
when I just switched the gidNumber to
31025
and verified usin...
2018 Mar 27
6
10 minutes between primary group change and effect on Fedora 27
My smb.conf looks like so.
[global]
security = ads
realm = MIND.UNM.EDU
workgroup = MIND
idmap config * : backend = tdb
idmap config * : range = 2000-7999
idmap config MIND:backend = ad
idmap config MIND:schema_mode = rfc2307
idmap config MIND:range = 8000-9999999
idmap config MIND:unix_nss_info = yes
winbind use default domain = yes
restrict anonymous = 2
I have