Displaying 20 results from an estimated 130 matches similar to: "Pre-populating winbind idmap doesn't work."
2004 Aug 18
0
Results of net idmap dump don't match input to net idmap restore
Greetings,
I'm trying to pre-populate a Samba winbindd idmap database with some fixed entries. But the output from "net idmap dump" does not match up to the input to a "net idmap restore" command.
Here's an example sequence.
-------------
#
# wc -l /tmp/usermapper.tmp
1218 /tmp/usermapper.tmp
# head -3 /tmp/usermapper.tmp
UID 100001
2009 Jun 03
1
Would like to add this to example for plotmath. Can you help?
Greetings:
I would like comments on this example and after fixing it up, I need
help from someone who has access to insert this in R's help page for
plotmath.
I uploaded a drawing
http://pj.freefaculty.org/R/Normal-2009.pdf
that is created by the following code
http://pj.freefaculty.org/R/Normal1_2009_plotmathExample.R
This will be a good addition to the plotmath help page/example.
2005 Feb 22
2
Corrupt Database and couldn't map SID.
I'm running Samba 3.0.11. Compiled with:
./configure '--with-ads' '--with-pam' '--with-winbind' '--with-smbmount' '--with-shared-modules=idmap_rid'
It configured, make and make installed fine. I configured the idmap_rid using the following directives in the smb.conf.
; IDMap Stuff
idmap backend = idmap_rid:<DOMAINNAME>=500-100000000
2007 Mar 26
1
Joining EMC NAS to Samba 3 Domain?
I see list discussions on this subject from a few years back but they
were very brief and, it seems, inconclusive.
I would be interested in hearing from anybody who has discovered the
"trick" to getting an EMC Celerra to join their Samba 3.x domain.
I have an old NetApp Filer happily joined. I simply created an account
with "smbldap-useradd -w filername" and when I then
2010 Mar 09
3
Shade area under curve
I want to shade the area under the curve of the standard normal density.
Specifically color to the left of -2 and on. How might i go about doing
this?
Thanks
--
View this message in context: http://n4.nabble.com/Shade-area-under-curve-tp1586439p1586439.html
Sent from the R help mailing list archive at Nabble.com.
2016 Oct 04
0
Fwd: Winbind Preauthentication failed
Hi guys!
I started to have the problem above last October, 2th.
I donĀ“t know why and how, because it was saturday. So, my file server
stoped to authenticate against the Samba4 AD.
Today, all shares was stopped and then i restarted my Samba4 AD and the
file server.
All became to work again.
But it im afraid because the problem started by itself.
Thanks!
# MY CRONTAB
17 * * * * root cd /
2003 Feb 20
3
outliers/interval data extraction
Dear R-users,
I have two outliers related questions.
I.
I have a vector consisting of 69 values.
mean = 0.00086
SD = 0.02152
The shape of EDA graphics (boxplots, density plots) is heavily distorted
due to outliers. How to define the interval for outliers exception? Is
<2SD - mean + 2SD> interval a correct approach?
Or should I define 95% (or 99%) limit of agreement for data interval,
2005 Apr 28
0
Winbind showstopper!
Hello all,
First off, let me say I've been using Samba successfully since '98. Except
for a few minor issues here and there it's worked quite well. So, thank you
for an excellent product.
Last weekend I migrated an existing Samba file/print server to a brand new
server. This included upgrading Samba from 3.0.7 to 3.0.14a.
I've successfully been using winbind to authenticate
2011 Feb 21
0
r-square for cluster
Dear forumities,
It's seem that there is no straight forward way to calculate R2 of a cluster solution in R. So, I would like to know if I'm right when calculating a R2-like statistic for a given clustering solution. In fact, I have different cluster solution for a given set of data. I would like to know which cluster solution gives the highest R2. My data (5 variables) are scaled to a 0
2007 Aug 03
0
NT_STATUS_NO_SUCH_GROUP when attempting to connect
Hi,
I'm attempting to get my server set up to share out files using Active
Directory authentication. I also have winbind set up for shell logins
to the server. That part works fine, but when I attempt to connect to a
samba share with smbclient, I get rejected with "session setup failed:
NT_STATUS_LOGON_FAILURE".
I did some searching and found others with similar issues, and I
2007 Aug 03
0
Cannot connect to shares (groupmap problem?)
Hi,
First off, I apologize if this email goes through twice. I sent it
about an hour ago, but it appears to have never made it to the list, so
I'm sending again.
I'm attempting to get my server set up to share out files using Active
Directory authentication. I also have winbind set up for shell logins
to the server. That part works fine, but when I attempt to connect to a
samba
2002 Feb 12
1
problem plotting nls objects: couldn't find function "..."
Dear R-help,
I can't plot nls objects for some reason. The following example, taken from
help(plot.nls) illustrates the problem:
> data(Orthodont)
> fm1 <- lme(distance ~ age, Orthodont, random = ~ age | Subject)
> plot(fm1, resid(., type = "p") ~ fitted(.) | Sex, abline = 0)
Error in do.call(plotFun, as.list(args)) :
couldn't find function
2006 Nov 04
0
populating select boxes, view or controller?
Over the past few days I''ve seen a number of examples posted here
where people are populating their select boxes in the view; that is:
<% options = Model.find(:all, ...).map{|m| [m.name, m.id]} -%>
<%= select(:object, :attribute, options, ... %>
Is this the preferred way of doing this? I''ve generally done this in
my controller, where I can catch exceptions and
2006 Aug 18
1
Populating Select Box from DB table...
Hi everyone,
I have in a DB table item id''s (ints) and what i''d like to do is
populate a select box (in another separate ruby app) with the
corresponding name of each item. What''s the best way to go about that -
this isn''t working too well for
me(http://www.protoscript.net/article/4/ruby-on-rails--filling-select-boxes)
--
Posted via
2006 Jul 18
1
Auto-populating time portion of a datetime field from a form
I see that if I use the date_select helper in my view, then in the
generated page, my selects are named obj[datetime_field(1i)] (and 2i and
3i for the other parts). These auto-populate the date portion of my
datetime_field.
I have another datetime field that I''m presenting the time from and I
would like to use a similar scheme to autopopulate it. Currently, I''ve
used the
2006 May 16
0
strange MySQL data populating
I am getting weird data when trying to use HABTM.
I have a Images table with columns id, title, and file.
I have a Categories table with columns id, name.
I have a join table for them with image_id, and category_id
when I do @images.inspect I get:
[#"image 1", "id"=>"52", "portrait"=>"0",
2006 Apr 30
0
populating model attribute from one of many lists
I have a model named Project which contains a name attribute, and I
have a second model named Booking which has, among other things, a
date and a Project. (has_many :bookings, belongs_to :project).
When a user creates a new Booking, they have the option of using an
existing Project or creating a new Project. As an added complexity,
when choosing from existing Projects, they can either choose from
2006 Mar 23
0
Newbie - populating select list from db - BUMP :)
Hi!
in the same problem with a select with some values from db:
the following select in test.rhtml:
<%= select(:listSetting, :code, @listSettings) %>
where
@listSettings = ListSetting.find(:all, :order => "code").map {|u|
[u.code, u.id] }
i have an observer_field defined in test.rhml as below:
<%= observe_field("listSetting_code",
:update =>
2006 Jan 13
2
Populating form elements with AJAX
Hi All!
Is it possible to populate a form (or certain elements) with the shipped
AJAX library? When using link_to_remote it seems that only innerHTML of
a DOM element can be updated, but I would like to set the value of a
text field (or perhaps multiple).
Greetings,
Wouter
--
Posted via http://www.ruby-forum.com/.
2006 Jan 19
1
Populating a select field using observe_field
Hi,
I''ve just started toying with Rails and AJAX, so forgive me if this is a
bit of a stupid question. I''m trying to populate a select field when the
value of another select field is changed. Looking through the API doc,
it seems like observe_field is what I need.
In my view I have:
<p><label for="wine_country_id">Country</label><br/>