search for: 1000001

Displaying 20 results from an estimated 58 matches for "1000001".

Did you mean: 1000000
2011 Mar 17
0
idmap allocation does not work Samba 3.4.7 on FC11
...ut at least that would indicate that uid's were being allocated by the idmap functionality. But no luck. I even tried manually allocating a uid- the tdb file gets updated in the # wbinfo -n MYDOMAIN\\someuser S-1-5-21-xxxx-xxxx-xxxx-1121User (1) # wbinfo --allocate-uid New uid: 1000001 wbinfo --set-uid-mapping=1000000,S-1-5-21-xxxx-xxxx-xxxx-1121 uid 1000001 now mapped to sid S-1-5-21- xxxx-xxxx-xxxx -1121 # wbinfo -U 1000001 S-1-5-21-xxxx-xxxx-xxxx-1121 # wbinfo -S S-1-5-21-xxxx-xxxx-xxxx-1121 1000001 # id MYDOMAIN\\someuser id: MYDOMAIN\\someuser: No such...
2018 Feb 17
4
Winbind authentication from different domain not working
...in/bash winbind expand groups = 1 winbind separator = + winbind use default domain = Yes idmap config domainb : range = 3000001 - 4000000 idmap config domainb : backend = rid idmap config domainc : range = 2000001 - 3000000 idmap config domainc : backend = rid idmap config domaina : range = 1000001 - 2000000 idmap config domaina : backend = rid idmap config * : range = 1000000-199999999 idmap config * : backend = tdb wbinfo --online-status BUILTIN : online SERVER01 : online DOMAINB : online DOMAINA : offline As you can see DOMAINA is offline, if we open up the firewall it is online and...
2023 May 14
1
samba users at boot, the same local and samba user bug has gone
...> > Still think they are the same user ? > > Rowland > I do ! But only when uid + gid are identical (which is not the case for your user): id samdom\\user1 uid=1114(user1) gid=1114(user1) groups=1114(user1),100(users),978(ssh-users),10000(domain users),10123(acl-app_group-access),1000001(BUILTIN\users) id user1 uid=1114(user1) gid=1114(user1) groups=1114(user1),100(users),978(ssh-users),10000(domain users),10123(acl-app_group-access),1000001(BUILTIN\users) I get exactly the same list of groups for both. - Kees.
2023 May 14
1
samba users at boot, the same local and samba user bug has gone
...t;> Rowland >> > I do ! > > But only when uid + gid are identical (which is not the case for your > user): > > id samdom\\user1 > uid=1114(user1) gid=1114(user1) > groups=1114(user1),100(users),978(ssh-users),10000(domain > users),10123(acl-app_group-access),1000001(BUILTIN\users) > > id user1 > uid=1114(user1) gid=1114(user1) > groups=1114(user1),100(users),978(ssh-users),10000(domain > users),10123(acl-app_group-access),1000001(BUILTIN\users) > > I get exactly the same list of groups for both. > > - Kees. > > > I...
2023 May 14
1
samba users at boot, the same local and samba user bug has gone
...do ! >> >> But only when uid + gid are identical (which is not the case for your >> user): >> >> id samdom\\user1 >> uid=1114(user1) gid=1114(user1) >> groups=1114(user1),100(users),978(ssh-users),10000(domain >> users),10123(acl-app_group-access),1000001(BUILTIN\users) >> >> id user1 >> uid=1114(user1) gid=1114(user1) >> groups=1114(user1),100(users),978(ssh-users),10000(domain >> users),10123(acl-app_group-access),1000001(BUILTIN\users) >> >> I get exactly the same list of groups for both. >> >&...
2023 May 14
1
samba users at boot, the same local and samba user bug has gone
...But only when uid + gid are identical (which is not the case for your >>> user): >>> >>> id samdom\\user1 >>> uid=1114(user1) gid=1114(user1) >>> groups=1114(user1),100(users),978(ssh-users),10000(domain >>> users),10123(acl-app_group-access),1000001(BUILTIN\users) >>> >>> id user1 >>> uid=1114(user1) gid=1114(user1) >>> groups=1114(user1),100(users),978(ssh-users),10000(domain >>> users),10123(acl-app_group-access),1000001(BUILTIN\users) >>> >>> I get exactly the same list of gro...
2020 Oct 14
2
Samba SSSD authentication via userPrincipalName does not work because samba claims that the username does not exist.
...that I am aware of, >> there may be others. Good hint. I switched to Debian Buster - same issue: Interestinly, "id tim-upn" (the userPrincipalname) works and refers to the sAMAccountName. "uid=3000(tim-sam) gid=3000(domain users) groups=3000(domain users),3001(storage-users),1000001(BUILTIN\users). "login tim-upn" works, "ssh tim-upn at localhost", too.? Also: "smbclient -L //localhost -W ADTEST -U tim-sam%Qwertz12345" works, but "smbclient -L //localhost -W ADTEST -U tim-upn%Qwertz12345" doesn't. Still confused. > This matches...
2020 Oct 14
0
Samba SSSD authentication via userPrincipalName does not work because samba claims that the username does not exist.
...re may be others. > Good hint. I switched to Debian Buster - same issue: > > Interestinly, "id tim-upn" (the userPrincipalname) works and refers to > the sAMAccountName. > > "uid=3000(tim-sam) gid=3000(domain users) groups=3000(domain > users),3001(storage-users),1000001(BUILTIN\users). > > "login tim-upn" works, "ssh tim-upn at localhost", too.? Also: "smbclient > -L //localhost -W ADTEST -U tim-sam%Qwertz12345" works, but "smbclient > -L //localhost -W ADTEST -U tim-upn%Qwertz12345" doesn't. > > Still...
2009 Nov 27
2
Modular inverses
I want to find the inverse of an integer k mod p (prime.) Is there a function that can do this for me? I know i could simply write (k^(p-2)) %% p, but i need to do this for large primes (above 100) and this gives the warning message: Warning message: probable complete loss of accuracy in modulus so this method does not work. Any ideas? Thanks, Samuel --
2023 May 14
1
samba users at boot, the same local and samba user bug has gone
On 14/05/2023 20:32, Kees van Vloten via samba wrote: > The uid + gid are the unique identifier of a user in Linux, the name is > only relevant for the translation of number (uid) to name. > > I.e. a local-user == domain-user when uid + gid are identical. > > My nsswitch.conf prefers local-users over domain-users: > > passwd:???????? files systemd winbind >
2005 Dec 14
1
Problems with testing - error posting to other controller
...valid user and generates a session[:user_id], like: def login (login="bob", password="atest") post "user/login", :user => { :login => login, :password => password } assert_response 302 # redirect assert_session_has :user_id assert_equal 1000001, session[:user_id] assert_redirect_url "http://#{@request.host}/user/home" end and added it to test_helper.rb . In my ad_controller_test I call it like login(), but this throws an error. In my test.log it get the following Processing AdController#user/login (for 0.0.0.0 at 2005-...
2005 Jun 28
1
AVM CAPI INSTALLATION
I use AVM fritz card A1, I have install with instruction of Voip-info.or, but it don' work. capiinfo Number of Controllers : 1 Controller 1: Manufacturer: AVM GmbH CAPI Version: 2.0 Manufacturer Version: 3.101-02 (49.18) Serial Number: 1000001 BChannels: 2 Global Options: 0x00000039 internal controller supported DTMF supported Supplementary Services supported channel allocation supported (leased lines) B1 protocols support: 0x4000011f 64 kbit/s with HDLC framing 64 kbit/s bit-transparent operation V.110 asynconous op...
2019 Sep 28
0
[PATCH nbdkit v2 1/4] common/include: Add function for subtracting struct timeval.
...2); - assert (tvdiff_usec (&tv2, &tv1) == -2); + TEST_TVDIFF (tv1, tv2, 2); + TEST_SUBTRACT (tv1, tv2, 0, 2); + TEST_TVDIFF (tv2, tv1, -2); + TEST_SUBTRACT (tv2, tv1, 0, -2); + + tv1.tv_sec = 1000; + tv1.tv_usec = 1; + tv2.tv_sec = 1001; + tv2.tv_usec = 2; + TEST_TVDIFF (tv1, tv2, 1000001); + TEST_SUBTRACT (tv1, tv2, 1, 1); + TEST_TVDIFF (tv2, tv1, -1000001); + TEST_SUBTRACT (tv2, tv1, -1, -1); /* Test that an arbitrary tv is equal to itself. */ gettimeofday (&tv1, NULL); - assert (tvdiff_usec (&tv1, &tv1) == 0); + TEST_TVDIFF (tv1, tv1, 0); + TEST_SUBTRACT...
2018 Oct 10
2
deny file access or specific users
...t; id: ‘test’: no such user > root at server1:~# getent passwd test > root at server1:~# but on another server, the user still remains > root at server2:~# wbinfo -u | grep test > test > root at server2:~# id test > uid=63993(test) gid=513(domain users) groups=513(domain users),1000001(BUILTIN\users) > root at server2:~# getent passwd test > test:*:63993:513::/home/WRKGRP/test:/bin/false > root at server2:~# Probably running net cache flush will remove the user on server2 as well, but is there an expiration on the winbind cache? Will the user disppear from server2 au...
2010 Dec 08
2
Parallel Scan of Large File
...e6) } Thus, each child would have a different skip argument. child[[1]]: skip = 0, child[[2]]: skip = 1e6 + 1, child[[3]]: skip = 2e6 + 1, ... ,child[[40]]: skip = 39e6 + 1. I would then end up with a list of 40 vectors with child[[1]] containing records 1 to 1000000, child[[2]] containing records 1000001 to 2000000, ... ,child[[40]] containing records 39000001 to 40000000. Also, would one file connection suffice or does their need to be a file connection that opens and closes for each child? -- View this message in context: http://r.789695.n4.nabble.com/Parallel-Scan-of-Large-File-tp3077545p...
2014 Sep 04
1
exposing APIs needed by Chromium/WebRTC
...for Linux distributions with using the system-provided Opus package. Obviously it's not possible to use the internal headers in that case. Please see https://code.google.com/p/webrtc/issues/detail?id=3077 for the webrtc bug I filed about that. https://webrtc-codereview.appspot.com/5549004/diff/1000001/webrtc/modules/audio_coding/neteq4/audio_classifier.h (part of the above patch) refers to following internal headers: #include "third_party/opus/src/celt/celt.h" #include "third_party/opus/src/src/analysis.h" #include "third_party/opus/src/src/opus_private.h" I can s...
2018 Nov 22
2
How to set same UID and GID for ADDC server and all Member server
...~]# id d.lescauid=3000023(DOM\d.lesca) gid=100(users) gruppi=100(users),3000023(DOM\d.lesca),3000009(BUILTIN\users)[ root at s-addc ~]# rpm -q sambasamba-4.9.2-0.fc29.x86_64 # Member (Centos7)[root at s-dati ~]# id d.lescauid=1000003(d.lesca) gid=1000005(domain users) gruppi=1000005(domain users),1000001(BUILTIN\users) [root at s-dati ~]# rpm -q sambasamba-4.7.1-9.el7_5.x86_64 And if I setup another member server, the UID/GID it's still different from the other servers It's possible to set UID/GID of all member server same that assigned on the AD server? Or set a specific UID/GID to all u...
2006 Apr 13
3
Salted Hash Login Generator problem
...75d7210 @attributes= {"salt"=>"7f8b036f9b647d46d22abdbfc8113f44a88f9889", "delete_after"=>nil, "security_token"=>nil, "role"=>nil, "lastname"=>nil, "firstname"=>nil, "id"=>"1000001", "deleted"=>"0", "token_expiry"=>nil, "verified"=>"1", "salted_password"=>"ef94c16f6c124a4e84cc215c164767bfa25f6e92", "login"=>"bob", "email"=>"bob@test...
2023 May 15
1
samba users at boot, the same local and samba user bug has gone
...are identical (which is not the case for >>>> your user): >>>> >>>> id samdom\\user1 >>>> uid=1114(user1) gid=1114(user1) >>>> groups=1114(user1),100(users),978(ssh-users),10000(domain >>>> users),10123(acl-app_group-access),1000001(BUILTIN\users) >>>> >>>> id user1 >>>> uid=1114(user1) gid=1114(user1) >>>> groups=1114(user1),100(users),978(ssh-users),10000(domain >>>> users),10123(acl-app_group-access),1000001(BUILTIN\users) >>>> >>>> I get...
2019 Nov 29
2
security = ads parameter not working in samba 4.9.5
On 29/11/2019 18:17, S?rgio Basto via samba wrote: > On Fri, 2019-11-29 at 17:19 +0000, Rowland penny via samba wrote: >> Lets start by removing this: krb5-server-1.15.1-37.el7_7.2.x86_64 > ATM I can't, it will remove all samba packages :) Then your packages are depending on the krb5-server package, which is MIT, which is experimental. This shouldn't be a problem on a Unix