Displaying 20 results from an estimated 39 matches for "100513".
Did you mean:
100,13
2018 May 02
2
samba 4 joining samba 3 pdc - group mismatch
...ps in a "ordered" manner.
"id some_user" returns "almost" valid data for some users and
"id: ‘some_user’: no such user" for others.
I say "almost" because not all groups for all users are returned.
Example:
S4# id jgarcia
uid=10000(jgarcia) gid=100513(none) \
groups=100513(none),101094(5p6l3d1$),101119(jgomes-pc$),
10001(BUILTIN\users)
jgarcia id should be 101016 (100000 + 1016), and there are missing groups
S3# id jgarcia
uid=1016(jgarcia) gid=1094(jgarcia)\
groups=1094(jgarcia),1000(G00),2009(G01),3011(G02),1119(G03)
For groups is abo...
2018 May 03
2
samba 4 joining samba 3 pdc - group mismatch
...> idmap config *:range = 3000-7999
> idmap config *:backend = tdb
> idmap config PEGASE:range = 100000-200000
> idmap config PEGASE:backend = rid
I got a small progress here. Now jgarcia uid is inside the "range". Thanks.
S4# id jgarcia
uid=103032(jgarcia) gid=100513(none) \
groups=100513(none),103032(jgarcia),101094(5p6l3d1$),\
101119(jgomes-pc$),10001(BUILTIN\users)
but "base" id does not match. jgarcia uid is 1094 at S3.
I'd like it to be 101094 at S4.
the group names which jgarcia belongs make no sense either
(5p6l3d1$ ?!?! this one shou...
2018 May 02
0
samba 4 joining samba 3 pdc - group mismatch
...> "id some_user" returns "almost" valid data for some users and
> "id: ‘some_user’: no such user" for others.
> I say "almost" because not all groups for all users are returned.
>
> Example:
> S4# id jgarcia
> uid=10000(jgarcia) gid=100513(none) \
> groups=100513(none),101094(5p6l3d1$),101119(jgomes-pc$),
> 10001(BUILTIN\users)
>
> jgarcia id should be 101016 (100000 + 1016), and there are missing
> groups
>
> S3# id jgarcia
> uid=1016(jgarcia) gid=1094(jgarcia)\
> groups=1094(jgarcia),1000(G00),2009...
2019 Aug 06
2
Permissions not inherited when moving a file
Hello Samba list subscribers,
i have a permission issue when moving files or directories (rename
syscall) between directories with different permissions in my share.
I'm using POSIX ACLs on my shares.
These are my users:
user.one (uid: 101111, gid: 101111)
SAMDOM\Domain Users (gid: 100513)
I've got the following directories:
This is the private (home) directory of user.one. The user is the user
owner and group owner and has full permissions (770)
# file: Users/user.one/
# owner: 101111
# group: 101111
# flags: -s-
user::rwx
group::rwx
mask::rwx
other::---
default:user::rwx
d...
2018 May 02
2
samba 4 joining samba 3 pdc - group mismatch
...; returns "almost" valid data for some users and
> > "id: ‘some_user’: no such user" for others.
> > I say "almost" because not all groups for all users are returned.
> >
> > Example:
> > S4# id jgarcia
> > uid=10000(jgarcia) gid=100513(none) \
> > groups=100513(none),101094(5p6l3d1$),101119(jgomes-pc$),
> > 10001(BUILTIN\users)
> >
> > jgarcia id should be 101016 (100000 + 1016), and there are missing
> > groups
> >
> > S3# id jgarcia
> > uid=1016(jgarcia) gid=1094(jgarcia)\
&...
2007 Aug 16
0
samba3.0.25b group permissions problem via AD+Winbind
...t/samba/sbin/smbd -D
root 8060 25653 0 11:18:53 pts/1 0:00 grep smb
0105216 7972 7964 2 11:15:48 ? 0:05 /opt/samba/sbin/smbd -D
#ls -ld /www/devel/test/folder1
drwxrwsr-x 5 root bss 512 Aug 14 16:25
/www/devel/test/folder1
#getent passwd jlunch
jlunch:*:105216:100513:Joe
Lunchbucket:/export/home/DOMAIN/jlunch:/bin/bash
#getent group bss
bss:x:107657:jlunch
su - jlunch
bash-2.05$ cd /www/devel/test/folder1
bash-2.05$ touch testfile
bash-2.05$ ls -l testfile
-rw-r--r-- 1 jlunch bss 0 Aug 16 11:05 testfile
bash-2.05$ id -a
uid=105216(jlunch) gid...
2009 Aug 12
1
RID idmap backend: difficulties looking up a user by its uid
...ever, if I
first do a lookup using the username or run wbinfo on the user
(specifying either the username or uid), and then try "getent passwd"
with the uidnumber, I get the correct result.
See here:
debianrid:~# getent passwd 161907
debianrid:~# wbinfo --uid-info 161907
lokr:*:161907:100513:Lovisa Kristiansson (lokr):/home/WBLABB/lokr:/bin/sh
debianrid:~# getent passwd 161907
lokr:*:161907:100513:Lovisa Kristiansson (lokr):/home/WBLABB/lokr:/bin/sh
debianrid:~#
Related smb.conf lines:
idmap backend = rid
idmap uid = 100000-10000000
idmap gid = 100000-10000000
winbind use...
2010 Jun 02
3
which function
...422",
"100423", "100426", "100427", "100428", "100429", "100430", "100503",
"100504", "100505", "100506", "100507", "100510", "100511", "100512",
"100513", "100514", "100517", "100518", "100519", "100520", "100521",
"100524", "100525", "100526", "100527", "100528", "100531")
> l[3:4]
[1] "100419" "100420&q...
2018 May 03
0
samba 4 joining samba 3 pdc - group mismatch
...; > idmap config *:backend = tdb
> > idmap config PEGASE:range = 100000-200000
> > idmap config PEGASE:backend = rid
>
> I got a small progress here. Now jgarcia uid is inside the "range".
> Thanks.
>
> S4# id jgarcia
> uid=103032(jgarcia) gid=100513(none) \
> groups=100513(none),103032(jgarcia),101094(5p6l3d1$),\
> 101119(jgomes-pc$),10001(BUILTIN\users)
>
> but "base" id does not match. jgarcia uid is 1094 at S3.
I am willing to bet the RID for 'jgarcia' is '3032'
The winbind 'rid' backend us...
2018 May 03
2
samba 4 joining samba 3 pdc - group mismatch
...stions:
and how RID is guessed at S3??
From a random number?
RID=UID should be an educated guess, don't you think?
> > I got a small progress here. Now jgarcia uid is inside the "range".
> > Thanks.
> >
> > S4# id jgarcia
> > uid=103032(jgarcia) gid=100513(none) \
> > groups=100513(none),103032(jgarcia),101094(5p6l3d1$),\
> > 101119(jgomes-pc$),10001(BUILTIN\users)
> >
> > but "base" id does not match. jgarcia uid is 1094 at S3.
>
> I am willing to bet the RID for 'jgarcia' is '3032'
How...
2019 Aug 06
2
Permissions not inherited when moving a file
...mission issue when moving files or directories (rename
>> syscall) between directories with different permissions in my share.
>> I'm using POSIX ACLs on my shares.
>>
>> These are my users:
>> user.one (uid: 101111, gid: 101111)
>> SAMDOM\Domain Users (gid: 100513)
>>
>> I've got the following directories:
>>
>> This is the private (home) directory of user.one. The user is the
>> user owner and group owner and has full permissions (770)
>>
>> # file: Users/user.one/
>> # owner: 101111
>> # group: 101...
2005 Apr 14
2
Using idmap_rid backend, cannot browse home directory from XP
...inbindd_getpwuid(225)
[11343]: getpwuid 112830
[2005/04/14 10:15:46, 3]
nsswitch/winbindd_rpc.c:msrpc_sid_to_name(338)
sid_to_name [rpc]
S-1-5-21-725345543-1677128483-839522115-12830 for
domain DOMAIN1
[2005/04/14 10:15:46, 3]
nsswitch/winbindd_group.c:winbindd_getgrgid(348)
[11343]: getgrgid 100513
[2005/04/14 10:15:46, 3]
lib/charcnv.c:convert_string_allocate(567)
convert_string_allocate: Conversion error:
Incomplete multibyte
sequence(▒`▒`▒`▒{▒─▒`▒─▒)
[2005/04/14 10:15:46, 3]
lib/charcnv.c:...
2013 Feb 01
1
gid collision
...low.
root at python:/home/DOMAIN/users# ls -la
drwxr-x--- 4 user1 PYTHON\none 136 Dez 7 09:42 user1
drwxr-x--- 2 user2 PYTHON\none 6 Jan 30 11:01 user2
drwxr-x--- 2 user3 PYTHON\none 6 Jan 30 11:13 user3
root at python:/home/DOMAIN/users# getent group 'domain users'
domain users:x:100513:
root at python:/home/DOMAIN/users# getent group 'python\none'
PYTHON\none:x:100513:
neither wbinfo -g nor getent group list any group named python\none.
Has anybody got an explanation for python\none or how I get rid of it?
Thanks
Philipp
smb.conf:
[global]
workgroup = DOMAIN...
2009 Dec 03
1
Winbind + SSH + AIX - Connection to aixserver01 closed by remote host
...ote host.
Connection to aixserver01 closed.
Transferred: sent 1648, received 1544 bytes, in 0.0 seconds
Bytes per second: sent 105932.7, received 99247.6
debug1: Exit status -1
On the server aixserver01:
Dec 3 11:23:15 aixserver01 authpriv:debug sshd[467118]: debug1:
temporarily_use_uid: 150302/100513 (e=0/0)
Dec 3 11:23:15 aixserver01 authpriv:debug sshd[467118]: debug1: trying
public key file /home/users/robertobouza/.ssh/authorized_keys
Dec 3 11:23:15 aixserver01 authpriv:debug sshd[467118]: debug1:
restore_uid: 0/0
Dec 3 11:23:15 aixserver01 authpriv:debug sshd[467118]: debug1:
tempora...
2019 Aug 06
0
Permissions not inherited when moving a file
Hello Samba list subscribers,
i have a permission issue when moving files or directories (rename
syscall) between directories with different permissions in my share.
I'm using POSIX ACLs on my shares.
These are my users:
user.one (uid: 101111, gid: 101111)
SAMDOM\Domain Users (gid: 100513)
I've got the following directories:
This is the private (home) directory of user.one. The user is the user
owner and group owner and has full permissions (770)
# file: Users/user.one/
# owner: 101111
# group: 101111
# flags: -s-
user::rwx
group::rwx
mask::rwx
other::---
default:user::rwx
d...
2010 May 21
4
indexing problem
...21" "100422" "100423" "100426"
"100427" "100428" "100429" "100430" "100503" "100504" "100505" "100506"
"100507" "100510" "100511" "100512" "100513"
> select #is a selection of elements of object "l"
[1] "100415" "100416" "100419" "100420"
"PLglobal", "position", "trade" are all functions
Pos100415,Pos100416,Trad100415...are all data frames
I have one...
2020 Aug 26
2
No mapping on second fileserver
...---
however:
---cut---
root at backup:~# getent passwd maikholtkamp
root at backup:~#
---cut--
All configs of this host backup are the same than on the host
fileserver, AFAIK, where the mapping works like a charm:
---cut---
root at fileserver ~ # getent passwd maikholtkamp
maikholtkamp:*:101105:100513:Maik Holtkamp:/home/AD/maikholtkamp:/bin/false
---cut---
Any ideas?
TIA.
--
Mit freundlichen Gruessen/Best regrads Maik Holtkamp
Kirchstr. 76 D-32278 Kirchlengern/Germany
Tel: +49 5223 879202 Mob.: +49 172 203 5491
e...
2019 Aug 06
0
Permissions not inherited when moving a file
...,
>
> i have a permission issue when moving files or directories (rename
> syscall) between directories with different permissions in my share.
> I'm using POSIX ACLs on my shares.
>
> These are my users:
> user.one (uid: 101111, gid: 101111)
> SAMDOM\Domain Users (gid: 100513)
>
> I've got the following directories:
>
> This is the private (home) directory of user.one. The user is the user
> owner and group owner and has full permissions (770)
>
> # file: Users/user.one/
> # owner: 101111
> # group: 101111
> # flags: -s-
> user::rwx...
2019 Aug 06
0
Permissions not inherited when moving a file
...g files or directories (rename
>>> syscall) between directories with different permissions in my share.
>>> I'm using POSIX ACLs on my shares.
>>>
>>> These are my users:
>>> user.one (uid: 101111, gid: 101111)
>>> SAMDOM\Domain Users (gid: 100513)
>>>
>>> I've got the following directories:
>>>
>>> This is the private (home) directory of user.one. The user is the
>>> user owner and group owner and has full permissions (770)
>>>
>>> # file: Users/user.one/
>>> # own...
2015 Jan 27
2
Can't get idmap_ad to work with winbind (only idmap_rid)
...nfig *:backend = tdb
idmap config *:range = 70000-99999
idmap config TEST:backend = rid
idmap config TEST:range = 100000-2000000
winbind nss info = rfc2307
instead, getent passwd gives me
administrator:*:100500:100512:Administrator:/home/TEST/administrator:/bin/false
test:*:101105:100513:Test User:/home/TEST/test:/bin/false
krbtgt:*:100502:100513:krbtgt:/home/TEST/krbtgt:/bin/false
guest:*:100501:100514:Guest:/home/TEST/guest:/bin/false
So the TEST:range is respected now. But User Shell and Home Dir from the
UNIX attributes in the AD are still ignored.
There's log entries in...