similar to: Problem about samba3 on freebsd, with smbldap-tools [solved]

Displaying 20 results from an estimated 1000 matches similar to: "Problem about samba3 on freebsd, with smbldap-tools [solved]"

2007 Jun 05
1
Problem about samba3 on freebsd, with smbldap-tools
Hi I have tried to setup freebsd (with samba3 ports), backend is openldap with smbldap-tools. After a windows client joined the domain, I tried to right click a folder to set Security/permission. The windows client has a popup windows which display: The program cannot open the required dialog box because it cannot determine whether the computer named "DOMAIN" is joined to a domain I
2003 Nov 19
0
samba3: problem with machine accounts - change PC name
Hi, Running samba 3.0.0, LDAP passdb. I've in smb.conf (script is from samba3.0.0 source tree) add machine script = /usr/local/sbin/smbldap-useradd.pl -w %u delete user script = /usr/local/sbin/smbldap-userdel.pl %u When a machine (win 2000/xp) is added once to samba domain on-the-fly. Everything works well. Things get tricky, when there's need to change machine name. Samba doesn't
2009 Sep 11
0
R - box design-scatter plot für means/regression/lme?
Dear All! It's now weeks that I'm going crazy with R, and as I'm a new user I now ask for help (also because I still have only a few days to finish..)... So shortly I describe you my Experiment in which I was looking for the decomposition of herbivore dung under different treatments: I made a box design experiment which is structured in the following way: I collected dung from 2
2010 Jun 03
1
compare results of glms
dear list! i have run several glm analysises to estimate a mean rate of dung decay for independent trials. i would like to compare these results statistically but can't find any solution. the glm calls are: dung.glm1<-glm(STATE~DAYS, data=o_cov, family="binomial(link="logit")) dung.glm2<-glm(STATE~DAYS, data=o_cov_T12, family="binomial(link="logit")) as
2007 May 25
0
[new script] smbldap-userlist
Hi, for those who are using ldap for managing Samba, here's a quick script I wrote to make it simple to list users or machines on the commandline. I use it to delete old machine entries that are not in use anymore. For usage, read the perldoc in the script. Place the script in the same directory as you have your other smbldap-tools scripts. The script is based on smbldap-usershow. Kind
2003 Sep 20
1
smbldap-tools updates (diffs)
Hi all, I have found the smbldap-tools provided in the samba 3 tarball to have a few glitches with the samba 3 schema. I have made my changes and 'diffed' them with the source. root@localhost # pwd /usr/local/samba/sbin root@localhost # for i in *.p*; do echo $i; diff $i /usr/local/src/samba-3.0.0rc4/examples/LDAP/smbldap-tools/$i; done smbldap-groupadd.pl smbldap-groupdel.pl
2010 May 20
1
Comparing three groups, data: present, absent
Dear R-Experts, Dear friends of dung. I have a statistical Problem, to which nobody I asked could give me an answer. Maybe you can. I was in the African-Savanna and made a Dung-Monitoring. This means I walked randomly over the field and for every Dung-Event I found I noted following parameters: Species (Waterbuck, Giraffe, Reedbuck); Age-Category (less than a week, more than a week & less
2004 Jan 09
1
smbldap-tools problem with Samba 3.0.1/LDAP 2.1.22/Fedora Core 1
I'm trying to setup a samba PDC/BDC with disconnected auth. and am stuck at step one because I can't get smbldap-tools to work right. First when I do a smbldap-useradd.pl -a test, it works fine. ldapsearch shows the entry properly. Then I try smbldap-usershow.pl or smbldap-userdel.pl or any other one for that matter and they all fail with a "user test does not exist"! Also if I
2010 May 12
3
Boxplot position on X-axis relative to it's value
Dear R-Experts. I collected different datas about Nitrogen content (mg/ml) in Dung. The dung was eighter fresh (day=0) or had different ages (15,29,47) to observe nutrient changes over time. Now I like to draw a boxplot. boxplot(nmgml~day) abline((nmgml~day) The Problem is, that the boxplot considers the day values as groups and not as time series (neighter when the days are numeric or
2017 Nov 02
2
Is it good for agent forwarding to creates socket in /tmp/
Hi Alexander Wuerstlein Thank for the information. Now I agree that it's better to save the socket in /tmp/ I checked the source code and found that it is hard-coded. /* Allocate a buffer for the socket name, and format the name. */ auth_sock_dir = xstrdup("/tmp/ssh-XXXXXXXXXX"); It would be nice if openssh provides an option to overwrite this default. Regards Tran
2005 Nov 26
1
samba as pdc with ldap: trouble with smbldap-populate: error adding from cn=Domain Admins,ou=Groups onwards
hello there, i am new to smbldap-tools and i try to follow some tutorials to setup a samba-pdc but with migration from an old nt4 pdc server. first i want a very easy and basic setup, no tls/crypto/ssl just for testing. im also using the following tutorial: <http://www.susewiki.org/index.php?title=SAMBA-PDC_OpenLDAP_DYNDS_CLAM> i installed the smbldap-tools rpm on a suse 10 box. (called
2012 Mar 21
1
Doubts about mixed effect models
Hi everyone! I have some doubts about mixed effect models and I hope someone could help me. I´m trying to analyze a dataset coming from samples of dung beetles in the same forest fragments along 3 consecutive years (1994, 1995 and 1996) and 14 years after (2010). I sampled dung beetles in 18 different fragments with different sizes and different degrees of isolation. My aim is to determine
2004 Jul 22
1
[idx-smbldap-tools ] RE: Samba+LDAP - so close yet so far :) ...STILL NOTSOLVED
Partially Solved: http://lists.samba.org/archive/samba/2004-May/085233.html thanks om Wisnu... Is there anyone succes with place Users and Computers in different ou's ? regards reza -----Original Message----- From: Mohammad Reza Sent: Thu 7/22/2004 1:56 PM To: Craig White; idx-smbldap-tools@lists.IDEALX.org; samba@lists.samba.org Cc: Subject: [idx-smbldap-tools ] RE: [Samba] Samba+LDAP
2017 Nov 01
2
Is it good for agent forwarding to creates socket in /tmp/
Hi After logging in to a remote server with ForwardAgent enabled, sshd on the remote server creates a socket at /tmp/ and permission is 0755/srwxr-xr-x. What is the reason to allow everyone to read this socket? Also, is it better to save this socket in /home/user/.ssh/? Best Regards ----------------------- Tran Dung
2004 Mar 30
1
Newbie samba3/smbldap-tools questions...
Hi all, I have set up a test configuration with Samba 3.0.2a and ldapsam/nss on FreeBSD 5.2.1, one PDC and two BDC's on different subnets. Most is now humming along quite well and I need to get a grip on the administrative side of it. - Is it possible to use the NT4 usrmgr.exe to administer accounts? Have people used to nothing but Windows who needs to add/delete users. I have tried but
2004 Oct 28
0
samba3 / ldap / idealx smbldap-tools / roaming profile
hi list, i am having problems with the smbldap-populate script from idealx. we are using samba3 server with openldap. we dont want roaming profiles for our users, so in smb.conf i set: logon path = logon drive = H #just for homedirs not for profile, we dont want roaming profileslogon home = in the configuration file for the smbldap-tools (smbldap_conf.pm) it says: # Just comment this if you
2005 Dec 05
0
Re: CentOS 3.6, samba-3.0.9-1.3E.5 tdbsam to ldapsam export
Robert, First off, the Samba Technical mailing list is not a help facility. Its purpose is purely for discussion of samba design and code implementation issues. Please confine your email to the normal Samba list. There are several avenues for Samba support: 1. The official documentation that consists of: Samba-3 by Example - a book that provides detailed deployment gudiance The Official
2012 Jun 06
0
SSH Server and Hash algorithms
OK? So, I have posted on the Centos list, comp.security.ssh, and Linux Forums, and no one seems to have heard of this issue or even have any advice for me. So, I am going to take a shot with the Samba list, since this is related. I have a Centos 6.2 server freshly updated. It is authenticating against an openldap server, and I am having an issue with the hashing algorithms being used by various
2017 Apr 18
1
Centos 7 Samba3 to Samba4 Migration "Trust Relation Failed"
Hi. I'm testing my migration from my PDC running Centos 5.x Samba3+OpenLDAP. to Centos7 Samba4 OpenLDAP 2.4.40 I had move all my settings and the server has all my users, in console I see all my info. Now, I connect a test machine that was on the same domain but I'm getting the bad message went I try to login with a domain user: 'The trust relation between this workstation and the
2011 Jul 16
1
Forum software is rubbish.
Hi, I just tried to register for the wine forum, and noticed several really annoying things about the process: 1. The "Register" link is kind of hard to find. Normally it is just next to the "Forgot password" link. 2. No SSL. 3. You emailed me my password! Argh! This is a terrible idea for obvious reasons, and also implies: 4. Passwords aren't stored hashed. Seriously.