Displaying 6 results from an estimated 6 matches for "atype_security_global_group".
2020 Apr 01
2
Unable to "show" a group using samba-tool
...>
> Strange, what version of Samba is this ?
>
> Rowland
>
>
>
No, it isn't strange, it appears (in my opinion) to be using the wrong
search filter :-(
it uses this filter:
??????? filter = ("(&(sAMAccountType=%d)(sAMAccountName=%s))" %
????????????????? (ATYPE_SECURITY_GLOBAL_GROUP,
?????????????????? ldb.binary_encode(groupname)))
I think it should just be this:
??????? filter = ("(&(objectCategory=group)(sAMAccountName=%s))" %
?????????????????? ldb.binary_encode(groupname)))
The first targets a specific type of group, mine targets all groups.
Rowland
2020 Apr 02
2
Unable to "show" a group using samba-tool
...version of Samba is this ? >> >> Rowland >> >> >> > No, it isn't strange, it appears (in my opinion) to be using the > wrong search filter :-( > > it uses this filter: > > filter = ("(&(sAMAccountType=%d)(sAMAccountName=%s))" % > (ATYPE_SECURITY_GLOBAL_GROUP, ldb.binary_encode(groupname))) > > I think it should just be this: > > filter = ("(&(objectCategory=group)(sAMAccountName=%s))" % > ldb.binary_encode(groupname))) > > The first targets a specific type of group, mine targets all groups. > > Rowland > >...
2020 Apr 01
0
Unable to "show" a group using samba-tool
...ion of Samba is this ? >> >> Rowland >> >> >> > No, it isn't
strange, it appears (in my opinion) to be using the > wrong search
filter :-( > > it uses this filter: > > filter =
("(&(sAMAccountType=%d)(sAMAccountName=%s))" % >
(ATYPE_SECURITY_GLOBAL_GROUP, ldb.binary_encode(groupname))) > > I think
it should just be this: > > filter =
("(&(objectCategory=group)(sAMAccountName=%s))" % >
ldb.binary_encode(groupname))) > > The first targets a specific type of
group, mine targets all groups. > > Rowland >...
2020 Apr 02
0
Unable to "show" a group using samba-tool
...? >> >>
> Rowland >> >> >> > No, it isn't strange, it appears (in my opinion) to
> be using the > wrong search filter :-( > > it uses this filter: > >
> filter = ("(&(sAMAccountType=%d)(sAMAccountName=%s))" % >
> (ATYPE_SECURITY_GLOBAL_GROUP, ldb.binary_encode(groupname))) > > I
> think it should just be this: > > filter =
> ("(&(objectCategory=group)(sAMAccountName=%s))" % >
> ldb.binary_encode(groupname))) > > The first targets a specific type
> of group, mine targets all groups. >...
2020 Apr 02
2
Unable to "show" a group using samba-tool
...>
>> Rowland >> >> >> > No, it isn't strange, it appears (in my opinion)
>> to be using the > wrong search filter :-( > > it uses this filter: >
>> > filter = ("(&(sAMAccountType=%d)(sAMAccountName=%s))" % >
>> (ATYPE_SECURITY_GLOBAL_GROUP, ldb.binary_encode(groupname))) > > I
>> think it should just be this: > > filter =
>> ("(&(objectCategory=group)(sAMAccountName=%s))" % >
>> ldb.binary_encode(groupname))) > > The first targets a specific type
>> of group, mine targets...
2020 Mar 31
2
Unable to "show" a group using samba-tool
Howdy!
I'm setting up a domain controller, and things are going wonderfully,
but I'm running into a strange problem, only some groups will display
using the `samba-tool group show` command.
<snip>
root at vorador:~# samba-tool group addmembers videos dkowis
Added members to group videos
root at vorador:~# samba-tool group list | grep videos
videos
root at vorador:~# samba-tool