Displaying 4 results from an estimated 4 matches for "1000549".
Did you mean:
100049
2020 Jul 20
1
Shares stopped working for groups
...1000500 e.g:
> [root at server ~]# id clearcenter
> uid=1049(clearcenter) gid=63000(allusers)
> groups=63000(allusers),1000546(guests),1000512(domain_admins),1000513(domain_users),1000514(domain_guests),1000544(administrators),1000545(users),1000547(power_users),1000548(account_operators),1000549(server_operators),1000550(print_operators),1000551(backup_operators),60006(executive),60007(staff),60008(visitors),60009(admin)
>
I have no idea why the groups are getting those numbers because you have
in smb.conf:
idmap config * : range = 20000000-29999999
So I would have expected the numbe...
2020 Jul 20
2
Shares stopped working for groups
On 20/07/2020 10:37, Nick Howitt via samba wrote:
> Bump, please.
I have reviewed all the posts in this thread and I 'think' I know what
is going on and also answers a question I asked.
You have in your smb.conf:
unix password sync = Yes
This possibly means that you have a group in /etc/group called allusers
with the ID of 63000
I would replace the line with:
ldap password sync
2020 Jul 20
0
Shares stopped working for groups
...omewhere over
1000500 e.g:
[root at server ~]# id clearcenter
uid=1049(clearcenter) gid=63000(allusers)
groups=63000(allusers),1000546(guests),1000512(domain_admins),1000513(domain_users),1000514(domain_guests),1000544(administrators),1000545(users),1000547(power_users),1000548(account_operators),1000549(server_operators),1000550(print_operators),1000551(backup_operators),60006(executive),60007(staff),60008(visitors),60009(admin)
>
> I would replace the line with:
>
> ldap password sync = yes
That is explicitly set to No in the included /etc/samba/smb.ldap.conf. I
am scared to chang...
2008 Sep 23
0
[LLVMdev] Store patterns accepting i32 only?
On Sep 23, 2008, at 10:44 AM, Villmow, Micah wrote:
> I’m trying to write a store pattern that accepts both i32 and f32,
> however, when tablegen generates the code, it only generates the
> code for i32 only.
>
> def ADDR : ComplexPattern<i32, 2, "SelectADDR", [], []>;
> def MEM : Operand<i32> {
> let PrintMethod = "printMemOperand";