similar to: machine accounts aren't added properly with smbldap-useradd.pl + ldap backend

Displaying 20 results from an estimated 2000 matches similar to: "machine accounts aren't added properly with smbldap-useradd.pl + ldap backend"

2004 Jan 12
1
problem with smbldap-useradd.pl
hi. i?m having big trouble with smbldap-useradd.pl when i try #cd /usr/local/bin #./smbldap-useradd -a test i got this message: Can't call method "get_value" on an undefined value at ./smbldap-useradd.pl line 152, <DATA> line 283. help please!!!?? []?s Bruno Ricci
2002 May 09
1
Error when running smbldap-useradd.pl -a
Hi! I'm following the idealx setup on setting up Samba as a PDC with a LDAP backend. It says, to add a user, one should do: smbldap-useradd.pl -a -m -g 900 administrator This gives me the following error message: ldap_modify: Object class violation additional info: object class 'sambaAccount' requires attribute 'rid' ldif_record() = 65
2005 Nov 23
1
smbldap-useradd.pl -a -w '%m' questions
I am still trying to troubleshoot my problem of not being able to join computers to the domain. I have found this comment by John Terpstra:- >Newsgroups: linux.samba >From: John H Terpstra <j...@samba.org> - Find messages by this author >Date: Wed, 14 Jan 2004 00:00:17 +0100 >Curtis, >Do not set the UID of Administrator to 0, it will break winbind use. >Instead, use the
2007 Apr 13
4
smbldap-useradd not creating machine accounts in correct fashion
Hi, I have OpenLDAP working here generally without problems for a variety of applications including the management of Samba. Functioning user accounts can be created via 'smbldap-useradd' with the proper samba attributes being added in LDAP, however... Something odd is happening when I (or samba) tries to create a machine account with 'smbldap-useradd -w test1$' - an entry is
2007 Jul 10
1
scripting smbldap-useradd and smbldap-passwd
Is it possible to script smbldap-useradd and smbldap-passwd to add users in bulk? Are there any sample scripts anywhere? I can't seem to find anything. Thanks, -Guy
2008 Mar 27
0
smbldap-useradd will not add sambaSamAccount objectClass
I'm having an issue adding a sambaSamAccount objectClass to my machine accounts when running smbldap-useradd -w "machine$" It doesn't create samba attributes, but will create the account. In the smbldaap-useradd code, sambaSamAccount is sambaSAMAccount, but I don't know if that's what's doing it. the samba.schema file has sambaSamAccount defined. Someone having
2005 Nov 02
0
how to get smbldap-useradd more verbose
Hello, smbldap-useradd -w "pc1$" ; echo $? returns a '141' and no other information. (and even worse: no update in the LDAP database) How can I get smbldap-useradd more verbose? Is a 'set -x' or '#DEFINE DEBUG=1' possible on the smbldap-tools Perl scripts? Cheers Geert Stappers
2009 Mar 13
0
smbldap-useradd/getent group problem
Hi, I'm walking through Samba-Guide, chapter making happy users on Debian lenny. It's hard to me, because I'm new to ldap. I add users with smbldap-useradd -m -a xyz, smbldap-passwd xyz, smbpasswd xyz and they run without error. getent passwd xyz:x:1008:513:System User:/data/users/xyz:/bin/bash id xyz uid=1008(xyz) gid=513(Domain Users) groups=513(Domain Users) Ok, so far, but:
2005 Oct 23
1
test platform - samba + ldap issue smbldap-useradd hangs
Hello Guys, About a week ago I wrote in with a issue with smbldap-populate; it wouldn't populate because it was missing some packages. This has since been resolved. I am running redhat 9 on a test server, just for more experience really; I am using redhat 9 because of a scsi raid driver needed, please do not ask about this. Ok so here is where I am at> I have been using Samba 3 by
2009 May 08
0
Samba4: Full schema problems
Hi, I just updated my test environment to latest samba4 git (with full MS schema). My Windows XP clients are quite happy, and creation of inetOrgPerson accounts is possible now! Great work! However I'm running into some trouble when accessing samba's LDAP server with ldap browsers. The error only occurs while browsing the schema dn: cn=schema,cn=configuration, $BASEDN I tried
2005 Jan 11
1
smbldap-useradd error looking for next uid
/usr/local/sbin/smbldap-useradd -w computername Error looking for next uid at /usr/local/sbin///smbldap_tools.pm line 879, <DATA> line 283. I cannot add machines to the samba pdc because of this... everything else with samba/ldap seems to work, I have the feeling it is related to this # Where are stored Idmap entries (used if samba is a domain member server) # Ex
2007 Mar 06
1
smbldap-useradd says "Error: modifications require authentication at /usr/lib/perl5/5.8.8/smbldap_tools.pm line 1056."
I'm trying to get Samba 3.0.23d set up to run as a PDC on SuSE 10.2. I'm getting *very* close, but I have one small issue. I can't add users. When I run: smbldap-useradd -a <a new user> -m I get the following in the messages file: Mar 6 13:59:38 macallan slapd[4731]: conn=50 fd=24 ACCEPT from IP=127.0.0.1:11246 (IP=0.0.0.0:389) Mar 6 13:59:38 macallan slapd[4731]: conn=50
2007 Jan 27
0
debugging smbldap-useradd failures
Hi, I just thought I'd post here some notes after a loong bugsearch. Keywords: failed to perform search; Unexpected EOF using Domain Admins to add machines The problem was that I got this in the sambalog: _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w "machine$"' gave 127 Part of the problem was that this isn't a lot to go on, and the command
2006 Jul 24
0
impossible to join domain - smbldap-useradd -w "%u" is buggy
Hello all! I have spent a lot of time chasing down what I think is a bug in smbldap-tools. It seems like many other people have experienced the same problem too. It was pretty hard to triage so I'm writing it down here. The symptom of the problem is that Windows machines cannot join your Samba+LDAP PDC. When you try to change the domain Windows pops up a dialog box saying "no such
2005 Mar 11
2
smbldap-useradd -w problem
I'm in the process of learning Samba and evaluating it as a possible replacement for Windows NT servers in our office next year. I have set up a small test network comprised of one NT 4 (SP6a) Workstation, one Windows 2000 Pro (SP3) and one Fedora Core 3 running samba 3.0.11 as a PDC. I'm using LDAP as the passdb backend with smbldap-tools 0.8.7-1. The Windows 2000 Pro machine can join the
2005 Jul 01
2
Domain Users and smbldap-useradd
I noticed that when I create users with smbldap-useradd, the default group is "Domain Users". Is this the best user/group default setup for Samba/LDAP? I'm more familar with the unix user/group setup like max/students or max/faculty. Does the user group have to be "Domain Users" when using Samba? Thanks, Yasee smbldap-useradd -m -a username (where the username is
2007 Sep 26
2
smbldap-useradd problem
Dear list, Arghl! (I'm sure you know the feeling). I'm still hooked on Samba by example, and trying to add users to my ldap tree. $ smbldap-useradd -m -a ldaptest2 Can't call method "get_value" on an undefined value at /usr/sbin/smbldap-useradd line 197 The documentation of the smbldap scripts mentions this sort of error (albeit with a different line number). Two possible
2006 Dec 01
1
Adding users with usrmgr/smbldap-useradd
Samba 3.0.23d, on Debian Sarge - using the samba.org packages smbldap-tools 0.9.2 Greetings all, I am trying to set up a new PDC using LDAP, etc. Adding/deleting/modifying users in LDAP works fine using phpldapadmin. These users also work just fine logging in/out. I am trying to get the usrmgr tool to also work, so im working on the scripts on the server. I am getting this error however when
2005 Jul 06
2
smbldap-useradd
I have my new servers up and going with Samba and LDAP on them. Now I have to add my users. Here is my problem. I have written a perl script that reads a file and adds users to different groups depending on what grade they are in and it also generates a random password, that it exports to a master list. The old script would add the user to unix and then to samba, along with the password
2008 Jan 25
4
ferret success stories?
Hi all, there was a recent thread[1] on rails-deploy about Ferret in which a lot of people complained of problems using it in production. I''ve been using Ferret (with DRb) for many months now with no serious issues. I''m assuming the posters know what they''re doing so I''m guessing they''re just using Ferret in higher-scale environments than me. I