similar to: ldapsam, smbpasswd and posixAccount

Displaying 20 results from an estimated 800 matches similar to: "ldapsam, smbpasswd and posixAccount"

2008 Sep 27
3
Double integration - Gauss Quadrature
Hi, I would like to solve a double integral of the form \int_0^1 \int_0^1 x*y dx dy using Gauss Quadrature. I know that I can use R's integrate function to calculate it: integrate(function(y) { sapply(y, function(y) { integrate(function(x) x*y, 0, 1)$value }) }, 0, 1) but I would like to use Gauss Quadrature to do it. I have written the following code (using R's statmod package)
2008 Sep 30
2
R's integrate function
Hello, I am trying to use R's integrate function to calculate the following integral for z=423: integrate(function(y,z){ sapply(y, function(y,z){ integrate(function(x,z) 1/x*dbeta(0.01,x/(0.005/1.005),(1-x)/(0.005/1.005))*dbeta(y,x/(0.005/1.005),(1-x)/(0.005/1.005))*(1-y)^z,0,1,423)$value }) },0,1,423)$value but I receive an error message saying that the maximum number of subdivisions is
2009 Aug 31
3
Two way joining vs heatmap
Hi STATISTICA has a function called "Two-way joining" (see http://www.statsoft.com/TEXTBOOK/stcluan.html#twotwo) and the reference material states that this is based on the method as published by Hartigan (found this paper: http://www.jstor.org/pss/2284710 through wikipedia). What is the relationship (if any) between the "heatmap" function in R and this technique? Is there an
2008 Oct 15
2
Adding an id to form_tag
Hi all, When using form_for it is easy to add an id to the form using :html => {:id => ''someid''} However, how would one accomplish the same when using the form_tag ? Thank you in advance, Schalk --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post
2002 Jun 05
1
Request on Samba directories
Hi I have made a 2 shared directories on my Samba Server, then I have made the one read only and the other one access to a spesific user, but now I want to hide the one directory so that only that user can see it. How do I do that . Thanks Schalk
2008 Nov 22
3
Problem upgrading from Rails 2.0.2 to 2.2.2
Hey all, I just upgraded a very simple rails based website from Rails 2.0.2 to 2.2.2. When I started up Mongrel however, I got the following error: ** Starting Rails with development environment... ExitingC:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/initializer.rb:530:in `send'': undefined method `cache_template_extensions='' for ActionView::Base:Class
2016 Mar 04
0
Segmentation Fault when trying to set root samba password, IPA as a backend
On 04/03/16 09:58, Volker Lendecke wrote: > On Fri, Mar 04, 2016 at 10:53:17AM +0100, Volker Lendecke wrote: >> On Wed, Mar 02, 2016 at 09:23:34AM +0000, Rowland penny wrote: >>> OK, here is the output: >> Can you try the attached (UNTESTED!) patch? >> >> Thanks, > Gna, should have at least compiled it.... > > New patch :-) > > Volker > Sorry
2016 Mar 04
2
Segmentation Fault when trying to set root samba password, IPA as a backend
On Fri, Mar 04, 2016 at 10:53:17AM +0100, Volker Lendecke wrote: > On Wed, Mar 02, 2016 at 09:23:34AM +0000, Rowland penny wrote: > > OK, here is the output: > > Can you try the attached (UNTESTED!) patch? > > Thanks, Gna, should have at least compiled it.... New patch :-) Volker -- SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen phone: +49-551-370000-0, fax:
2016 Oct 12
2
Replacement pdc samba3 to samba4 nt classic
On 11.10.2016 17:22, Harry Jede via samba wrote: > Am Dienstag, 11. Oktober 2016 schrieben Sie: >> On 11.10.2016 13:52, Harry Jede via samba wrote: >>> On 10:43:49 wrote Gavrilov Aleksey via samba: >>> Until now, you have destroyed your domain. >>> Is the ldap directory on localhost in production or is this pc in a >>> test lab? >> a copy of the
2004 Nov 09
0
samba 3 openldap posixAccount
Hi: I have heard that with samba 3 you don't need to have posixAccount objectclass as part of the entries in the ldap directory anymore. I couldn't find any information about how to get this going, so I am recurring to this list. What I want to achieve is to have my ldap directory to validate windows users through samba. I just want to validate the users to have access to the
2007 Feb 09
1
sambaSamAccount and posixAccount cohabitation
Hi all, I'm new on this list and I'm french, so my english could be worst !;) My question is about sambaSamAccount and posixAccount objectClasses. I want the user "test" be mapped to user root (uid=0, gid=0) when logged into pam over ldap mechanism (such as ssh) And I want the same user "test" be mapped to user test (uid=1003, gid=513) when logged to Samba server.
2013 Aug 27
2
objectClass:posixAccount missing
Hello, I start a new thread, because the other one meanwhile drifted far away from what the OP asked. :-) Am 27.08.2013 17:02, schrieb Luca Olivetti: >> If you provisioned your domain with "--use-rfc2307", then in >> Win7 ADUC you can see the posixAccount (UNIX Attributes) of >> the users. > > I did a classicupgrade, not a provisioning, and I can see the
2015 Apr 09
0
How can I have new users/groups to include posixAccount/posixGroup schema automatically?
On 09/04/15 17:17, Andrey Repin wrote: > Greetings, Rowland Penny! > >>> I've added a few domain users/groups for test, but they don't have ?idNumber, >>> even though the relevant schema is loaded? >>> How can I tell it to include relevant schema for all newly created >>> users/groups? >>> >>> >> Well, you could try walking
2015 Apr 09
0
How can I have new users/groups to include posixAccount/posixGroup schema automatically?
On 09/04/15 19:41, Andrey Repin wrote: > Greetings, Rowland Penny! > >> well tough, the smbldap-tools were written to do a job, map windows >> users to unix users and vice versa. > No. smbldap-tools were doing exactly the same as AD do: kept all users in one > database. > Similar, but not the same, with smbldap-tools you had Unix and ldap users, with Samba4 AD, just
2015 Apr 10
0
How can I have new users/groups to include posixAccount/posixGroup schema automatically?
On 10/04/15 13:50, Andrey Repin wrote: > Greetings, Rowland Penny! > >>>>>>>> well tough, the smbldap-tools were written to do a job, map windows >>>>>>>> users to unix users and vice versa. >>>>>>> No. smbldap-tools were doing exactly the same as AD do: kept all users in one >>>>>>> database.
2017 Aug 17
0
objectclass "posixAccount" missing on new created users
On Thu, 17 Aug 2017 09:39:07 +0200 gizmo via samba <samba at lists.samba.org> wrote: > Hello, > I made an upgrade from sernet-samba 4.3.11 to sernet-samba 4.6.7. > With samba 4.3.11 all created users contained the objectclass > "posixAccount". With samba 4.6.7 they don't. > > We have a NetApp-Storage-Server which exports nfs4-mounts (with > kerberos).
2015 Apr 09
0
How can I have new users/groups to include posixAccount/posixGroup schema automatically?
On 09/04/15 21:17, Andrey Repin wrote: > Greetings, Rowland Penny! > >>>> well tough, the smbldap-tools were written to do a job, map windows >>>> users to unix users and vice versa. >>> No. smbldap-tools were doing exactly the same as AD do: kept all users in one >>> database. >>> >> Similar, but not the same, with smbldap-tools you
2017 Aug 17
0
objectclass "posixAccount" missing on new created users
On Thu, 17 Aug 2017 20:34:00 +1200 Andrew Bartlett via samba <samba at lists.samba.org> wrote: > On Thu, 2017-08-17 at 09:08 +0100, Rowland Penny via samba wrote: > > On Thu, 17 Aug 2017 09:39:07 +0200 > > gizmo via samba <samba at lists.samba.org> wrote: > > > > > Hello, > > > I made an upgrade from sernet-samba 4.3.11 to sernet-samba 4.6.7.
2015 Apr 09
1
How can I have new users/groups to include posixAccount/posixGroup schema automatically?
El 09/04/15 a les 18:39, Rowland Penny ha escrit: > If you want your Unix users to have the same IDs everywhere, you need to > use the RFC2307 attributes, at the moment, how the attributes get into > AD is up to you, use ADUC, samba-tool or write your own scripts. The problem that both Andrey and me are facing (and I'm sure we're not the only ones) is that to manage users with
2009 Oct 28
1
Samba & LDAP: "Unable to allocate a new user id: bailing out!"
Hi! I'm currently setting up a Samba 3 PDC. So far I managed to setup Samba with an OpenLDAP backend, but adding a user with the command "net rpc user add mg password -U root" results in the following error: Failed to add user 'mg' with: WERR_GENERAL_FAILURE. In the logfile it says: [2009/10/28 15:56:28, 0] passdb/pdb_ldap.c:ldapsam_create_user(5119)