Displaying 6 results from an estimated 6 matches for "passw5rd".
Did you mean:
passw0rd
2017 Sep 01
2
user works on DC, not on DM
Am 2017-09-01 um 10:02 schrieb Rowland Penny via samba:
> It all depends on what version of Windows you are running RSAT on, If
> you are using a version before Win10, you can add the Unix attributes
> tab and set the uidNumber there. Windows 10 doesn't have the Unix
> attributes tab, it has been removed, so you would have to use the
> attribute editor.
The admin runs Win7 pro
2017 Sep 01
4
user works on DC, not on DM
...esn't have the
> 'counting' attributes by default.
aha ...
And how do *I* know what to set the ID to?
> Probably because the create command wasn't run correctly, to create a
> Unix user with samba-tool you need something like this:
>
> samba-tool user create User5 passw5rd --nis-domain=samdom
> --unix-home=/home/User5 --uid-number=10005 --login-shell=/bin/false
> --gid-number=10000
>
> Your user was probably created with this:
>
> samba-tool user create User5 passw5rd
>
> Which makes it just a windows user.
fine, will test that asap, thank...
2017 Sep 01
0
user works on DC, not on DM
...amba-tool user
> > create'.
>
> The mentioned user was created like that, and seems not to have that
> attribute ... ?
Probably because the create command wasn't run correctly, to create a
Unix user with samba-tool you need something like this:
samba-tool user create User5 passw5rd --nis-domain=samdom
--unix-home=/home/User5 --uid-number=10005 --login-shell=/bin/false
--gid-number=10000
Your user was probably created with this:
samba-tool user create User5 passw5rd
Which makes it just a windows user.
> > If you want to add rfc2307 attributes, then you will have to w...
2017 Sep 01
0
user works on DC, not on DM
...s
> Stefan G. Weichinger via samba
> Verzonden: vrijdag 1 september 2017 10:46
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] user works on DC, not on DM
>
> Am 2017-09-01 um 10:36 schrieb Stefan G. Weichinger via samba:
>
> >> samba-tool user create User5 passw5rd
> >>
> >> Which makes it just a windows user.
>
> Additional q: how to *add* that attribute without re-creating
> that user?
>
> Or can I recreate a user that has already been used to log
> into a Windows PC (and has its profile there already etc)? I
> a...
2017 Sep 18
1
File server questions
On 15/09/2017 09:29, Rowland Penny via samba wrote:
> On Fri, 15 Sep 2017 08:47:45 -0300
> Flávio Silveira via samba <samba at lists.samba.org> wrote:
>
>> Ok, just curious, are there any disvantages between using Windows
>> ACLs instead of POSIX ACLs?
> None that I am aware of, in fact there are several advantages.
Great!
>> Also, once I create a file server
2019 Apr 01
1
Can only access new SAMBA fileshare from Windows as privileged user SAMDOM/Administrator, not as an ordinary user.
Cheers, that fixed it! :O) So, if I may summarise what we have just
discussed.
1) All newly created samba users need to have the uidNumber attribute
set to a unique value (within the range specified in smb.conf for
SAMDOM) when using ad backend with RFC2307.
2) All new groups need to have the gidNumber set to a unique value
(within the range specified in smb.conf for SAMDOM) when using ad