Displaying 20 results from an estimated 32 matches for "11106".
Did you mean:
1110
2020 May 04
2
default backend = rid not showing full group information for users
On 04/05/2020 12:59, Jelle de Jong via samba wrote:
>
> root at samba01:~# cat /etc/nsswitch.conf? | grep winbind
> passwd:???????? files systemd winbind
> group:????????? files systemd winbind
OK, the only computer I have that runs systemd, is my Rpi4 running
Raspbian, which is basically Buster compiled for ARM.
I have in /etc/nsswitch.conf:
passwd:???????? files winbind
2020 May 02
4
default backend = rid not showing full group information for users
...he office group is not shown, neither in getent group.
>
> What should I change in my config to have full group information working?
>
> root at samba01:~# wbinfo --group-info=development
> development:x:11111:jdoe
>
> root at samba01:~# wbinfo --group-info=office
> office:x:11106:lgaga,jdoe
>
> root at samba01:~# getent passwd lgaga
> lgaga:*:11155:10513:Lady Gaga:/home/lgaga:/bin/bash
>
> root at samba01:~# getent passwd jdoe
> jdoe:*:11157:10513:John Doe:/home/jdoe:/bin/bash
>
> root at samba01:~# id jdoe
> uid=11157(jdoe) gid=10513(domain users...
2001 Aug 28
2
Christmas tree graphs
...y-axis and point to the
left, and the values for the other group will start at the y-axis and point to
the right. If you're (un)lucky, the resulting graph can assume the shape of a
Christmas tree.
The data are
left.side <- c(107092, 113053, 121163, 112209, 106543, 72895, 46920,
32606, 11106, 1134, 60, 5247)
right.side <- c(102129, 109261, 123291, 117322, 110397, 71027, 50319,
43805, 21074, 3621, 204, 6608)
The R function barchart allows me to stack bars and to juxtapose them, but I
can't see how to draw the bars outwards from a centreline. If anyone had some
hints on how t...
2020 May 01
5
default backend = rid not showing full group information for users
...wiki.samba.org/index.php/Idmap_config_rid
# All domain's user accounts and groups are automatically available on
the domain member.
root at s4ad01:~# samba-tool group listmembers "office"
ldb_wrap open of secrets.ldb
lgaga
jdoe
root at samba01:~# wbinfo --group-info=office
office:x:11106:jdoe,lgaga
oot at samba01:~# id jdoe
uid=11157(jdoe) gid=10513(domain users) groups=10513(domain
users),11157(jdoe),3001(BUILTIN\users)
root at samba01:~# id lgaga
uid=11155(lgaga) gid=10513(domain users) groups=10513(domain
users),11155(lgaga),3001(BUILTIN\users)
root at samba01:~# cat /etc/...
2020 May 02
2
default backend = rid not showing full group information for users
...t; What should I change in my config to have full group information
>>> working?
>>>
>>> root at samba01:~# wbinfo --group-info=development
>>> development:x:11111:jdoe
>>>
>>> root at samba01:~# wbinfo --group-info=office
>>> office:x:11106:lgaga,jdoe
>>>
>>> root at samba01:~# getent passwd lgaga
>>> lgaga:*:11155:10513:Lady Gaga:/home/lgaga:/bin/bash
>>>
>>> root at samba01:~# getent passwd jdoe
>>> jdoe:*:11157:10513:John Doe:/home/jdoe:/bin/bash
>>>
>>> root a...
2016 Oct 07
0
winbindd losing track of RFC2307 UIDs
Rowland, now two members are working great.
Past 24 hours and they didnĀ“t lost uid/gid.
root at fs1:/var/lib/samba# wbinfo -i edsontadeu
edsontadeu:*:11106:10513::/home/DOMAIN/edsontadeu:/bin/false
root at fs2:/var/lib/samba# wbinfo -i edsontadeu
edsontadeu:*:11106:10513::/home/DOMAIN/edsontadeu:/bin/false
Thanks!
2016-10-06 9:24 GMT-03:00 Rowland Penny <rpenny at samba.org>:
> On Thu, 6 Oct 2016 09:09:57 -0300
> Edson Tadeu Almeida...
2020 May 04
0
default backend = rid not showing full group information for users
...nd it did not solve the problem...
then I upgraded to buster-samba411.. lost all config files and domain
join and had to reconfigure rejoin the ad.
Know it is working as expected... yay...
root at samba01:~# id jdoe
uid=11157(jdoe) gid=10513(domain users) groups=10513(domain
users),11157(jdoe),11106(office),11111(development)
root at samba01:~# id lgaga
uid=11155(lgaga) gid=10513(domain users) groups=10513(domain
users),11155(lgaga),11106(office)
Debian Buster default samba may be buggy, here...
Jelle
2020 May 02
0
default backend = rid not showing full group information for users
...ither in getent group.
>>
>> What should I change in my config to have full group information working?
>>
>> root at samba01:~# wbinfo --group-info=development
>> development:x:11111:jdoe
>>
>> root at samba01:~# wbinfo --group-info=office
>> office:x:11106:lgaga,jdoe
>>
>> root at samba01:~# getent passwd lgaga
>> lgaga:*:11155:10513:Lady Gaga:/home/lgaga:/bin/bash
>>
>> root at samba01:~# getent passwd jdoe
>> jdoe:*:11157:10513:John Doe:/home/jdoe:/bin/bash
>>
>> root at samba01:~# id jdoe
>> ui...
2020 May 02
0
default backend = rid not showing full group information for users
...hen when doing id jdoe or id lgaga the
office group is not shown, neither in getent group.
What should I change in my config to have full group information working?
root at samba01:~# wbinfo --group-info=development
development:x:11111:jdoe
root at samba01:~# wbinfo --group-info=office
office:x:11106:lgaga,jdoe
root at samba01:~# getent passwd lgaga
lgaga:*:11155:10513:Lady Gaga:/home/lgaga:/bin/bash
root at samba01:~# getent passwd jdoe
jdoe:*:11157:10513:John Doe:/home/jdoe:/bin/bash
root at samba01:~# id jdoe
uid=11157(jdoe) gid=10513(domain users) groups=10513(domain
users),11157(jdoe),...
2014 Nov 03
1
Samba 4.2.0 rc2 and winbindd, uid-/gidNumber and xidNumber
...dc1:/usr/local/samba# getent passwd davor
davor:*:3000023:100:Davor Vusir:/home/%D/%U:/bin/false
root at dc1:/usr/local/samba# getent group 'Domain Users'
domain users:x:100:
Member server:
admind at ostraaros:~$ id davor
uid=11105(davor) gid=10513(domain users) groups=10513(domain
users),11106(fileacc-home),11107(fileacc-common),1000003(BUILTIN\users)
admind at ostraaros:~$ getent passwd davor
davor:*:11105:10513::/home/EXAMPLE/davor:/bin/false
admind at ostraaros:~$ getent group 'Domain Users'
domain users:x:10513:
smb.conf:
[global]
workgroup = EXAMPLE
realm =...
2014 May 23
1
winbind on server have different UIDs on each Member Server
...winbind uid = 60000-70000
winbind use default domain = Yes
winbind enum users = Yes
winbind enum groups = Yes
wins server = dcfr.prevert.lan
inherit acls = Yes
template homedir = /home/%U
template shell = /bin/false
Wbinfo ?I bob sur client
bob:*:11106:10513:bob:/machine1/home/bob:/bin/sh
Wbinfo ?I guy sur server
PREVERT\bob:*:10000:10000::/home/PREVERT/bob:/bin/false
Someone can help me, please.
2020 May 02
0
default backend = rid not showing full group information for users
...y config to have full group information
>>>> working?
>>>>
>>>> root at samba01:~# wbinfo --group-info=development
>>>> development:x:11111:jdoe
>>>>
>>>> root at samba01:~# wbinfo --group-info=office
>>>> office:x:11106:lgaga,jdoe
>>>>
>>>> root at samba01:~# getent passwd lgaga
>>>> lgaga:*:11155:10513:Lady Gaga:/home/lgaga:/bin/bash
>>>>
>>>> root at samba01:~# getent passwd jdoe
>>>> jdoe:*:11157:10513:John Doe:/home/jdoe:/bin/bash
>>...
2024 Jan 25
1
Share access permission errors after upgrade from 4.12.14
...in the idmap config.
Error:
Jan 25 00:01:22 UR-Lab smbd[9689]: [2024/01/25 00:01:22.344606, 0] ../../source3/smbd/smb2_service.c:168(chdir_current_service)
Jan 25 00:01:22 UR-Lab smbd[9689]: chdir_current_service: vfs_ChDir(/mnt/user/PrivateShare) failed: Permission denied. Current token: uid=11106, gid=10513, 11 groups: 11106 10513 11119 11111 11115 11113 11124 3003 3004 3006 3001
For consistency, I have included the output from testparm (run in Unraid 6.12.6) below:
=======================================================
root at UR-Lab:~# testparm
Load smb config files from /etc/samba/sm...
2020 May 02
0
default backend = rid not showing full group information for users
...groups" there are no group members
shown at all with the "getent group" command.
root at s4ad01:~# net cache flush
root at samba01:~# net cache flush
root at samba01:~# wbinfo --group-info=development
development:x:11111:jdoe
root at samba01:~# wbinfo --group-info=office
office:x:11106:lgaga,jdoe
jdoe at samba01:~$ id jdoe
uid=11157(jdoe) gid=10513(domain users) groups=10513(domain
users),11157(jdoe),3001(BUILTIN\users)
jdoe at samba01:~$ chgrp "office" test.txt
chgrp: changing group of 'test.txt': Operation not permitted
jdoe at samba01:~$ samba-tool --vers...
2020 May 04
0
default backend = rid not showing full group information for users
...ba01:~# uname -a
Linux samba01 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1+deb10u1
(2020-04-27) x86_64 GNU/Linux
root at samba01:~# cat /etc/nsswitch.conf | grep winbind
passwd: files systemd winbind
group: files systemd winbind
root at samba01:~# wbinfo --group-info=office
office:x:11106:jdoe,lgaga
root at samba01:~# id jdoe
uid=11157(jdoe) gid=10513(domain users) groups=10513(domain
users),11157(jdoe),3001(BUILTIN\users)
2011 May 16
0
1.8.4 quitting console
actually i just noticed that it quits console because asterisk
restarts itself after:
[2011-05-16 13:48:45] ERROR[11106] tcptls.c: Unable to connect SIP
socket to 192.168.1.108:5060: Connection timed out
2003 Jul 04
1
bug? exactRankTests install anomaly (PR#3394)
...p','All'),]),
.libPaths()[1], CRAN = NULL)
> local({a <- CRAN.packages()
+ install.packages(select.list(a[,1],,TRUE), .libPaths()[1], available=a)})
trying URL `http://cran.r-project.org/bin/windows/contrib/1.7/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 11106 bytes
opened URL
downloaded 10Kb
trying URL `http://cran.r-project.org/bin/windows/contrib/1.7/exactRankTests_0.8-1.zip'
Content type `application/zip' length 168784 bytes
opened URL
downloaded 164Kb
Delete downloaded files (y/N)? y
updating HTML package descriptions
Warning message:
D...
2016 Oct 06
4
winbindd losing track of RFC2307 UIDs
This is what there is in winbindd_idmap.tdb of both members that i have,
whewre file server 2 is working well and file server 1 lose winbind rfc
track.
#
# FILE SERVER 1 - PROBLEM
#
# tdbdump winbindd_idmap.tdb
{
key(9) = "USER HWM\00"
data(4) = "\D0\07\00\00"
}
{
key(10) = "GROUP HWM\00"
data(4) = "\D0\07\00\00"
}
{
key(14) = "IDMAP_VERSION\00"
2020 May 02
2
default backend = rid not showing full group information for users
On 02/05/2020 19:28, Jelle de Jong via samba wrote:
> root at s4ad01:~# samba-tool user show jdoe
There is no apparent reason why the groups do not work with chgrp, the
only reason I can think of is that the group was created and when you
tried to 'chgrp' the file, winbind read from its cache and it wasn't in
the cache. Try running 'net cache flush' and then try
2024 Jan 24
1
Share access permission errors after upgrade from 4.12.14
On Wed, 24 Jan 2024 17:31:46 +0000
unraidster via samba <samba at lists.samba.org> wrote:
> Hi,
>
> I assumed that the rearranged config you provided was for feedback,
Yes, they were just comments, but unraid should really fix their Samba
setup.
> I
> haven't made any changes to the configuration based on those
> comments. I'll send a message to the Unraid