similar to: Samba PDC LDAP and LDAP Aliases

Displaying 20 results from an estimated 2000 matches similar to: "Samba PDC LDAP and LDAP Aliases"

2005 Aug 15
1
error in predict glm (new levels cause problems)
Dear R-helpers, I try to perform glm's with negative binomial distributed data. So I use the MASS library and the commands: model_1 = glm.nb(response ~ y1 + y2 + ...+ yi, data = data.frame) and predict(model_1, newdata = data.frame) So far, I think everything should be ok. But when I want to perform a glm with a subset of the data, I run into an error message as soon as I want to predict
2005 Aug 16
1
predict nbinomial glm
Dear R-helpers, let us assume, that I have the following dataset: a <- rnbinom(200, 1, 0.5) b <- (1:200) c <- (30:229) d <- rep(c("q", "r", "s", "t"), rep(50,4)) data_frame <- data.frame(a,b,c,d) In a first step I run a glm.nb (full code is given at the end of this mail) and want to predict my response variable a. In a second step, I would
2005 May 14
1
lda
Dear R-helpers, if I am right a discriminant analysis can be done with "lda". My questions are: 1. What method to discriminate the groups is used by "lda" (Fisher's linar discriminant function, diagonal linear discriminant analysis, likelihood ratio discriminant rule, ...)? 2. How can I see, which method is used? (Typing just lda does not give me any code). Thank you in
2004 May 13
0
Cannot set a "Domain group" membership with ldapSAM
Hello everybody! I should have an error on the LDAP entries of my ldapSAM, but I've read several times chapters 11 & 12 of the Samba HOWTO Collection and I cannot fix it. Let's explain: I've got a StandAlone fileserver (not PDC) samba-3.0.4 with ldapSAM working on a RedHat Enterprise 3.0 (linux kernel 2.4.25). The directory server version shouldn't be important, but
2011 Jun 08
1
Problem with IDMAP+LDAP+WINBIND
Hello, I have problem with idmap configuration. I would like to use LDAP as backend for idmap in Samba+ADS environment, but i have following errors in log.winbindd-idmap: [2011/06/08 16:57:54.805575,? 0] winbindd/idmap.c:201(smb_register_idmap_alloc)????????????????????????????????????????????????????????????????????????????????? ? idmap_alloc module ldap already
2009 Dec 18
2
new user can't log
Hello everyone. I was having a problem with my Samba PDC with LDAP backend. The command 'net getlocalsid' gaves me the message "Got too many (2) domain info entries for domain [domain]". I logged im my ldap server, and saw that i have the following entries: dn: sambaDomainName=DOMINIO,dc=dominio,dc=com,dc=br sambaDomainName: DOMINIO sambaSID:
2003 Oct 10
0
Wierd failure when adding W2K to Samba3.0.0+LDAP Domain
Dear list I have been at it for a few day trying to get my SuSE 8.2 server (FREESIDE) to produce a domain (SKOGFARET) for my Windows 2000 Server machine (BABYLON). I use OpenLDAP, and the setup seems to work in most ways, except the vital one [ie. I can mount shares, print, etc...] When I try to add W2K (BABYLON) to the domain, I get the following error: "The following error occured
2005 Jul 14
1
NT4 migration errors
Hi I've setup samba 3.0.14 with the latest idealx scripts on FC3. Now I have a test lab to migrate from NT4 box which different than the standalone PDC I have running. Here's the order I used and my ldap and samba configs are clean as far as I can tell since I do get a partial migration. When using 'net rpc vampire -S nt4 -W DOMAIN' it populates the groups from NT4 and shows the
2005 Feb 23
3
bias of a boot statistic
Question: How can I get access to the bias value of a boot statistic? Details: Boot function: boot(data, statistic, R, sim="ordinary", stype="i", strata=rep(1,n), L=NULL, m=0, weights=NULL, ran.gen=function(d, p) d, mle=NULL, ...) When I create an object, containing the bootstrap statistic (object <- boot (....))I can call it and will get an output
2003 Nov 20
0
can't join NT4 wks into samba 3.0.0 domain
When I try to join the wks into samba domain using Administrator account I receive following in logfile: [2003/11/20 10:03:21, 2] rpc_server/srv_samr_nt.c:access_check_samr_object(93) _samr_open_domain: ACCESS DENIED (requested: 0x00000211) [2003/11/20 10:03:21, 2] rpc_server/srv_samr_nt.c:access_check_samr_function(115) _samr_create_user: ACCESS DENIED (granted: 0x00000201; required:
2018 Mar 05
0
Fwd: Migrating server
Am Montag, 5. März 2018, 22:16:36 CET schrieb Rob Thoman: > Hi Gruss, > > At this stage there is only one server, running 3.6.25 on Ubuntu12.04. > The plan to get LDAP to work on this one. Then add the second server > 4.x and the promote it to BDC and then demote this one. Just a side > info, we didn't want to go tdbsam in both as I read it breaks the > domain trust.
2008 Oct 28
1
The network path was not found
This is my first attempt at creating a samba pdc. I am receiving the following error when I try joining the samba pdc. The following error occurred attempting to join the domain "MAGABOOKS.ORG": The network path was not found. I am using SuSE 11.0 with: samba-3.2.3-0.1 smbldap-tools 0.9.5-1 openldap-2.4.9-7.4 bind-9.4.2-39.2 dhcp-server-3.0.6-86.1 My config files are as follows:
2003 Oct 08
0
Ldap PDC NT4 Redhat 9 domain problems
I'm running into some domain problems setting up Windows NT 4.0, Samba 3.0 (from source), OpenLDAP 2.0.27 and RedHat 9. I can't get a workstation to join the domain: when I attempt to join the domain from the workstation add machine gui with username and password, I'm told "The machine account for this computer either does not exist or is inaccessible"- but the add machine
2008 Nov 05
1
Samba 3.2.4 not locking accounts?
Hello guys! I'm using samba 3.2.4 (binaries from samba.org) on SLES9+sp3. I am building a PDC with LDAP support (i am attaching my config files), I'm also using ldapsam:trusted and ldapsam:editposix. Although I am setting the account lock after 3 failed tries in usrmgr, and verified that the parameters are actually set in the LDAP, no locking occurs. I started thinking that it was my
2005 Jul 08
2
extract prop. of. var in pca
Dear R-helpers, Using the package Lattice, I performed a PCA. For example pca.summary <- summary(pc.cr <- princomp(USArrests, cor = TRUE)) The Output of "pca.summary" looks as follows: Importance of components: Comp.1 Comp.2 Comp.3 Comp.4 Standard deviation 1.5748783 0.9948694 0.5971291 0.41644938 Proportion of Variance 0.6200604
2003 Nov 20
0
Problem with public shares
Hello! I'm running Samba 3.0.0 with Openldap 2.1.22. Samba is my PDC and I'm using ldapsam as backend. Nearly everythings works, but I have a public share [tmp] which should be accessible without authentication from all clients even if they are no domain members. I think, my share definition is o.k. in smb.conf but if I click on the Samba server symbol on a client (Microsoft Windows
2004 May 05
0
migration problem at vampire step
We have run into the following problem when trying to run vampire against our PDC. I am not sure how to interprete the error messages here. Why are there 2 line numbers given? I have run into other problems with smbldap-tools and am not sure how to interprete those errors either. # # Since I initially wrote this : I have done some work on it and found that it has something to do with the
2010 Oct 07
1
ldif invalid per syntax
Hello CentOS I am having a bit of trouble importing an ldif into openldap, tho the syntax looks a-ok to me. I am attempting to import my sudoers list into my ldap configuration and I used an application called sudoers2ldif to generate the ldif. I used the following command to import the file: ============================================= [root at bluethundr-desktop:~/txt/ldif ] $:ldapadd -h
2004 Mar 02
0
smbldap-useradd hangs in RH9
samba 3.0.2 smbldap-tools 0.8.4 RH 9 nss_ldap configured pam_ldap NOT configured LDAP passwd backend Hi, i've instaled samba 3.0.2 with smbldap-tools 0.8.4 twice in two different RH9. I got it runs in the first but not in the second with the same configuration (i think) The problen is (i got the same problem the first time but i don't remember how i fixed it) that when i try to create
2005 Sep 27
1
Need help with IDMAP storage in LDAP using Winbind
Hello @ll, First a small sketch of my working environment. There is one PDC, W2000 server, which contains an Active directory, so basically all the windows users are maintained there. And the Linux/Unix accounts are stored on a NIS server. My goal would be the following 2 things. Firstly currently all the Linux/Unix servers are setup with individual winbind setups to make the windows users