similar to: smbpasswd -a issues

Displaying 20 results from an estimated 10000 matches similar to: "smbpasswd -a issues"

2003 Sep 24
1
smbpasswd & ldap
Samba3.0rc4 When i type : smbpasswd -a ntadmin1 -D4 i have a output --------------------------------------- Netbios name list:- my_netbios_names[0]="ORLEAN" Trying to load: ldapsam:ldap://127.0.0.1 Attempting to register passdb backend ldapsam Successfully added passdb backend 'ldapsam' Attempting to register passdb backend ldapsam_compat Successfully added passdb backend
2003 Nov 17
1
smbpasswd fails to add machine account with ldapsam
Hi! I am seeing other users with the same problem as I have. My samba also fails to add machine accounts. It seems to me if it didn't even try. If I use some other script (pdbedit, smbldap-tools) than smbpasswd it manages to add the account but still fails to authenticate within the same session. If I try again the machine account exists and authentication goes ok. server:~# smbpasswd -a -m
2003 Sep 04
2
cross-subnet domain join issue
I am one hurdle away from finishing my test PDC with ldap and password sync. Its been a hair raising effort... and if I can solve this one issue, we'll be ready to kick our Windows PDC out the window. When I attempt to initially join the domain ( LOGOS ) from a win2K client residing on a different subnet, I get the following: -------- The following error occured validating the name
2003 Dec 27
1
smbpasswd -a -m machine fails: "Failed to modify password entry"
Hi, i try to create a new machine account, like i always did, but haven't done since 3.x. My backend is ldap: passdb backend = ldapsam:ldap://fileserver idmap backend = ldapsam:ldap://fileserver As root I do the following: smbpasswd -D 10 -a -m admeta --------------------------------- Netbios name list:- my_netbios_names[0]="FILESERVER" tdb(unnamed): tdb_brlock failed (fd=3) at
2003 Oct 23
13
smbpasswd problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, ~ I am doing a test install for Samba 3.0.0 with ldap sam backend, when I try to delete a user, I get this output # smbpasswd -x administrator ldapsam_delete_entry: Could not delete attributes for uid=administrator,ou=Users,dc=my-domain,dc=com, error: Object class violation (object class 'account' requires attribute 'uid')
2004 Jan 11
1
Trying to configure a SAMBA 3 PDC with OpenLDAP
Hello, I have some problems trying to configure a PDC with OpenLDAP backend using Samba 3.0.1. My LDAP server is working fine and has the samba templates. I am able to configure users. The procedure I am using is I first create the user in the LDAP server using posixAccount, shadowAccount, etc. Then, as root, I write smbpasswd -a user and it works fine. I get the same effect if I use
2003 Nov 16
2
SAMBA 3.0.0 PDC + LDAP - Adding Computer Account
Hello all, I'm having an issue with adding machine accounts to a Samba 3.0.0 PDC with an LDAP passwd db backend. This is on a RedHat 9 with an rpm I compiled from the 3.0.0 release. I have configured samba to where it is using LDAP and able to add user accounts and group mappings to LDAP, but when I try to add a computer account using smbpasswd -a -m data it is not able to add the account.
2003 Aug 07
2
pdbedit handles samba domain name incorrectly
Hi folks. I discovered this odd behaviour a few days ago while playing with SAMBA_3 for the first time. The following points apply to samba-3.0.0beta and to cvs-20030807. 1. (tested with tdbsam) If I create a user entry with pdbedit, the domain name field is not set to the domain specified in the configuration file. For me it's getting set to the local machine name. If I logon to a
2003 Oct 22
1
Cannot update Sun One DS directory with smbpasswd
I can't update the users within our LDAP database using smbpasswd. I have attached the output from the smbpasswd debugger below: isun02$ smbpasswd -D 256 -U hoferpa Netbios name list:- my_netbios_names[0]="ISUN02" New SMB password: Retype new SMB password: Trying to load: ldapsam Attempting to register passdb backend ldapsam Successfully added passdb backend 'ldapsam'
2005 Jan 11
4
Problems with OpenLDAP 2.2.20/Samba 3.0.10 and smbpasswd
Hi everybody, i'm having serious problems with the configuration of samba 3.0.10. First my setup : samba-3.0.10 built from source openldap-2.2.20 built from source OS : Suse Linux 7.1 (but updated -> Kernel 2.4.27) My problem : ------------ I'm trying to use smbpasswd like the following : ---snipp--- [PTS2] 486dx66:/usr/local/samba3 # bin/smbpasswd -D 10 tina Netbios name list:-
2004 Aug 18
0
Adding new users with smbpasswd and ldapsam
Hello I'm trying to add new Samba users to my LDAP using smbpasswd but this happens: --------------------------------------------------------------------- s02:/etc/samba# smbpasswd -D 256 -a tester44a Netbios name list:- my_netbios_names[0]="S02" Trying to load: ldapsam:ldap://localhost Attempting to register passdb backend ldapsam Successfully added passdb backend 'ldapsam'
2004 Jan 14
0
Problem adding smb accounts on 3.0.1/ldap
I am setting up a Samba 3 server with ldap support- packages from Debian backports.org- but have run into a problem setting up the samba attributes. If there is a user existing in the local /etc/passwd file then smbpasswd -a correctly sets up the samba user in the ldap directory. However, if I preload the posixAccount and other data for a user using an ldif import then attempt to use smbpasswd to
2003 Nov 05
0
samba3 + ldap pdbedit machine trust account problem
Please help, I am experiencing a weird error when trying to join a winXP Pro workstation to my samba3 + LDAP Domain. When I specify the account to on my system that has uid 0, I receive a user account cannot be found error. Now I know this isnt the case since I can browse the samba server with this account. Note: it is in tdbsam not ldap When I look for the machine account in the ldap
2007 Feb 16
3
pdbedit password policy - not updating ldapsam
I have Samba and LDAP up and running, but I'm having problems editing the password policy using pdbedit. (I'm running 3.0.22) I've had a look at the man page for pdbedit but I don't really fully understand what it does in relation to passwd backends. Does pdbedit update just one backend and expect a user to export the updates to other backends? I think I've set up ldap as
2005 Jan 30
1
ldap smbpasswd
freebsd 5.3, samba 3.10 I get this far with LDAP/Samba integrationg. Stuck on creating users/machines with smbpasswd -a (-m) username command. schema files weren't modified, everything else is pretty much at defaults. First the relevant config parts: passdb backend = ldapsam_compat:ldap://localhost/ ldap suffix = dc=company,dc=com ldap machine suffix = ou=Computers ldap user suffix =
2003 Oct 10
0
Can't add machine account with 3.0.0; ldapsam backend
Hi, Please cc me on any replies as I'm not subscribed. First, I've seen reference to this problem on the list but no solution, eg.: http://marc.theaimsgroup.com/?l=samba&m=106032316504352&w=2 Platform is: # uname -a Linux allanon 2.4.21-xfs-aihplc3 #1 SMP Thu Aug 21 15:50:27 BST 2003 i686 unknown Debian woody. Samba is 3.0.0final-1 from Debian unstable complied for woody.
2003 Oct 14
1
Can't add machine account with 3.0.0; ldapsam backend (RESENT)
Resending as I'm no closer to a solution and really would appreciate any help that anyone has to offer. Hi, Please cc me on any replies as I'm not subscribed. First, I've seen reference to this problem on the list but no solution, eg.: http://marc.theaimsgroup.com/?l=samba&m=106032316504352&w=2 Platform is: # uname -a Linux allanon 2.4.21-xfs-aihplc3 #1 SMP Thu Aug 21
2003 Aug 01
1
samba 3.0 beta3 ldapsam bug ?!?!
Thanks for your help in adance !!! I work with SAMBA HEAD since alpha24. I have running a BDC, PDC, Printserver on 3 separate pc's. In my domain is integrated a nativ w2k Fileserver ( Dell Nas PowerVault 725 ) for fileserving. Passwords are held in LDAP on every (Linux) machine pam-ldap works. Every thing was fine before the last update to BETA 3. Problem : I was updating from BETA 2 to
2005 Feb 03
1
samba nad ldap
Hi everyone! I have (i think) a fully functional tls enabled samba ldap server. I used the documenation on www.idealx.org. I can make users and computers with smbldap-tools but i can't add Windows computers to the domain in the client end. smbldap-useradd -w w-eddie ldapsearch -x generates among other things: # w-eddie$, Computers, dbb.su.se dn:
2006 Jul 11
2
Samba PDC With LDAP Backend, Failed to initialise SAM_ACCOUNT for user
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have seen this problem posted several times and the common answer doesn't seem to be doing it for me. Here's the error: Trying to load: ldapsam_compat:ldap://127.0.0.1/ Attempting to register passdb backend ldapsam Successfully added passdb backend 'ldapsam' Attempting to register passdb backend ldapsam_compat Successfully added