Displaying 5 results from an estimated 5 matches for "testlundi".
2019 May 14
2
debian 10: errors with my server samba-ad
...ailed:
NT_STATUS_OBJECT_NAME_NOT_FOUND
/usr/sbin/smbd: pid_to_procid: messaging_dgm_get_unique failed: Aucun
fichier ou dossier de ce type
i put a file of my log samba -i debug 3
I can put my client windows 10 on my domain.
I have installed RSAT command.
For my test I have create a user "testlundi" and group "specifique"
using the command RSAT
I recover the last number of sid for the uidnumber and the last number
for sid group for gidnumber
But getent passwd testlundi give me this response :
LENZSPITZE2\testlundi:*:1108:100:testlundi:/home/LENZSPITZE2/testlundi:/bin/bash...
2019 May 14
0
debian 10: errors with my server samba-ad
...he last number of sid for the uidnumber and the last number
> for sid group for gidnumber
It isn't recommended to do that any more, RID's start at '1000' and so
do local Unix ID's, try starting at the same number that ADUC uses '10000'
>
> But getent passwd testlundi give me this response :
>
> LENZSPITZE2\testlundi:*:1108:100:testlundi:/home/LENZSPITZE2/testlundi:/bin/bash
>
>
> The uidnumber is good but not the gidnumber.
I personally don't think the uidNumber is good (see above), but unless
you give 'Domain Users' a gidNumber, t...
2019 May 14
2
debian 10: errors with my server samba-ad
hi,
My user must be able to connect under windows and under linux. The home
is common. Their home is on the server.
Like there are students - they are identified by their formation( group)
and by their login
for example /home/specifique/testlundi
/home/l1info/testmardi
For me the etudiant belong to a group and i have create each group on OU
and i take the last number for sid group for gidnumber - it was to find
out which group he belonged to - It's not a good idea ?
on my smb.conf on the server i put
[homes]...
2019 May 13
4
debian 10: errors with my server samba-ad
Hello,
Sorry for my english and for this very long email.
I want to create samba-ad server with the package debian buster.
I have follow the url :
https://github.com/thctlo/samba4/blob/master/howtos/stretch-base-2.0-samba-minimal-ad.txt
I have generated mon samba ad with the following command :
samba-tool domain provision --use-rfc2307 --interactive
Realm [LENZSPITZE2.CALAIS.FR]:
Domain
2019 May 14
0
debian 10: errors with my server samba-ad
...> hi,
>
> My user must be able to connect under windows and under linux. The
> home is common. Their home is on the server.
This is easy
>
> Like there are students - they are identified by their formation(
> group) and by their login
>
> for example /home/specifique/testlundi
> /home/l1info/testmardi
>
> For me the etudiant belong to a group and i have create each group on OU
Then you MUST use the winbind 'ad' backend and set smb.conf to use the
info stored in AD.
>
> and i take the last number for sid group for gidnumber - it...