Displaying 6 results from an estimated 6 matches for "last_gid".
Did you mean:
last_guid
2020 Jul 09
4
AD Users on Linux Laptop
...inion, you should not be needed to change this.
Unless your users start below 1000.
Also cat /etc/adduser.conf shows ( For Debian/Buster )
# FIRST_[GU]ID to LAST_[GU]ID inclusive is the range of UIDs of dynamically
# allocated user accounts/groups.
FIRST_UID=1000
LAST_UID=29999
FIRST_GID=1000
LAST_GID=29999
If you can give me an example when its not working, ill have look at it..
The new member setup its progress is going as expected so far.
I hope to have it so online. ( but the complete )
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lis...
2020 Jul 09
0
AD Users on Linux Laptop
...gt; Also cat /etc/adduser.conf shows ( For Debian/Buster )
> >
> > # FIRST_[GU]ID to LAST_[GU]ID inclusive is the range of
> UIDs of dynamically
> > # allocated user accounts/groups.
> > FIRST_UID=1000
> > LAST_UID=29999
> >
> > FIRST_GID=1000
> > LAST_GID=29999
> >
> > If you can give me an example when its not working, ill
> have look at it..
>
> OK, if you use 1000 and try to change the password for a
> local Unix user
> (not to be confused with a domain Unix user), you get this:
>
> pi at raspberrypi:~ $ sudo...
2020 Jul 09
1
AD Users on Linux Laptop
...> Also cat /etc/adduser.conf shows ( For Debian/Buster )
> >
> > # FIRST_[GU]ID to LAST_[GU]ID inclusive is the range of
> UIDs of dynamically
> > # allocated user accounts/groups.
> > FIRST_UID=1000
> > LAST_UID=29999
> >
> > FIRST_GID=1000
> > LAST_GID=29999
> >
> > If you can give me an example when its not working, ill
> have look at it..
>
> OK, if you use 1000 and try to change the password for a
> local Unix user
> (not to be confused with a domain Unix user), you get this:
>
> pi at raspberrypi:~ $ sudo pass...
2020 Aug 24
5
accessing foreign AD users to NT domain
Mandi! Rowland penny via samba
In chel di` si favelave...
> Who was this 'someone' ?
[...]
> Yes, stop listening to spurious people who have never done the upgrade and
> follow our documentation ;-)
I'm 'someone'! ;-)
And, as you know, i've correctly migrated/merged 4 NT domains in an AD
domain some year ago, following also hint from this list. ;-)
> I
2020 Jul 09
6
AD Users on Linux Laptop
Hello,
I have setup a laptop with debian10, where samba ad users should able to
login. I also setup PAM_Offline_Authentication, so far so good.
There are several Problems:
- After Reboot winbind seem to start before network is redy, so winbind
can't get user info via getent passwd <username>, after restart winbind
it works
- How can I cache logins infos, for offline login
(e.g. when
2001 Sep 01
3
Patch to make rsync preserve access times
...be very interested to see
something newer and cleaner.)
> *** ./flist.c Wed Jan 26 23:53:39 2000
> --- ./flist.c Mon Feb 7 00:52:17 2000
...
> ***************
> *** 201,206 ****
> --- 203,209 ----
> if (file->uid == last_uid) flags |= SAME_UID;
> if (file->gid == last_gid) flags |= SAME_GID;
> if (file->modtime == last_time) flags |= SAME_TIME;
> + if (file->accesstime == last_access_time) flags |= SAME_ACCESS_TIME;
>
> for (l1=0;lastname[l1] && (fname[l1] == lastname[l1]) && (l1 < 255);l1++) ;
> l2 = strlen(fna...