similar to: Fw: need roaming profile + local profile (srry for resending it but plz try to help me)

Displaying 20 results from an estimated 10000 matches similar to: "Fw: need roaming profile + local profile (srry for resending it but plz try to help me)"

2002 Dec 21
1
need roaming profile + local profile
Hi I've got a samba pdc set up but I've got a strange problem. Everything works fine I can login with the roaming profile BUT I also need a local profile, without the local profile he says that he cannot find the domain name. And the local profile has to be administrator or he doesn't remember my preferences of all my programs and settings. Any idea what I'm doing wrong?
2002 Nov 30
1
Fw: cant update roaming profile
my language is dutch, and the code page = 28591 but if I take that in smb.conf I get the error: load_client_codepage: filename /var/lib/samba/codepages/codepage.28591 does not exist. Any ideas? Sander > ----- Original Message ----- > From: "Patrick Kwan" <pat@pat.dyndns.info> > To: <samba@lists.samba.org> > Sent: Saturday, November 30, 2002 3:02 PM >
2002 Dec 21
0
Re: samba digest, Vol 1 #2006 - 24 msgs (Out of the office - Returning Monday, Jan. 6th)
I will be out of the office: From: Monday, Dec. 23rd Through: Friday, Jan. 3rd I will return to the office on Monday, Jan. 6th I will only be checking email or voicemail. Once or twice during that time period. Members of the I.T. dept. will be able to contact me if there is a critical issue. Enjoy the time off over the holidays and Happy New Year! >>> samba 12/21/02 12:00
2002 Nov 30
1
cant update roaming profile
HI I've got a samba pdc set up but I've got a problem with the profiles. When I log off he says that he cant update the roaming profile and I've got to contact the system administrator... I guess I've got something wrong with permissions or so... Can someone help me ? Sander -------------- next part -------------- HTML attachment scrubbed and removed
2004 Jun 01
1
burst according to time limit??? (plz dont blame me for previous html,Outlook)
I was wondering if there is a queue with which I could have a regular rate limit at some kbits (say 256kbits) for my ethernet stations, but allow burstable sessions with a multiple limit (512 kbits) for a specific time (say 3 minutes). Of course, this is the same with having bursts of some Megabit buckets (measuring bits and not time), but for such big bursts i think it isn''t what i
2001 Jul 01
1
[HELP] plz. tell me little history of "wine"...
Would anyone tell me history of Wine? *^^*
2005 Sep 15
0
FW: Roaming profile : taking forever to login /log off
Many thanks, that should really help. Louis van Belle wrote: > >i did it by applying policies at logon. > >You can use poledit.exe en the needed templates. >search for samba.adm > >or get it from my server at >http://www.ratio-benelux.nl/sambaldap.rar.gz > >all you need is in there. > > > > >>-----Oorspronkelijk bericht----- >>Van:
2006 Aug 14
3
The questions when I install Xen on RHEL4!!! Plz help me!! Thanks...
Hello everyone: Last week I learnt to install Xen on RHEL4. The virtual system is Fedora5. I can run it now,but I met several questions. I hope you can help me deal with them. First: When I use the command "usr/sbin/xm create -c /boot/fc5vm.cfg" to startup Fedora5, it always display this wrong message before the system startup. problem: using config file
2004 Dec 30
2
HTB + GRED (santa clauss plz help me out)
I ''ve been trynig for a long time now to make HTB and GRED to work togethen. The problem beeing that GRED doesn''t use handles (instead it uses DP:1 DP:2 etc) i can not preperly filter traffic to them. Tomas Graf suggested to use the tc_index index of u32 classifier so dear Sant .. i am currently with the following scripts that works! But when i try to add an HTB before the
2006 Aug 05
2
plz do favour in active record
hello I want to do like the below code name=[''net'',''gross'',''amount''] avail= Avail.find(1) return avail.name[0] but it gets error I want to give " avail.name[0] " like this, rather than avail.net directly, can u guys plz help me, how to do this plz explain with code advance thx have a pleasant day narayana --
2012 May 21
4
plz help. how to filter/group/sort data on mass data
hi, nice people I needs to compute the product whose annual sales values are all among the top 100 using R ( version 2.15.0) data is stored in the MSSQL database. data structure( sales table's fields): productID, time, value I have found the SQL solution below: SQL solution is as below: -------------------------------------------------------------- WITH
2006 Jul 26
1
Plz answer my query in date_select
hello gentlemen I want to set my (default)own date in date_select, how to do this, plz explain with example advance thx have a nice day regards narayana -- Posted via http://www.ruby-forum.com/.
2005 Aug 10
1
plz. solve my prob
sir, i am going to configure debian samba server i am getting problems. how can i configure samba as a pdc . plz. reply me back as soon as possible with complete steps. Thanking you. sumit kumar 09848097138 INDIA
2012 Oct 26
1
Why my code does not draw? how to fix it? plz....
number<-c(0,1,3,4,5,6,8) rsidp<-function(x){ i=0 {y<-sample(number,x,replace=TRUE)} return(y) } plot(o, xlim=c(0,20), ylim(0,20), type="n", xlab="Sample size", ylab="Sample variance") for (i in seq(1:20)){ retVal=rsidp(i) var(rsidpVector) points (i, var(rsidpVector),pch=i,col=i) } -- View this message in context:
2012 Oct 22
5
Help plz to fix it
I have an array of probabilities....it is p. So if user types x=1 then probability is p1=1/10. If user types x=2 it means that p2= p1+p2 if user types x=3 it means that p3=p1+p2+p3....and so on. So i created a code..... but it doesnt work properly. Help me plz to fix it) Thank u in advance. psidp=function(x){ p<-(1/10 2/5 2/5 2/5 2/5 1/10 1/10 1/10 1/10 1/10) i==0; if (x!=0){ for
2006 Mar 28
2
RSYNC authors help plz...
I started the massive transfer based on the historical timings, but now I am facing lots of problems in the transfer...I am getting lot of errors like this.. This is a very critical production update I have only 3 weeks time to complete this 4 tb transfer that was taken from historical times using rsync rsync: writefd_unbuffered failed to write 4813 bytes: phase "unknown" [sender]:
2006 Aug 05
0
plz do favour in xml builder
hello name=[''year'',''day''] i want to use the below code x.year "2006" in xml as x.name[0] "2006" how to do this ? can u plz explain with example advance thx have a nice day narayana -- Posted via http://www.ruby-forum.com/.
2009 Apr 19
0
plz help . tinc configuration for NAT
i am trying to setup a vpn with my friend. there are just 2 peers, me and him both of us are running windows machines. both of us are behind NAT. i couldnt understand properly the address and subnet allocation for the tinc daemons so could anyone plz help me how to configure tinc.if anyone could send me a sample configuration file that would be of great help. thanks in advance
2011 Jan 30
0
Help plz
Typing "?" (no quotes) followed by a topic of interest will throw up the R Help documentation. 1. Have a look at ?runif 2. Try ?subset and ?cumsum 3. Look at ?rle. Use in conjunction with cumsum and maybe ifelse. HTH Pete -- View this message in context: http://r.789695.n4.nabble.com/Help-plz-tp3247449p3247576.html Sent from the R help mailing list archive at Nabble.com.
2005 Jul 18
2
Comments on Areski Calling Card Solution plz
Hi, can anyone who has the Areski Calling Card solution on Asterisk working comment on it? Is is stable enough for a production system? Any pros and cons? thx, Arnd