similar to: User must change password on next logon

Displaying 20 results from an estimated 800 matches similar to: "User must change password on next logon"

2003 Dec 02
5
Good Admin tool ?
Hi all, Just wondering what Samba administration tool is the most frequently used ? What tool do admins use daily ? I've tried Cmd line / Samba tools, Swat, Webmin, LAM... and still haven't found a full-featured one and *user-friendly* one... Many Thanks :) Ganael.
2003 Dec 11
1
pdbedit "bad lockout attempt" does not work
Help!! I have been using tbdsam as a backend and I have been unable to get the pdbedit -P "bad lockout attempt" -C 3 to be enforced. When I set the attribute it seems that I can try to login as many times as I want. Any help out there? Terrance
2006 May 22
1
RQuantlib Array processing applying EuropeanOptionExampleArray
I am trying to replicate part of the EuropeanOptionExample using my date. I have a data.frame containing all my inputs atm.vols<-subset(data.vols,moneyness==min); #Some days have the abs(moneyness) exactly between two strike prices, #Traders will alway price an option at the higher vol when selling it, so we will too.
2007 Jun 13
1
21bytes vs 38 bytes
Hello, thank you for responding. I'm sure I'm confusing something, but I did not explicitly set either kHz or kbps, I just set the mode to narrowband, and traced through libspeex's code to see that sample_rate was 8000 something, I'm guessing Hz. My assumption was: if you set PA to nb-mode, then you should encode 160 bytes to 21. Is that mistaken? ys On 6/13/07, Jean-Marc Valin
2005 Nov 28
1
Question from XM Radio
Thanks Jim, that's understood. When I say AMBE isn't working well, I only mean from the audience acceptance point of view. Technically it is fine. It is exactly doing the job we had expected. It's the long standing wish that everyone wants... More for less. We are just seeking a bit of magic that just may not be there. Ideally finding a codec that can perform
2005 Nov 27
2
Question from XM Radio
Thanks for the reply. We are currently using AMBE (4Kbps) for our Traffic/Weather Channels. If you have ever had a chance to hear the service, you will know that AMBE does not do us well. I understand that 2Kbps is low quality, but any poorer than AMBE? If can get a decent quality for other low bandwidth talk channels, such as about 10-16Kbps and have it sound rather clean, then I would be
2006 Jun 25
1
Sorting ferret results by column
I have the acts_as_ferret plugin installed. Everything searches great, but I would like to limit the results (i.e. by ''end_date'') and sort them (by ''end_date''). ''end_date'' is a valid column in my "posts" table. Here''s the code I have already: @posts = Post.find_by_contents(params[:query]) params[:query] comes from a form. I
2005 Nov 28
1
Question from XM Radio
Hi, > You can try the Ogg DirectShow filter to get Windows support for Speex: > http://www.illiminable.com/ogg/ if you wait a little longer, I am trying to provide speex support for the ffmpeg project (www.ffmpeg.org). It does encode/decode to/from avi and wav, a support for ogg has not been done, and my question is, should it be necessary? I don't really like ogg in first place..
2009 Jan 19
3
bootstrapped eigenvector method following prcomp
G'Day R users! Following an ordination using prcomp, I'd like to test which variables singnificantly contribute to a principal component. There is a method suggested by Peres-Neto and al. 2003. Ecology 84:2347-2363 called "bootstrapped eigenvector". It was asked for that in this forum in January 2005 by J?r?me Lema?tre: "1) Resample 1000 times with replacement entire
2007 Jun 12
2
21bytes vs 38 bytes
Hi, I am developing a voip phone that uses speex v1.2b1 narrowband mode. Libspeex decodes the 21-byte packets I recieve into 160 bytes and I can play them fine, but when I encode, the result is 38-bytes long. I have read that 38 bytes means that it is encoding at 15KHz, but I have set it to nb-mode and when stepping through the libspeex encoding sourcecode, I see that st->sampling_rate is
2002 May 11
1
Custom graphing : Which package (Base, Grid or Lattice package)
Hi All, Over the years, I have written a number of custom time series graphing modules (in ANSI C). I want to make these graphs available in R. After considerable thought (as well as feedback fom this NG - thanks go to Don MacQueen and Paul Murrell), I have decided to re-write (atleast some of the routines in R). Basically, this is what my R function needs to do: 1. create a parent
2010 Jun 21
4
Failing Routes in deployment
I have an app that has the following in the routes file: namespace "admin" do # ADMINISTRATIVE ROUTES ONLY root :to => ''home#index'' resources :comments do member do get :approve get :reject end end resources :users do member do get :block get :unblock end end end When browing to
2002 Jun 27
1
Building from a source-code library under windows
Dear All, I have a pair of .cpp and .def file can be compiled using VC++ and works perfectly well in S-PLUS. I wanted to do the same for R; so I followed the guidline given in "Building from a source-code library under Windows" as much as possible and manage to compile them using VC++ and call it from R. But it gives different answer from the one called from S-Plus. I know that I did
2006 Jun 25
3
Sorting results by column
I have the acts_as_ferret plugin installed. Everything searches great, but I would like to limit the results (i.e. by ''end_date'') and sort them (by ''end_date''). ''end_date'' is a valid column in my "posts" table. Here''s the code I have already: @posts = Post.find_by_contents(params[:query]) params[:query] comes from a
2008 Apr 23
1
[LLVMdev] getting closer!
On Apr 22, 2008, at 5:43 PM, Gordon Henriksen wrote: > This is not possible for instructions (which must be in SSA form). You > can only use it for constants. > > http://llvm.org/docs/LangRef.html#constantexprs ah! ok, but really helpful for structs init. cool. >> I'm always using the pure text input headline generating everything >> from Java... > > Normally
2005 Nov 27
2
Question from XM Radio
Hello folks. I understand this is the development email address, but I don't have any others to use, maybe you can help. I'm an engineer at XM Satellite Radio in Washington, DC. I'm scouting for other low bandwidth algorithms for some voice content. Speex looks pretty interesting. My goal is to find a promising codec for 2Kbps. I see the download links on the pages offer
1999 Aug 25
0
NT Domain problems
Hi- I'm having problems getting Samba to authenticate to an NT server, which is a PDC. Here's what I get if I try to list the shares on the server: [bryner@hh-terrance textdocs]$ smbclient -L HH-SERVER Added interface ip=<server ip> bcast=<bcast> nmask=255.255.254.0 Password: session setup failed: ERRDOS - ERRnoaccess (Access denied.) I also read the
2003 Jan 01
0
how to use wine in mdk 9 ?
2002 May 11
0
Cutom graphing : Which package (Base, Grid or Lattice package) ?
Hi All, Over the years, I have written a number of custom time series graphing modules (in ANSI C). I want to make these graphs available in R. After considerable thought (as well as feedback fom this NG), I have decided to re-write (atleast some of the routines in R). Basically, this is what my R function needs to do: 1. create a parent (container) frame 2. Define n (vertically stacked)
2011 May 20
2
Creating a Centos endorsed 3rd part repo
Hi all. I'd like to put together a small repo for Centos packages that I build on my machine, and make them available for other Centos users. Are there any guidlines for creating an officially endorsed Centos 3rd party repo please? Kind Regards, Keith Roberts ----------------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net