Displaying 4 results from an estimated 4 matches for "unixattr".
Did you mean:
unixattrs
2020 Jun 19
2
Add gidNumber for group
On 6/19/2020 10:00 AM, Rowland penny via samba wrote:
>
> I take it you mean 'gidNumber' ;-)
Sorry, yes you are correct . . . gidNumber.
(on Debian 10.4 with Samba 4.12.3)
So I did:
root at dc01:~# samba-tool group add unixattrs
Added group unixattrs
root at dc01:~# ldbsearch -H /var/lib/samba/private/sam.ldb cn=Domain\
Users | grep 'gidNumber'
root at dc01:~#
Still no gidNumber is offered.
I see that it did add a unixattrs group (samba-tool group list).
Did I misunderstand?
--
Bob Wooden
2020 Jun 19
4
Add gidNumber for group
I am testing my new member server and have found the following.
Found on the Sambawiki "Samba Member Server Troubleshooting" page:
root at dtdc01:~# ldbsearch -H /var/lib/samba/private/sam.ldb cn=Domain\
Users | grep 'gidNumber'
root at dtdc01:~#
My question is what is the best manner to add this uidNumber?
Is there general instructions somewhere (that I have missed) for use
2020 Jun 19
2
Add gidNumber for group
On 6/19/2020 10:00 AM, Rowland penny via samba wrote:
>
> The easiest way is to upgrade to 4.12.x and then use '_*samba-tool
> group addunixattrs*_', otherwise you could use ldbedit or create an
> ldif and use ldbmodify or ldapmodify. Another option would be to use
> something like LAM.
>
> Rowland
Sorry, but, there is what you told me to do in your first email reply.
AND it does not matter to me, who did what.
I have a...
2020 Jun 19
0
Add gidNumber for group
On 19/06/2020 19:31, Robert E. Wooden via samba wrote:
> On 6/19/2020 10:00 AM, Rowland penny via samba wrote:
>>
>> The easiest way is to upgrade to 4.12.x and then use '_*samba-tool
>> group addunixattrs*_', otherwise you could use ldbedit or create an
>> ldif and use ldbmodify or ldapmodify. Another option would be to use
>> something like LAM.
>>
>> Rowland
>
> Sorry, but, there is what you told me to do in your first email reply.
>
> AND it does not mat...