search for: 110001

Displaying 9 results from an estimated 9 matches for "110001".

Did you mean: 10001
2016 Aug 09
4
Man page for idmap_rid
...'MYDOM' ? > > This would probably be better: > idmap config *:backend = tdb > idmap config *:range = 65535-100000 > idmap config MYDOM : backend = rid > idmap config MYDOM : range = 100001-110000 > > This way, if you ever get to 'MYDOM' user '110001', you can just extend > the range in smb.conf. > > However, a better way would be to find out who set nobody/nogroup to > '65534' (there was probably a logical reason at the time it was set) > and get it changed to '499' or whatever. Anybody know who to contact ?...
2016 Aug 09
3
Man page for idmap_rid
On Mon, Aug 8, 2016 at 5:06 PM, Michael Adam <obnox at samba.org> wrote: > On 2016-08-08 at 16:31 -0300, francis picabia wrote: > > I'm reading the man page for idmap_rid over and over and I can't > understand > > it. I think it needs a rewrite so a normal user can understand. Using a > > practical example. > > I admit it is a little terse. > But
2016 Aug 09
0
Man page for idmap_rid
...age to get to user '100001' in 'MYDOM' ? This would probably be better: idmap config *:backend = tdb idmap config *:range = 65535-100000 idmap config MYDOM : backend = rid idmap config MYDOM : range = 100001-110000 This way, if you ever get to 'MYDOM' user '110001', you can just extend the range in smb.conf. However, a better way would be to find out who set nobody/nogroup to '65534' (there was probably a logical reason at the time it was set) and get it changed to '499' or whatever. Anybody know who to contact ? > > I've se...
2011 Oct 02
1
generating Venn diagram with 6 sets
...'= 426120 ,'111101'=20297','111100'=123063,'111011'=12695,'111010'=115100,'111001'=11667,'111000'=95656,'110111'=1755,'110110'=20113,'110101'=1903,'110100'=19218,'110011'=2831,'110010'=38362,'110001'=4950,'110000'=68289,'101111'=11657,'101110'=107235,'101101'=14883,'101100'=193338,'101011'=6284,'101010'=79985,'101001'=14710,'101000'= 271416 ,'100111'=1069,'100110'=17628,'100101'=3152,'100100...
2016 Aug 09
0
Man page for idmap_rid
...his would probably be better: > > idmap config *:backend = tdb > > idmap config *:range = 65535-100000 > > idmap config MYDOM : backend = rid > > idmap config MYDOM : range = 100001-110000 > > > > This way, if you ever get to 'MYDOM' user '110001', you can just extend > > the range in smb.conf. > > > > However, a better way would be to find out who set nobody/nogroup to > > '65534' (there was probably a logical reason at the time it was set) > > and get it changed to '499' or whatever. Anybo...
2020 Aug 25
3
[TableGen] What to do if there are overlapping instruction patterns?
I've been working on adding support for a (semi-proprietary) extension for PowerPC called "Paired-Singles". It's a SIMD instruction set supporting various operations on a vector of 2 32-bit floating point numbers. The Extension is found in the PowerPC 750CL, modified variants of it are used in the Nintendo GameCube (Gekko), the Nintendo Wii (Broadway) and the Nintendo Wii U
2008 May 29
7
how to write spec for infinite loop?
Hi, I''ve got trouble when describe infinite loop. code snippet: def start_loop while true data = self.server.handle_client if data self.manager.dispatch(data) end end end without the loop, it is easy to test the logic. but how can I describe it to tell the developer ( me :-) ) that there should be an infinite loop inside. thanks. Regards, Peng
2003 Mar 03
40
callerid
"In general you can match callerID with the /, but if you don't put anything after the /, then the rule matches "no caller*ID", and if no slash is there at all, it matches "any callerid". " Ok.My question is -> how to match callerid from 001... ? and if don't know how many numbers ? exten => s/0_,Answer don't work- anything else ? tnx Thomas
2016 Aug 09
2
Man page for idmap_rid
...> > > idmap config *:backend = tdb > > > idmap config *:range = 65535-100000 > > > idmap config MYDOM : backend = rid > > > idmap config MYDOM : range = 100001-110000 > > > > > > This way, if you ever get to 'MYDOM' user '110001', you can just extend > > > the range in smb.conf. > > > > > > However, a better way would be to find out who set nobody/nogroup to > > > '65534' (there was probably a logical reason at the time it was set) > > > and get it changed to '49...